.cookie-banner {
  position:fixed;
  bottom:0;
  left:0;
  width:100%;
  text-align:center;
  padding-bottom:10px;
  padding-left:4rem;
  padding-right:4rem;
  padding-top:1rem;
  z-index:50;
  background-color:#fff;
  color:#000;
  border-top-left-radius:1rem;
  border-top-right-radius:1rem;
  font-weight:400;
  font-family:open sans,sans-serif;
}
.cookie-banner button {
  margin:5px;
  //padding: 5px 10px;
  border:none
}
.cookie-banner button:hover {
  background-color:#1e1464
}
button#decline-btn,
button#configure-btn {
  background-color:grey
}
.config-popup {
  display:none;
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  background-color:#fff;
  padding:20px;
  border:1px solid #ccc;
  box-shadow:0 0 10px rgba(0,0,0,.1);
  z-index:50;
  min-width:400px;
  .h {
    font-weight: bold;
    font-size: 24px;
    color: #000;
  }
  p {
    font-size: 14px;
    color: #555555;
    line-height: 16px;
    padding-right: 60px;
    a {
      font-size: 14px;
      line-height: 16px;
    }
  }
}
.config-popup h2 {
  margin-top:0
}
.config-popup button {
  margin-top:10px;
  padding:5px 10px;
  background-color:#0083d4;
  color:#fff;
  border:none;
  cursor:pointer
}
.config-popup button:hover {
  background-color:#1e1464
}
.switch-container {
  display:flex;
  justify-content:space-between;
  align-items:center;
  .switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
  }
}
.switch-label {
  font-size:16px;
  font-weight:600;
  color:#000
}
#funcswitch {
  opacity:.6;
  span.slider.round {
    cursor: not-allowed;
  }
}
.switch input {
  display:none
}
.slider {
  position:absolute;
  cursor:pointer;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#ccc;
  transition:.4s;
  border-radius:20px
}
.slider:before {
  position:absolute;
  content:"";
  height:14px;
  width:14px;
  left:3px;
  bottom:3px;
  background-color:#fff;
  transition:.4s;
  border-radius:50%
}
input:checked+.slider {
  background-color:#2196f3
}
input:checked+.slider:before {
  transform:translateX(14px)
}
#cookie-banner button{
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
	border-radius: 25px;
	color: #ffffff;
	background-color: #808080;
}
#cookie-banner button#accept-btn{
	background-color: #0083d4;
}
#cookie-banner p{
	padding-top: 0;
	font-size: 19px;
	line-height: 26px;
	margin-bottom: 14px;
}
#cookie-banner a{
	color: #0083d4;
}
form#cookie-form p{
	margin-bottom: 14px;
}
form#cookie-form p a{
	color: #0083d4;
	font-weight: 400;
}
form#cookie-form button{
	padding-bottom: 8px;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 19px;
	line-height: 26px;
	font-weight: 700;
	border-radius: 25px;
	color: #ffffff;
	background-color: #0083d4;
}
