﻿.body-bg-full {
    background-image: url('/assets/img/site-bg.jpg');
}

.gdpr-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #1E425A;
    color: #fff;
    padding: 1.5em;
    display: none;
    z-index: 9999;
}

.gdpr-inner {
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gdpr-actions a {
    background: #0099ff;
    color: #fff;
    padding: .75em 1.25em;
    text-transform: uppercase;
    font-weight: bold;
}
.chat-wrapper {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
}