﻿.no-data-message {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    color: #6c757d;
    font-size: 1.2rem;
    font-style: italic;
    background-color: #f8f9fa;
    border: 1px dashed #6c757d;
    border-radius: 8px;
    padding: 20px;
}
