﻿.sfWatermark {
    font-size: 16px;
    color: #000000;
    text-align: center;
    border: #FFD000;
    background-color: #FFD000;
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#tracking-consent {
    display: none;
    padding: 20px;
    position: relative;
    z-index: 10000000;
    background: #fff;
    position: fixed;
    left: 0;
    top: 45px;
    width: 100%;
    border: 1px solid #CED4DA;
}
