
.loading-arrow-overlay[data-v-0570fbc2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.loading-arrow-center[data-v-0570fbc2] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.loading-arrow-img[data-v-0570fbc2] {
    -webkit-animation: loading-arrow-spin-0570fbc2 1s linear infinite;
            animation: loading-arrow-spin-0570fbc2 1s linear infinite;
    display: block;
    width: 16px;
    height: 16px;
    margin-bottom: 6px;
    padding: 2px;
}
@-webkit-keyframes loading-arrow-spin-0570fbc2 {
100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
}
}
@keyframes loading-arrow-spin-0570fbc2 {
100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
}
}
.loading-arrow-text[data-v-0570fbc2] {
    /* color: rgba(33, 43, 54, 1); */
    font-family: Open Sans regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

