
.tokenCardWrap {
  width: 100%;
  /* margin: 3em auto; */
  color: #fff;
  font-family: sans-serif;
}

.tokenCardWrap .tokenCard {
  background: linear-gradient(to bottom, #e84c3d 0%, #e84c3d 26%, #ecedef 26%, #ecedef 100%);
  height: 10em;
  float: left;
  position: relative;
  padding: 1em;
  margin-bottom: 15px;
  margin-top: 2px;
}

.tokenCardWrap .cardLeft {
  width: 35%;
  align-items: center;
  text-align: center;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.tokenCardWrap .cardRight {
  width: 65%;
  border-left: .18em dashed #fff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  &:before,
  &:after {
    content: "";
    position: absolute;
    display: block;
    width: .9em;
    height: .9em;
    background: #fff;
    border-radius: 50%;
    left: -.5em;
  }
  &:before {
    top: -.4em;
  }
  &:after {
  bottom: -.4em;
  }
}

.tokenCardWrap h1 {
  font-size: 1.1em;
  margin-top: 0;
  span {
    font-weight: normal;
  }
}

.tokenCardWrap .name, .phone, .status, .time {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: normal;
  color: #525252;
  h2 {
    font-size: .9em;
    color: #525252;
    margin: 0;
   }
  span {
    font-size: .7em;
    color: #fff;
  }
}

.tokenCardWrap .phone, .name, .time {
  margin: 0.2em 0 0 0;
}

.tokenCardWrap .status {
  margin: 0.5em 0 0 0em;
}

.status .badge {
  margin-left: 0px;
  border-radius: 15px;
}

/* .tokenCardWrap .status, .time {
  float: left;
} */

.tokenCardWrap .eye {
  position: relative;
  width: 2em;
  height: 1.5em;
  background: #fff;
  margin: 0 auto;
  border-radius: 1em/0.6em;
  z-index: 1;
  &:before, &:after {
    content:"";
    display: block;
    position: absolute;
    border-radius: 50%;
  }
  &:before {
    width: 1em;
    height: 1em;
    background: #e84c3d;
    z-index: 2;
    left: 8px;
    top: 4px;
  }
  &:after {
  width: .5em;
  height: .5em;
  background: #fff;
  z-index: 3;
  left: 12px;
  top: 8px;
  }
}

.tokenCardWrap .number {
  text-align: center;
  text-transform: uppercase;
  h3 {
    color: #e84c3d;
    margin: 0.8em 0 0 0;
    font-size: 2.5em;
    
  }
  span {
    display: block;
    color: #a2aeae;
  }
}

.tokenCardWrap .barcode {
  height: 2em;
  width: 0;
  margin: 1.2em 0 0 .8em;
  box-shadow: 1px 0 0 1px #343434,
  5px 0 0 1px #343434,
  10px 0 0 1px #343434,
  11px 0 0 1px #343434,
  15px 0 0 1px #343434,
  18px 0 0 1px #343434,
  22px 0 0 1px #343434,
  23px 0 0 1px #343434,
  26px 0 0 1px #343434,
  30px 0 0 1px #343434,
  35px 0 0 1px #343434,
  37px 0 0 1px #343434,
  41px 0 0 1px #343434,
  44px 0 0 1px #343434,
  47px 0 0 1px #343434,
  51px 0 0 1px #343434,
  56px 0 0 1px #343434,
  59px 0 0 1px #343434,
  64px 0 0 1px #343434,
  68px 0 0 1px #343434,
  72px 0 0 1px #343434,
  74px 0 0 1px #343434,
  77px 0 0 1px #343434,
  81px 0 0 1px #343434;
}