﻿.loader-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-wrapper > #datatable-container {
    width: 100%;
}

.content-wrapper > #datatable-container > .loader-container {
    width: 95%;
    height: 500px;
    margin: auto;
}