.wpstack-admin-site-mode{
    position: fixed;
    right: 50%;
    bottom: 0;
    display: flex;
    justify-content: center;
    transform: translateX(50%);
    font-family: Arial;
}

.wpstack-admin-msg{
    padding: 5px 10px;
    background-color: rgb(224,224,224);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 10px;
    text-transform: uppercase;
}

.wpstack-msg-staging-mode{
    background-color: rgb(255,213,0);
}

.wpstack-msg-maintenance-mode{
    background-color: rgb(255,67,0);
    color: white;
}

