/*COOKIE POLICY*/
.ds_none {
  display: none;
}
#cookiePolicy {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: #343a40;
}

#cookiePolicy .container {
  padding: 30px 0;
  text-align: center;
}

#cookiePolicy p {
  margin-top: 0;
  margin-bottom: 15px;
  color: #fff;
  font-size: 0.875em;
}

#cookiePolicy p a {
  color: #28a745;
  font-weight: 500;
  text-decoration: none;
}

#cookiePolicy .footer_optout_btn {
  padding: 12px 24px;
  font-size: 1em;
  font-weight: bold;
}
