﻿/* HTML: <div class="loader"></div> */
#loading-parent {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
