﻿.toast-container-custom {
    top: 80px !important;
    z-index: 1080; /* Ensures it sits above the navbar (usually 1030-1050) */
}

:root {
    --bs-primary: #7bc4ba; /* Estimated Hex for the aqua swatch */
    --bs-primary-rgb: 123, 196, 186;
}