.sft_create_user_site {
    padding: 20px;
    display: flex;
    justify-content: end;
}

div#site-timer{
    padding: 20px;
    background-color: Green;
    color: white;
    font-size: 30px;
}

#front-sticker-banner {
    position: fixed;
    bottom: 10px;
    right: 10px;
    background-color: black;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
    color: white;
    font-size: 30px;
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 70px;
    margin-bottom: 50px;
    z-index: 1000; /* Ensure the header stays on top */
}

/* .woocommerce-admin-full-screen {
    display: none;
} */