span.subscrpt-pending {
  background: #535050;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-active {
  background: green;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-expired {
  background: red;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-cancelled {
  background: #cecece;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}

span.subscrpt-pe_cancelled {
  background: #ecb03e;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}
@font-face {
    font-family: "IranSans";
    src: url("../fonts/IranSans.ttf");
}

label,
.rtl h1,
.rtl h2,
.rtl h3,
.rtl h4,
.rtl h5,
.rtl h6,
body.rtl,
body.rtl .press-this a.wp-switch-editor {
    font-family: "IranSans" !important;
    letter-spacing: -0.05px !important;
    font-style: normal !important;
}