﻿:root {
    --toastify-error-start: #AB0E00;
    --toastify-error-end: #550700;
    --toastify-error-rgb: 171, 14, 0;
    --toastify-warning-start: #F58C00;
    --toastify-warning-end: #F76400;
    --toastify-warning-rgb: 245, 140, 0;
    --toastify-success-start: #008E57;
    --toastify-success-end: #004F31;
    --toastify-success-rgb: 0, 142, 87;
}

.toastify {
    cursor: default !important;
    user-select: none !important;
    display: flex !important;
    align-items: center !important;
}

.toast-close {
    padding: 0 !important;
    margin: 0 0 0 10px !important;
    opacity: 0.7 !important;
    display: flex !important;
    align-items: center !important;
}

    .toast-close i {
        font-size: 1.3rem;
    }
