﻿body .stickyBottomFooterBar {
    color: #fff;
    font-weight: 500;
    position: sticky;
    inset-inline: 0;
    text-align: center;
    padding: 5px 20px;
    z-index: 4;
    left: 0;
    bottom: 0;
    background-color: #f33;
    display: block;
    transition: transform .3s ease,opacity .3s ease;
    box-shadow: 0 5px 15px #000
}

    body .stickyBottomFooterBar:hover {
        background-color: #f33
    }

    body .stickyBottomFooterBar.stickyBottomFooterHidden {
        transform: translateY(100%);
        opacity: 0;
        pointer-events: none
    }

body .stickyBottomBar-active #chatbot-iframe, body .stickyBottomBar-active .cc-revoke {
    bottom: 40px
}

body .stickyBottomBar-active .cc-animate.cc-revoke.cc-bottom {
    transform: none !important
}
