﻿.cookie-bar {
  z-index: 12000;
  background: #2B2E35;
  color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
}
.cookie-bar .container {
  padding: 20px;
}
.cookie-bar a {
  color: #fff;
  text-decoration: underline;
}
.cookie-bar .message {
  padding-bottom: 10px;
}
.cookie-bar .icon {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  position: absolute;
  right: 0;
  top: -10px;
}
@media (min-width: 991px) {
  .cookie-bar .message {
    padding-bottom: 0;
  }
}
