.noticekit {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 10000;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    display: none;
}

.noticekit.success {
    background-color: green;
}

.noticekit.error {
    background-color: red;
}
