#globalLoaderSave {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw;
    height: 100vh;

    background: rgba(0, 0, 0, 0.55);

    display: none;

    justify-content: center;
    align-items: center;

    z-index: 999999999 !important;
}
#globalLoaderSave > div {
    text-align: center;
    color: white;
}
