.LoaderContainer {
    width: 100%;
    height: -webkit-fill-available;
    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);
}