﻿:root {
    --toastify-danger-start: #AB0E00;
    --toastify-danger-end: #550700;
    --toastify-warning-start: #F58C00;
    --toastify-warning-end: #F76400;
    --toastify-success-start: #008E57;
    --toastify-success-end: #004F31;
}

.toastify {
    cursor: default !important;
    user-select: none !important;
}

.toast-close {
    padding: 0 !important;
    margin: 0 0 0 10px !important;
}
