.privacy_bar {
    text-align: center;
    background: #fff;
    position: fixed;
    z-index: 9991;
    left: 50%;
    transform: translateX(-50%);
    bottom: 47px;
    font-size: 13px;
    font-family: "Roboto", sans-serif;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.cookies_bar p {
    margin-bottom: 0;
    font-size: 14px;
}

.privacy_bar .row a {
    display: inline !important;
    padding: 0;
    width: auto;
}

.cookies-btn {
    background: rgb(79, 111, 181);
    background: -moz-linear-gradient(0deg, rgba(79, 111, 181, 1) 0%, rgba(146, 216, 240, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(79, 111, 181, 1) 0%, rgba(146, 216, 240, 1) 100%);
    background: linear-gradient(0deg, rgba(79, 111, 181, 1) 0%, rgba(146, 216, 240, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f6fb5", endColorstr="#92d8f0", GradientType=1);
    padding: 8px 35px !important;
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 30px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cookies-btn:hover {
    background: rgb(25, 135, 84);
    background: -moz-linear-gradient(0deg, rgba(25, 135, 84, 1) 0%, rgba(21, 227, 131, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(25, 135, 84, 1) 0%, rgba(21, 227, 131, 1) 100%);
    background: linear-gradient(0deg, rgba(25, 135, 84, 1) 0%, rgba(21, 227, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#198754", endColorstr="#15e383", GradientType=1);
}s