﻿.custom-toast {
    border-radius: 12px;
    color: white;
    font-size: 14px;
}

    .custom-toast.success {
        background-color: #7f8f6a;
    }

    .custom-toast.error {
        background-color: #c86c5d;
    }

    .custom-toast.warning {
        background-color: #9aa886;
    }
