.toaster {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    line-height: 20px;
    background: rgb(223, 68, 68);
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.toaster__message {
    white-space: normal;
    text-align: center;
    color: white;
    padding: 10px 40px;
}


#wb_header {
    position: relative;
}