<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img.barCodeImg {
    height: auto;
    width: 100%;
    margin-top: 50px;
  }
  .barCodeTitle
  {font-size: 1.5rem;
    font-size: 1.5rem;
    /* line-height: 1.5; */
    font-weight: 700;
    color: #e85524;
    text-align: left;
    text-transform: uppercase;
    /* padding-block: 2rem; */
    font-family: "Stick No Bills", sans-serif !important;
    padding: 36px 0px 20px 24px;
}
p.barCode{color: #444;
font-size: 16px;
text-align: justify;
padding-left: 0!important;
padding-right: 24px;
line-height: 1.5;
border-right: 2px solid #dee2e6!important;
}

/* pagination start */
ul.pager {
  display: flex;
  list-style: none;
  border: 1px solid #fff;
  background-color: #fff;
  padding-left: 0px;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.disabled {
  color: #e85524;
  border: 1px solid #fff;
  border-right: 1px solid #e1d7d7;
  padding: 6px 12px;
}
.disabled:hover {
  color: #5594d5;
  background: #eff3f3;
}
.prev {
  color: #e85524;
  border: 1px solid #fff;
  border-right: 1px solid #e1d7d7;
  padding: 6px 12px;
}
.prev:hover{
  color: #5594d5;
  background: #eff3f3;}

li.next {
 color: #e85524;
 border-right: 1px solid #e1d7d7;
 padding: 6px 11px;
}
li.next:hover{color: #5594d5;
  background: #eff3f3;}
.my-active {
color: #e85524;
border-right: 1px solid #dfdede;
padding: 6px 12px;
}
.my-active:hover{color: #5594d5;
  background: #eff3f3;}
li.next:last-child {
  border-right: 0px;
}
.disabled:last-child {
  border-right: 0px;
}
/* .aboutusSection p {
  padding-left: 0px!important;
} */
.shareThis {
  padding-right: 37px;
}
/* pagination end */
@media screen and (max-width:768px){
  .container{width:100%;}
  .barCodeTitle{text-align: center!important;}
  .col-lg-4.shareThis {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}
}

@media screen and (max-width:321px){
  .container{width:100%;}
  .col-lg-4.shareThis {
    padding-bottom: 15px;
    display: flex;
    justify-content: center;
}
}</pre></body></html>