.cookie-consent, .rodo-consent {
    background-color: #00509a!important;
    color: #fff!important;
    padding: 15px 40px!important;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 999999
}

.cookie-consent .cookie-consent__message, .rodo-consent .rodo-consent__message  {
    height: 32px!important;
    line-height: 32px!important
}
.rodo-consent__message a{
    color: #ccc !important;
}
.cookie-consent .cookie-consent__agree , .rodo-consent .rodo-consent__agree{
    background-color: #81490E!important;
    float: right;
    padding: 5px 10px!important;
    border-radius: 0!important;
    outline: none!important
}

.cookie-consent .cookie-consent__agree:hover, .rodo-consent .rodo-consent__agree:hover {
    color: #fff!important;
    background-color: #ec971f!important;
    border-color: #d58512!important
}
