.loading-img {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 100000;
    background-color: #ffffffdb;
}