#dk-preloaderJSON {
    display: none;
}

.dk-preloaderJSON-background{
    background-color: rgba(255, 255, 255, 0.8);
    position: fixed;
    z-index: 50000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dk-preloaderJSON {
    position: fixed;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 50001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dk-loaderJSON {
    width: 44px;
    height: 44px;
    position: relative;
    display: inline-block;
    margin: 0 16px;
    z-index: 10000;
}
