.cookiesjsr-banner {
  background-color: #FFDE00 !important;
  padding: 1em;
  border-top: 1px solid white;
}

.cookiesjsr-banner .cookiesjsr-banner--text{
  text-align: justify;
}

.cookiesjsr-banner .cookiesjsr-btn {
  background-color: #FFDE00 !important;
}

.cookiesjsr-banner .cookiesjsr-btn.important {
  background-color: white !important;
  color: black !important;
}

.cookiesjsr-banner ul.cookiesjsr-links a {
  font-weight: bold;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--tab{
  background-color: #FFDE00 !important;
}

.cookiesjsr-service-group.active .cookiesjsr-service-group--content{
  background-color: white !important;
  color: black;
  text-align: justify;
}

.cookiesjsr-service--description h3{
  color: black !important;
  font-weight: bold;
}

.cookiesjsr-service--links a, .cookiesjsr-service--links a:active, .cookiesjsr-service--links a:hover, .cookiesjsr-service--links a:visited {
  color: black !important;
  text-decoration: underline;
}

.cookiesjsr-btn.invert {
  border-color: #FFDE00 !important;
  color: #FFDE00 !important;
}

.cookiesjsr-btn.invert.important {
  background-color: #FFDE00 !important;
  color: black !important;
}

.cookiesjsr-switch:after{
  background-color: #FFDE00 !important;
  box-shadow: none !important;
  top: -1px;
}

label.cookiesjsr-switch {
  border: 1px solid gray;
  box-shadow: none;
}

.cookiesjsr-switch.active {
  background-color:  #FFDE00 !important;
}

.cookiesjsr-switch.active:after{
  background-color: white !important;
}

.overlay{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  z-index: 999;
  display: block;
}

div.banner-cookies{
  text-align: center;
  margin-bottom: 40px;
}

div.banner-cookies a {
  background-color: #FFDE00;
  color: white;
  border-radius: 5px;
  padding: 10px;
  border: 2px solid #FFDE00;
  transition: all 0.5s;
}

div.banner-cookies a:hover {
  background-color: white;
  color: #FFDE00;
  transition: all 0.5s;
}

.cookiesjsr-banner--text,
.cookiesjsr-banner--links a,
.cookiesjsr-links.links--row li:before{
  color: black;
}

.cookiesjsr-links.links--row li:before{
  background-color: black;
}
