.fancy
{
    white-space: pre-line;
    text-align: left;
    max-width: 900px;
    width: 100vw;
    height: 100vh;
    min-height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    z-index: 3;
    overflow: hidden;
    padding: 0.7rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    z-index: 9;
}
.fancy div
{
    height: 27px;
}
.fancy span:first-child
{
    display: inline-block;
}
.fancy span
{
    font-size: inherit;
    display: none;
    transform: translateY(-10px);
    transition: opacity 600ms linear;
    transition-property: opacity, transform;
    opacity: 0;
    font-family: gm;
}
.fancy span.fade
{
    transform: translateY(0px);
}
div#endFancyLoad {
        position: fixed;
        bottom: 0;
        right: 50%;
        color: #ffffff;
        z-index: 10;
        transform: translate(50%,-460%);
    }
div#rd-loading {
    position: fixed;
    z-index: 200000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.rd-loading {
    background-color: rgba(0,0,0,0.8);
    padding: 2rem;
    border-radius: 11px;
}