.toast-message {
    margin-left: 8px;
    font-size: 16px;
    line-height: 16px;
    color: #1f1f1f;
}

.toast-img {
    width: 25px;
    height: 25px;
}

.toast {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-80px);
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: var(--bs-box-shadow-1);
    display: flex;
    align-items: center;
    padding: 8px 16px;
    transition: transform 0.3s ease-in-out;
    z-index: 9999;
}