#model-list {
    min-height: 200px;
    position: relative; /* For absolute positioning of the loader */
    text-align: center;
}


#model-list.loading {
    background-color: #fff; /* Light background during loading */
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader {
    position: absolute;
    font-size: 2rem; /* Adjust size as needed */
    color: #007bff; /* Primary color */
}

.loader span {
    display: inline-block;
    margin-top: 10px;
    font-size: 1rem; /* Adjust size for loading text */
}