.error-wrapper[data-v-a2455c9c] {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.error-wrapper img[data-v-a2455c9c] {
  max-width: 80%;
}
.status[data-v-52800892] {
  border-left: 8px solid;
}
.status-done[data-v-52800892] {
  border-color: #4caf50;
}
.status-done .theme--light.v-icon[data-v-52800892] {
  color: #4caf50;
}
.status-pending[data-v-52800892] {
  border-color: #ff9800;
}
.status-pending .theme--light.v-icon[data-v-52800892] {
  color: #ff9800;
}
.status-failed[data-v-52800892] {
  border-color: #f44336;
}
.status-failed .theme--light.v-icon[data-v-52800892] {
  color: #f44336;
}
.status-cancelled[data-v-52800892] {
  border-color: #9e9e9e;
}
.status-cancelled .theme--light.v-icon[data-v-52800892] {
  color: #9e9e9e;
}
