#loading-bg-custom {
    transform: translate(-50%, -50%);
    z-index: 2;
    top: 50%;
    position: absolute;
    left: 50%;
}

#loading-bg-custom svg {
    width: 200px;
    height: 200px;
}
