.LoaderContainer {
    width: 100%;
    /* height: -webkit-fill-available; */
    height: 140vh;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(236, 232, 232);
    opacity: 0.5;
}
.LoaderContainer2 {
    width: 100%;
    height: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
}