﻿.loader {
    display: flex;
    background-color: #f4f6f9bb;
    height: 100vh;
    width: 100%;
    transition: height 200ms linear;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
