app-loading {
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;

    display: flex;
    width: 100%;
}
