#cookiebot-dummy-icon-wrapper {
    position: fixed;
    bottom: 5px;
    left: 5px;
    z-index: 2000;

    .cookiebot-dummy-icon {
        background-color: white;
        width: 48px;
        height: 48px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        font-size: 11px;
    }
}
