#cookie-bar {
  margin: 0;
    padding: 30px;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #a7cfdd;
    z-index: 10000000;
  text-align: center;}
#cookie-bar.fixed {display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;}
#cookie-bar.fixed.bottom {bottom:0; top:auto;}
#cookie-bar p {color: #50345e;
    margin-bottom: 0;
    line-height: 1.2;
    font-style: inherit;
      font-size: 16px;}

#cookie-bar p a {
  color: #50345e;
      margin: 0!important;
      padding: 0!important;
      line-height: 1.2;
      font-style: inherit;
        font-size: 16px;
        background: none!important;
        font-weight: inherit;
        text-decoration: underline;
}
#cookie-bar a.btn.cb-enable,  #cookie-bar a.btn.cb-disable{
  padding: 10px!important;
    color: #fff;
    background: #0067b1!important;
    margin: 0 10px!important;
    border: none;
    font-style: inherit;
      font-size: 14px;
      font-weight: 600!important;
      text-decoration: none!important;

}
/* #cookie-bar a:hover {color:#fff!important} */
#cookie-bar .cb-enable {background:#0067b1;}
#cookie-bar .cb-enable:hover {background:#0067b1;}
#cookie-bar .cb-disable {background:#0067b1;}
#cookie-bar .cb-disable:hover {background:#0067b1;}
#cookie-bar .cb-policy {background:#0067b1;}
#cookie-bar .cb-policy:hover {background:#0067b1;}
