#training-loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(76,145,254,0.9);
    z-index: 999;
    top: 0;
}