﻿.e-grid .e-headercell, .e-headertext {
    background-color: #4F46E5;
    color: white;
}

    .e-grid .e-headercell .e-filtermenudiv, .e-sortfilterdiv {
        color: white !important;
    }

.e-disabled, e-disabled > .e-label-top {
    color: #43464a !important
}

.global-spinner-container {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.e-spinner-pane .e-spinner-inner .e-spin-material {
    stroke: red;
}

.e-spinner-pane .e-spinner-inner .e-spin-bootstrap {
    fill: #4F46E5 !important;
    stroke: #4F46E5 !important;
}

/* Toast styling to ensure content is visible */
.e-toast-container .e-toast {
    max-width: 400px;
    min-width: 300px;
}

.e-toast-container .e-toast .e-toast-message {
    word-wrap: break-word;
    white-space: normal;
    line-height: 1.4;
}

.e-toast-container .e-toast .e-toast-title {
    font-weight: bold;
    margin-bottom: 5px;
}

.e-toast-container .e-toast .e-toast-content {
    margin-top: 5px;
}

