<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box{
  position: absolute;
  left: calc(50% - 300px);
}

.ticket{
  width: 600px;
  height: 250px;
  background: #BA0EB0;
  border-radius: 5px;
  box-shadow: 0 0 40px #aaa;
  border-top: 3px solid #9D0594;
  border-bottom: 3px solid #9D0594;
}

.left{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0px;
  left: -6px;
}

.left li{
  width: 0px;
  height: 0px;
}

.left li:nth-child(-n+2){
  margin-top: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #9D0594;
}

.left li:nth-child(3),
.left li:nth-child(6){
  margin-top: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #EEEEEE;
}

.left li:nth-child(4){
  margin-top: 8px;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #EEEEEE;
}

.left li:nth-child(5){
  margin-top: 8px;
  margin-left: -1px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
  border-right: 6px solid #EEEEEE;
}

.left li:nth-child(7),
.left li:nth-child(9),
.left li:nth-child(11),
.left li:nth-child(12){
  margin-top: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #E5E5E5;
}

.left li:nth-child(8){
  margin-top: 7px;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #E5E5E5;
}

.left li:nth-child(10){
  margin-top: 7px;
  margin-left: 1px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #E5E5E5;
}

.left li:nth-child(13){
  margin-top: 7px;
  margin-left: 2px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #9D0594;
}

.left li:nth-child(14){
  margin-top: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-right: 5px solid #9D0594;
}

.right{
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0px;
  right: -5px;
}

.right li:nth-child(-n+2){
  margin-top: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #9D0594;
}

.right li:nth-child(3),
.right li:nth-child(4),
.right li:nth-child(6){
  margin-top: 8px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #EEEEEE;
}

.right li:nth-child(5){
  margin-top: 8px;
  margin-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #EEEEEE;
}

.right li:nth-child(8),
.right li:nth-child(9),
.right li:nth-child(11){
  margin-top: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #E5E5E5;
}

.right li:nth-child(7){
  margin-top: 7px;
  margin-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #E5E5E5;
}

.right li:nth-child(10){
  margin-top: 7px;
  margin-left: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #E5E5E5;
}

.right li:nth-child(12){
  margin-top: 7px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent; 
  border-left: 6px solid #E5E5E5;
}

.right li:nth-child(13),
.right li:nth-child(14){
  margin-top: 7px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent; 
  border-left: 5px solid #9D0594;
}

.ticket:after{
  content: '';
  position: absolute;
  right: 200px;
  top: 0px;
  width: 2px;
  height: 250px;
  box-shadow: inset 0 0 0 #9D0594,
    inset 0 -10px 0 #C105A4,
    inset 0 -20px 0 #9D0594,
    inset 0 -30px 0 #C105A4,
    inset 0 -40px 0 #9D0594,
    inset 0 -50px 0 #999999,
    inset 0 -60px 0 #E5E5E5,
    inset 0 -70px 0 #999999,
    inset 0 -80px 0 #E5E5E5,
    inset 0 -90px 0 #999999,
    inset 0 -100px 0 #E5E5E5,
    inset 0 -110px 0 #999999,
    inset 0 -120px 0 #E5E5E5,
    inset 0 -130px 0 #999999,
    inset 0 -140px 0 #E5E5E5,
    inset 0 -150px 0 #B0B0B0,
    inset 0 -160px 0 #EEEEEE,
    inset 0 -170px 0 #B0B0B0,
    inset 0 -180px 0 #EEEEEE,
    inset 0 -190px 0 #B0B0B0,
    inset 0 -200px 0 #EEEEEE,
    inset 0 -210px 0 #B0B0B0,
    inset 0 -220px 0 #9D0594,
    inset 0 -230px 0 #C105A4,
    inset 0 -240px 0 #9D0594,
    inset 0 -250px 0 #C105A4;
}

.ticket:before{
  content: '';
  position: absolute;
  z-index: 5;
  right: 199px;
  top: 0px;
  width: 1px;
  height: 250px;
  box-shadow: inset 0 0 0 #9D0594,
    inset 0 -10px 0 #9D0594,
    inset 0 -20px 0 #9D0594,
    inset 0 -30px 0 #9D0594,
    inset 0 -40px 0 #9D0594,
    inset 0 -50px 0 #FFFFFF,
    inset 0 -60px 0 #E5E5E5,
    inset 0 -70px 0 #FFFFFF,
    inset 0 -80px 0 #E5E5E5,
    inset 0 -90px 0 #FFFFFF,
    inset 0 -100px 0 #E5E5E5,
    inset 0 -110px 0 #FFFFFF,
    inset 0 -120px 0 #E5E5E5,
    inset 0 -130px 0 #FFFFFF,
    inset 0 -140px 0 #E5E5E5,
    inset 0 -150px 0 #FFFFFF,
    inset 0 -160px 0 #EEEEEE,
    inset 0 -170px 0 #FFFFFF,
    inset 0 -180px 0 #EEEEEE,
    inset 0 -190px 0 #FFFFFF,
    inset 0 -200px 0 #EEEEEE,
    inset 0 -210px 0 #FFFFFF,
    inset 0 -220px 0 #9D0594,
    inset 0 -230px 0 #9D0594,
    inset 0 -240px 0 #9D0594,
    inset 0 -250px 0 #9D0594;
}

.content{
  position: absolute;
  top: 40px;
  width: 100%;
  height: 170px;
  background: #eee;
}

.info{
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: vazir;
  font-size: 16px;
  font-weight: bold;
  color: rgb(201, 238, 193);
  right: 50px;
}

.boarding{
  position: absolute;
  top: 10px;
  right: 220px;
  font-family: vazir;
  font-size: 18px;
  color: rgb(255, 255, 255);
  font-weight: bolder;
}

.sub-content{
  background: #e5e5e5;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 70px;
}

.watermark{
  position: absolute;
  left: 5px;
  top: -10px;
  font-family: Arial;
  font-size: 80px;
  font-weight: bold;
  color: rgba(255,255,255,0.2);
}

.name{
  position: absolute;
  top: 50px;
  right: 215px;
  font-family: vazir;
  font-weight: bold;
  font-size: 14px;
  color: #8b8888;
}

.name span{
  color: #555;
  font-size: 17px;
}

.boardingtime span{
  color: #555;
  font-size: 17px;
}
.voucher{
  top: 10px;
  position: absolute;
  left: 5px;
  z-index: 2;
  font-size: 35px;
  color: transparent;
  background: #666666;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  text-shadow: 0px 3px 3px rgba(255,255,255,0.5);
}
.fullname{
  position: absolute;
  font-size: 25px;
  right: 210px;
  top: 13px;
}
.passengerCountLabel{
  position: absolute;
  top: 50px;
  z-index: 2;
  right: 10px;  
}
.passengerCount{
  position: absolute;
  top: 50px;
  z-index: 2;
  right: 80px; 
}
.ticketLabel{
  position: absolute;
  top: 80px;
  z-index: 2;
  right: 10px; 
}
.ticketNumber{
  position: absolute;
  top: 80px;
  z-index: 2;
  right: 80px; 
  width: 122px;
  
}
.requestDateInLabel{
  position: absolute;
  top: 115px;
  z-index: 2;
  right: 10px; 
}
.requestDateIn{
  position: absolute;
  top: 135px;
  z-index: 2;
  right: 10px; 
  font-weight: bolder;
}
.requestDateOutLabel{
  position: absolute;
  top: 160px;
  z-index: 2;
  right: 10px; 
}
.requestDateOut{
  position: absolute;
  top: 180px;
  z-index: 2;
  right: 10px; 
  font-weight: bolder;
}
.cityLabel{
  position: absolute;
  top: 160px;
  z-index: 2;
  right: 10px; 
}
.city{
  position: absolute;
  top: 180px;
  z-index: 2;
  right: 10px; 
  font-weight: bolder;
}
.service{
  position: absolute;
  right: 210px;
  font-size: 13px;
  font-weight: bolder;
  top: 85px;
  z-index: 2;
}
.supporter {
  position: absolute;
  top: 220px;
  z-index: 3;
  right: 23px;
  color: white;
  font-size: 15px;
}
.orderLabel {
  position: absolute;
  top: 220px;
  right: 210px;
  color: white;
  font-size: 14px;
}
.order {
  position: absolute;
  top: 220px;
  right: 300px;
  font-size: 14px;
  color: rgb(255, 221, 251);
  font-weight: bolder;
}
.zaman{
  width: 200px;
  right: 283px;
  position: absolute;
  z-index: 4;
  opacity: 0.1;
  top: 18px;
}
.logo {
  width: 30px;
  position: absolute;
  top: 5px;
  right: 150px;
}</pre></body></html>