.toast-item.toast-item{
    position: fixed !important;
    display: block;
    text-align: center;
    height: auto;
    overflow: hidden;
    padding: 10px 18px;
    opacity: 0.8;
    z-index: 100000;
    border-radius: 16px;
    transition: opacity 0.3s ease 0s;
    background: rgb(65 12 75);
    color: rgb(255, 255, 255);
    font-size: 14px;
    top: 48%;
    left: 94.5px;
}