#ui_notifIt {
    position: fixed;
    cursor: pointer;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 5px 0 grey;
    -moz-box-shadow: 5px 5px 5px 0 grey;
    -o-box-shadow: 5px 5px 5px 0 grey;
    box-shadow: 5px 5px 5px 0 grey;
    -wekbit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    z-index: 99999;
    width: fit-content!important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
    padding-left: 1rem;
    background-color: rgb(228 223 245 / 84%);
    bottom: 4rem!important;
    left: 50%;
    right: 50%;
    height: 6vh!important;
    white-space: nowrap;
}

#ui_notifIt:hover {
    opacity: 1!important
}

#ui_notifIt p {
    text-align: center;
    font-family: sans-serif;
    font-size: 10px;
    font-weight: bold;
    padding: 0;
    margin: 0
}

#ui_notifIt.default {
    color: #444
}

.notifit_prompt_message {
    color: #444;
    margin-top: 0;
    text-align: center
}

.notifit_prompt {
    text-align: center
}