﻿/* cookie consent div */
.sticky-bottom {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: none; /* Initially hide the sticky div */
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 10px;
    z-index: 9999;
}