<div class="js-cookie-consent cookie-consent bottom-0 position-sticky d-flex align-items-center text-center justify-content-center bg-darkblue">
<div class="align-items-center">
<div class="m-3 ">
<p class="cookie-consent__message text-white">
{{__('messages.common.cookie_msg')}}
</p>
</div>
<div class="d-flex me-2 mt-1 align-items-center text-center justify-content-center">
<button class="js-cookie-consent-agree cookie-consent__agree btn btn-primary me-2 p-2 mb-4">
{{__('messages.common.allow_cookies')}}
</button>
<button class="d-flex js-cookie-consent-declined btn btn-danger d-flex align-items-center text-center justify-content-center me-2 p-2 mb-4">
{{__('messages.common.declined')}}
</button>
</div>
</div>
</div>
|