﻿.custom-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #323232;
    color: white;
    padding: 12px 20px;
    border-radius: 5px;
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    z-index: 1000;
}

.custom-toast.fade-out {
    opacity: 0;
}

.mud-table-container {
    overflow: auto;
}

.mud-table .selected {
    background-color: #42A5F5 !important;
}

.selected > td {
    color: white !important;
}

.selected > td .mud-input {
    color: white !important;
}