#cookie-bar {
    background: #9a2dfd;
    height: auto;
    line-height: 24px;
    color: #9a2dfd;
    text-align: center;
    padding: 10px 0;
}

#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

#cookie-bar.fixed.bottom {
    bottom: 0;
    top: auto;
}

#cookie-bar p {
    margin: 0;
    padding: 0;
    color: #dee4e6;
    font-size: 13px;
}

#cookie-bar a {
    color: #ffffff;
    display: inline-block;
    border-radius: 3px;
    text-decoration: none;
    padding: 0 6px;
    margin-left: 8px;
    padding: 0 15px;
    margin: 0 20px;
   
}

#cookie-bar .cb-enable {
    background: none;
    font-weight: 700;
    background: #ffffff63;
}

#cookie-bar .cb-enable:hover {
    background: #ffffff;
    color: #9a2dfd;
    font-weight: 700;
}

#cookie-bar .cb-disable {
    background: #232323;
    font-weight: 700;
}

#cookie-bar .cb-disable:hover {
    background: #64000000;
    color: #dee4e6;
    font-weight: 700;
}

#cookie-bar .cb-policy {
    background: none;
    color: #f8f8f8;
    font-weight: 700;
}

#cookie-bar .cb-policy:hover {
    background: #c5181800;
    color: #dee4e6;
    font-weight: 700;
}