#cookie-manager-bar {
    font-family: 'Poppins', sans-serif;
    color: #28374c;
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 30px;
    max-width: 400px;
    border: 2px solid #28374c;
    background: #fff;
    line-height: 1.4;
}

#cookie-manager-bar .cookie-container {
    padding: 20px;
}

#cookie-manager-bar .cookie-container .cookie-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

#cookie-manager-bar .cookie-container .cookie-footer .cookie-btn {
    border: unset;
    background: #fff;
}

#cookie-manager-bar .cookie-container .cookie-footer .cookie-btn:hover {
    cursor: pointer;
    text-decoration: underline;
}

#cookie-manager-bar .cookie-container .cookie-footer .cookie-btn img {
    width: 12px;
    height: 12px;
}

#cookie-manager-bar .cookie-container .cookie-footer .cookie-btn#cookie-btn-necessary {
    border: unset;
    background: #fff;
}

#cookie-manager-bar .cookie-container .cookie-footer .cookie-btn#cookie-btn-all {
    display: flex;
    align-items: center;
    color: #b50071;
}

#cookie-manager-bar .cookie-container .cookie-footer .cookie-btn#cookie-btn-all img {
    margin-left: 5px;
}

.footer-consent-reset {
    width: 100%;
    margin: 0;
    color: white;
    text-align: center;
    font-size: 14px;
    line-height: 80px;
    font-weight: 600;
    text-decoration: underline;
    transition: .3s color;
    -webkit-transition: .3s color;
}

.footer-consent-reset:hover {
    color: #b50071;
}