#cookie-bar { background: #1a1a1a; height: auto;letter-spacing: 0;line-height: 20px; width: 98vw; min-width: 98vw; border-radius: 5vw; z-index: 9999; }
#cookie-bar.fixed { position:fixed; }
#cookie-bar.fixed.bottom { left: 1vw; right: 1vw; bottom: 1vw; }
#cookie-bar p {margin:0; font-size: 13px;color:#ffffff; padding: 15px 35px; text-align: center;}
#cookie-bar a {color:#ffffff; display:inline-block; border-radius:3px; text-decoration:none; padding:5px 10px; margin-left:8px;border-radius: 100px;}
#cookie-bar .cb-enable {background:#0d6efd;}
#cookie-bar .cb-enable:hover {background:#0b5ed7;}
#cookie-bar .cb-disable {background:#555;}
#cookie-bar .cb-disable:hover {background:#444;}
#cookie-bar .cb-policy {background:#555;}
#cookie-bar .cb-policy:hover {background:#444;}