.yaydp-pricing-table-header {
  display: inline-block;
  font-size: 1rem !important;
  border-spacing: 0;
  margin-bottom: 10px !important;
}

.yaydp-pricing-table {
  width: 100%;
  margin-bottom: 1rem !important;
  border-spacing: 0;
  table-layout: fixed !important;
  border-collapse: collapse !important;
}

.yaydp-pricing-table,
.yaydp-pricing-table th,
.yaydp-pricing-table td {
  border: 1px solid;
}

.yaydp-pricing-table th,
.yaydp-pricing-table td {
  padding: 1rem !important;
}

.yaydp-pricing-table th {
  font-size: 1rem !important;
  font-weight: 600;
  text-align: left !important;
  background: #f8f8f8 !important;
}

.yaydp-pricing-table td {
  font-size: 1rem !important;
  text-align: right !important;
}

.yaydp-pricing-table td span {
  font-size: 1rem !important;
  text-align: right !important;
}

.yaydp-pricing-table tr.selected-range {
  border: 2px solid red;
}
@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;
}