@keyframes shineMask {
  0% {
    -webkit-mask-position: 0;
    mask-position: 0;
  }
  100% {
    -webkit-mask-position: 120%;
    mask-position: 120%;
  }
}

@media only screen and (max-width: 500px) {
  .dpLoyaltyCard {
    width: 320px !important;
    height: 200px !important;
    padding-top: 145px !important;
    padding-left: 20px !important;
    font-size: 0.9em !important;
  }

  .dpLoyaltyCardBack {
    width: 320px !important;
    height: 200px !important;
    padding-top: 100px !important;
    padding-left: 20px !important;
  }
}

.animateMask {
  animation: shineMask 2s ease forwards;
}

.shine {
  -webkit-mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  mask-image: linear-gradient(45deg,#000 25%,rgba(0,0,0,.2) 50%,#000 75%);
  -webkit-mask-size: 800%;
  mask-size: 800%;
  -webkit-mask-position: 0;
  mask-position: 0;
}

.dpLoyaltyCard {
  background-size: cover;
  width: 384px;
  height: 240px;
  padding-top: 175px;
  padding-left: 20px;
  -webkit-user-select: none;
  user-select: none;
}

.dpLoyaltyCard-small {
  background-size: cover;
  width: 275px;
  height: 172px;
}

.dpLoyaltyCardBack {
    background-size: cover;
    width: 384px;
    height: 240px;
    padding-top: 123px;
    padding-left: 30px;
    -webkit-user-select: none;
    user-select: none;
}

.dpLoyaltyCardHolder {
  font-family: "Consolas", "Courier New", Courier, monospace;
  color: #000000;
  font-size: 1em;
  font-weight: bold;
}

.dpLoyaltyCardNumber {
  font-family: "Oxygen Mono", monospace;
  opacity: 0.35;
  font-size: 1.25em;
}

.dpLoyaltyLevel {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 0.65;
  font-size: 0.6em;
}

.dpLoyaltyMemberNumber {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  opacity: 0.65;
  font-size: 0.6em;
}

.border-end-xl {
  border-right: var(--bs-border-width) var(--bs-border-style)
    var(--bs-border-color) !important;
}

.loader {
  height: 75px;
}

.loader-horizontal {
  height: 75px;
  rotate: 90deg;
}

th.rotate {
  height:80px;
  white-space: nowrap;
  position:relative;
}

th.rotate > div {
  transform: rotate(90deg);
  position:absolute;
  left:0;
  right:0;
  top: 10px;
  margin:auto;
  
}