.vl-shown {
    overflow: hidden;
}

.vl-overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    align-items: center;
    display: none;
    justify-content: center;
    overflow: hidden;
    z-index: 9999;
}

    .vl-overlay.vl-active {
        display: flex;
    }

    .vl-overlay.vl-full-page {
        z-index: 9999;
        position: fixed;
    }

    .vl-overlay .vl-background {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        opacity: 0.5;
    }

    .vl-overlay .vl-icon, .vl-parent {
        position: relative;
    }

@keyframes loadingio-spinner-ldio {
    0% {
        transform: translate(12px,80px) scale(0);
    }

    25% {
        transform: translate(12px,80px) scale(0);
    }

    50% {
        transform: translate(12px,80px) scale(1);
    }

    75% {
        transform: translate(80px,80px) scale(1);
    }

    100% {
        transform: translate(148px,80px) scale(1);
    }
}

@keyframes loadingio-spinner-ldio-r {
    0% {
        transform: translate(148px,80px) scale(1):
    }

    100% {
        transform: translate(148px,80px) scale(0);
    }
}

@keyframes loadingio-spinner-ldio-c {
    0% {
        background: #68b96e
    }

    25% {
        background: #5cbf98
    }

    50% {
        background: #fa8091
    }

    75% {
        background: #ffbb48
    }

    100% {
        background: #68b96e
    }
}

.loadingio-spinner-ldio div {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(80px,80px) scale(1);
    background: #68b96e;
    animation: loadingio-spinner-ldio 1s infinite cubic-bezier(0,0.5,0.5,1);
}

    .loadingio-spinner-ldio div:nth-child(1) {
        background: #ffbb48;
        transform: translate(148px,80px) scale(1);
        animation: loadingio-spinner-ldio-r 0.25s infinite cubic-bezier(0,0.5,0.5,1), loadingio-spinner-ldio-c 1s infinite step-start;
    }

    .loadingio-spinner-ldio div:nth-child(2) {
        animation-delay: -0.25s;
        background: #68b96e;
    }

    .loadingio-spinner-ldio div:nth-child(3) {
        animation-delay: -0.5s;
        background: #ffbb48;
    }

    .loadingio-spinner-ldio div:nth-child(4) {
        animation-delay: -0.75s;
        background: #fa8091;
    }

    .loadingio-spinner-ldio div:nth-child(5) {
        animation-delay: -1s;
        background: #5cbf98;
    }

.loadingio-spinner {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.loadingio-spinner-ldio {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

    .loadingio-spinner-ldio div {
        box-sizing: content-box;
    }
