.palette1 {
  background-image: linear-gradient(234deg,
      rgb(39, 38, 38) 0%,
      #394245 90%) !important;
  color: #fff !important;
}

.palette1 .policylink {
  color: #cccccc !important;
}

.palette1 .spopupbtnok {
  color: #fff !important;
  background-color: #fe9322 !important;
}

.window {
  position: fixed !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box;
  font-family: Helvetica, Calibri, Arial, sans-serif !important;
  font-size: small !important;
  line-height: 1.5em !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
  z-index: 9999 !important;
  opacity: 1 !important;
  -webkit-transition: opacity 1s ease !important;
  transition: opacity 1s ease !important;
}

.window.banner {
  padding: 0.5em 1em !important;
  width: 100% !important;
  border-radius: 5px !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.policylink {
  opacity: 0.8 !important;
  display: inline-block !important;
  padding: 0.2em !important;
  text-decoration: underline !important;
}

.policylink:hover {
  opacity: 1 !important;
  text-decoration: none !important;
  transition: 1.5s !important;
}

.spopupbtnok {
  opacity: 0.9 !important;
  display: inline-block !important;
  padding: 0.3em 0.6em !important;
  font-size: small !important;
  text-decoration: none !important;
  font-weight: 700 !important;
  border-width: 2px !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.window.banner {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.banner.bottom {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
}

.banner .message {
  display: block !important;
  max-width: 100% !important;
  margin-bottom: 0.5em !important;
}

.compliance {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
  text-align: left !important;
}

.banner .compliance {
  justify-content: flex-start !important;
  text-align: left !important;
}

.spopupbtnok+.spopupbtnok {
  margin-left: 0.5em !important;
}

.spopupbtnok:hover {
  opacity: 1 !important;
  cursor: pointer !important;
}

