.CookieBar .portlet-content {
	background-color: inherit !important;
}

/* .cookie-bar-aifa label { */
/* 	color: white !important; */
/* } */

/* .cookie-bar-aifa .Button--default { */
/*     background-color: #65dde0; */
/*     border-color: #50d8dc; */
/*     color: #004a4d; */
/* } */

/* .cookie-bar-aifa { */
/*     bottom: 0; */
/*     left: 0; */
/*     position: fixed; */
/*     width: 100%; */
/*     z-index: 1200; */
/* } */

.CookieBar {
	bottom: 0;
    left: 0 !important;
    right: 0 !important;
	display: block;
	left: 0;
	position: fixed;
	width: 90%;
	z-index: 1200;
    margin: 0 auto;
    box-shadow: 2px 1px 8px 1px rgba(0, 0, 0, 0.35);
}

.CookieBar .container {
  max-width: 540px;
}

.CookieBar .text-underline {
text-decoration: underline !important;
    }

@media only screen and (min-width: 768px){
    .CookieBar .container {
      max-width: 720px;
    }
}

@media only screen and (min-width: 992px){
    .CookieBar .container {
      max-width: 960px;
    }
}

@media only screen and (min-width: 1200px){
    .CookieBar .container {
      max-width: 1480px;
    }
}

.CookieBar fieldset {
  border: 1px solid #3B76A4;
  border-radius: 4px;
    padding: 0 1rem;
}

.CookieBar legend {
  width: auto;
}

.CookieBar .form-inline label {
    flex-direction: column;
    color: #fff;
    align-items: flex-start;
}

.CookieBar .toggle-switch-label {
    display: block;
    margin-bottom: 2px;
    min-width: 7rem !important;
    text-transform: capitalize;
    padding-right: .5em;
}

.CookieBar .form-inline label span {
  padding-right: .5em;
}