﻿/* Base styling for toast notifications */
#toast-container > div {
    border-radius: 5px;
    opacity: 1;
}