:root {
  --ion-safe-area-top: 20px;
  --ion-safe-area-bottom: 22px;
}

.loading {
  position: relative;
  height: 100%;
  width: 100%;
}

.loading ion-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blackout {
  display: block;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(92, 92, 92);
}


#cardholda {
  height: 45%!important;
}