.br-theme-css-stars .br-widget {
  height: 28px;
  white-space: nowrap;
}
.br-theme-css-stars .br-widget a {
  text-decoration: none;
  height: 18px;
  width: 18px;
  float: left;
  font-size: 23px;
  margin-right: 5px;
}
.br-theme-css-stars .br-widget a:after {
  content: "\2605";
  color: #d2d2d2;
}
.br-theme-css-stars .br-widget a.br-active:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget a.br-selected:after {
  color: #EDB867;
}
.br-theme-css-stars .br-widget .br-current-rating {
  display: none;
}
.br-theme-css-stars .br-readonly a {
  cursor: default;
}
@media print {
  .br-theme-css-stars .br-widget a:after {
    content: "\2606";
    color: black;
  }
  .br-theme-css-stars .br-widget a.br-active:after,
  .br-theme-css-stars .br-widget a.br-selected:after {
    content: "\2605";
    color: black;
  }
}


/* rtl by wpnovin.com*/

@font-face {
    font-family: "IranYekan";
    src: url("../fonts/IranYekan.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: "IranYekan" !important;
    letter-spacing: -0.05px !important;
    font-style: normal !important;
}

.wpuf-settings-wrap h2.nav-tab-wrapper a.nav-tab .dashicons {
    margin-left: 10px;
    margin-right: 0;
}

.wpuf-settings-wrap .metabox-holder {
    flex: 3;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
}
.wpuf-settings-wrap .metabox-holder p.submit {
    text-align: left;
    margin-right: -10px;
    margin-left: 10px;
}

.notice.notice-success.wpuf-whats-new-notice.pro {
    display: none;
}

.panel-form-field-group .button {
    float: right;
    text-align: right;
    margin-left: 2px;
}

.panel-form-field-group h3 i {
    float: left;
}

body ul.wpuf-form li .wpuf-label {
    float: right;
    width: 30%;
    min-height: 1px;
    font-weight: bold;
}

#wpuf-form-builder-container header .form-title {
    float: right;
}

#wpuf-form-builder-container header .form-id {
    float: left;
}

/* end rtl by wpnovin.com */