#cookieNotice {
    background-color: #eeeaea;
    color: gray;
    display: block;
    box-sizing: border-box;
    position: fixed;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 6px 6px rgb(0 0 0 / 25%);
    font-family: inherit;
    z-index: 5;
  }
  
  #cookieNotice.display-left {
    left: 20px;
    bottom: 60px;
    width: 370px;
    max-width: 80vw;
  }
  
  #saber {
    color: gray;
    font-size: 15px;
    font-weight: 200;
    text-decoration: underline;
    padding-top: 20px;
  }
  
  .btn-primary {
    background-color: #5880e1;
    color: white;
    border: none;
    width: 100%;
    padding: 8px;
    font-size: 16px;
    margin: 20px 0 0;
    cursor: pointer;
  }