.sticky-footer-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #333; /* Standard farve, kan ændres fra indstillinger */
    color: #fff;
    text-align: center;
    padding: 10px 0;
    z-index: 9999;
}

.sticky-footer-bar .close-bar {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}