.sk-toast {
    position: fixed;
    top: 50px;
    left: 50%;
    z-index: 9999;
    transform: translateX(-50%);
    min-width: 300px;
}
.sk-toast:first-child {
    z-index: 9990;
}