html, body {
    margin: 0;
    padding: 0;
}

#skeleton {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    display: none;
    text-align: center;
    pointer-events: none;
}

.ui-processing #skeleton {
    display: block;
}

.ui-loading {
    width: 100%;
    height: 60px;
    background: url("/assets/i/loading-dna.svg") no-repeat 50% 50% / auto 100% transparent;
    opacity: .75;
}
