#cookies-bar {
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
  background-color: white;
  bottom: revert;
  top: 30%;
  max-width: 560px;
  color: black;
  z-index: 1000;
  padding: 40px;
  border-radius: 5px;
  font-size: 15px;
  box-shadow: 0 0 10px gray;
}
#cookies-bar .title {
  margin: 0;
}
#cookies-bar .content {
  margin-top: 10px;
}
#cookies-bar .buttons {
  margin-top: 40px;
}
.soske-modal .modal-header {
  display: unset;
}
