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

.layout-wrapper {
  height: 100vh;
  position: relative;
}
.header-wrapper {
  display: none;
}
.footer-box {
  display: none;
}
.content-wrapper {
  height: 100vh;
  padding-top: 0 !important;
}
.process-box[data-v-7252d183] {
  position: relative;
  display: inline-block;
}
.process-box .process-item[data-v-7252d183] {
  -webkit-animation: 1.5s linear 0s normal none infinite rotate;
          animation: 1.5s linear 0s normal none infinite rotate;
}
.process-box .wallet[data-v-7252d183] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.process-box .custom_loading[data-v-7252d183] {
  font-size: 32px;
  color: #182058;
}
.ellipsis[data-v-7252d183] {
  position: absolute;
}
.pending-wrappe[data-v-7252d183] {
  position: relative;
  width: 100%;
  height: 100%;
}
.result-box[data-v-7252d183] {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 0 !important;
}
.result-box .pending[data-v-7252d183] {
  margin-top: 6px;
  color: #182058;
}
