.nk-cookie-banner {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 99999;
    border-radius: 0px;
    display: none;
    background-color: black;
    color: white;
    border:0;
  }
  .nk-cookie-banner a {
    color: #117A8A;
  }
  .nk-cookie-banner .btn {
    background-color: #117A8A !important;
    border: 0 !important;
  }