
.error-container[data-v-fb2139e2] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #F9FAFB;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9999;
}
.error-icon[data-v-fb2139e2] {
    width: 40px;
    height: 40px;
    margin-bottom: 32px;
    padding: 4px;
    margin-bottom: 16px;
}
.error-title[data-v-fb2139e2] {
    color: #1A202C;
    margin-bottom: 16px;
    font-family: Open Sans bold;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    font-weight: 700;
}
.error-desc[data-v-fb2139e2] {
    color: #23272e;
    text-align: center;
    font-family: Open Sans regular;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(26, 32, 44, 1);
    width: 800px;
}


.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;
}

