.toast-fixed-top {
    width: calc(100% - 40px);
    padding: 0 20px;
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    display: flex;
    pointer-events: none;
}

.toast-fixed-top .toast {
    margin: 15px auto;
    padding: 5px 12px;
    border-radius: 10px;
    font-size: 14px;
    background: #f6f6f6;
    text-align: center;
    display: none;
}