.data-status-loading-container,
.data-status-container {
    text-align: center;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    &.inline {
        display: inline-block;
        width: unset;
        height: unset;
    }
}
