* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  box-sizing: border-box;
}
*::selection {
  background-color: rgba(0, 0, 0, 0.1);
}
*::-moz-selection {
  background-color: rgba(0, 0, 0, 0.1);
}
*::-webkit-selection {
  background-color: rgba(0, 0, 0, 0.1);
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  direction: rtl;
}
body {
  font-size: 15px;
  color: #222;
  background: #f7f7f7;
  font-family: 'WebYekanLight';
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'WebYekanBold';
}
i.fal {
  position: relative;
  top: 1px;
}
input,
select,
textarea,
button,
.textEditor {
  padding: 8px 11px;
  background: #fff;
  position: relative;
  top: 1px;
  margin: 5px 0px;
  border: 1px solid #eee;
  width: 100%;
  resize: vertical;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  font-family: 'WebYekanLight';
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
input.error,
select.error,
textarea.error,
button.error,
.textEditor.error {
  border-color: #ed4956 !important;
  color: #ed4956 !important;
}
input.valid,
select.valid,
textarea.valid,
button.valid,
.textEditor.valid {
  border-color: #2ecc71 !important;
  color: #2ecc71 !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus,
.textEditor:focus {
  border-color: #aaa;
}
.ql-editor {
  text-align: right;
  font-size: 15px;
  line-height: 30px !important;
  padding: 5px !important;
  font-family: 'WebYekanLight';
}
.ql-editor * {
  text-align: right;
}
.ql-editor h2 {
  line-height: 45px;
}
fieldset {
  border: 1px solid #ddd;
  padding: 10px 20px 20px 20px;
  background: #fafafa;
  margin: 30px 0px 0px 0px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
button {
  background: #05d172;
  color: #fff;
  border-color: #05d172;
  cursor: pointer;
  padding: 8px 20px;
  text-align: center;
  font-family: 'WebYekan';
}
button:hover {
  background: #05974d;
  border-color: #05974d;
}
button.warning {
  background: #f48259;
  border-color: #f48259;
}
button.warning:hover {
  background: #d6643b;
  border-color: #d6643b;
}
button.light {
  background: #fff;
  color: #333;
  border-color: #999;
  overflow: hidden;
}
button.light i {
  background: #999;
  color: #fff;
  padding: 14px;
  position: absolute;
  right: 0px;
  top: 0px;
}
button.light:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.singleUploader {
  display: none;
}
.uploaderBtn {
  white-space: nowrap;
}
.clear {
  clear: both;
  height: 0px;
}
.ltr {
  direction: ltr;
  text-align: right;
}
.floatLeft {
  float: left !important;
}
.noScroll {
  overflow: hidden !important;
}
img {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
img.lazyLoad.disableBlur {
  filter: blur(0px);
  -moz-filter: blur(0px);
  -webkit-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
}
.blur {
  filter: blur(4px);
  -moz-filter: blur(4px);
  -webkit-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
}
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -65%);
  -moz-transform: translate(-50%, -65%);
  -webkit-transform: translate(-50%, -65%);
  -o-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.hide {
  display: none;
}
.textCenter {
  text-align: center;
}
.textLeft {
  text-align: left;
}
.letterSpace {
  letter-spacing: 6px;
}
.sectionTitle {
  margin-bottom: 20px;
  padding: 10px;
}
.sectionTitle > i {
  display: block;
  float: right;
  background: linear-gradient(45deg, #fdcb5c, #ed4956);
  color: #fff;
  text-align: center;
  padding-top: 17px;
  font-size: 20px;
  width: 55px;
  height: 55px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.sectionTitle .data {
  width: calc(100% - 70px);
  margin-top: 0px;
  float: left;
  position: relative;
}
.sectionTitle .data h2 {
  font-size: 20px;
  position: relative;
}
.sectionTitle .data p {
  font-size: 13px;
  color: #666;
}
.sectionTitle .data a {
  position: absolute;
  left: 0px;
  top: 7px;
  background: #f2f2f2;
  padding: 8px 20px 10px 20px;
  text-align: center;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-family: 'WebYekan';
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.sectionTitle .data a i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-right: 5px;
}
.sectionTitle .data a:hover {
  background: #ddd;
}
.pulse {
  animation-name: pulse;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0 0 0px 15px rgba(0, 0, 0, 0.01);
  }
  51% {
    box-shadow: 0 0 0px 15px rgba(0, 0, 0, 0);
  }
  100% {
    box-shadow: 0 0 0px 15px rgba(0, 0, 0, 0);
  }
}
@keyframes scale {
  0% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  }
  50% {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0);
  }
}
.post .selectize-control.single .selectize-input,
.selectize-dropdown.single {
  margin: 5px 0px;
}
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  background: #fff !important;
  border-color: #eee !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  line-height: 22px !important;
  font-size: 14px !important;
}
.selectize-dropdown {
  cursor: pointer;
  z-index: 100000;
}
.selectize-dropdown .active {
  background: #fafafa !important;
}
.datepicker-plot-area {
  width: 230px !important;
  border-radius: 4px !important;
  border: 1px solid #eee !important;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05) !important;
}
.datepicker-plot-area * {
  font-family: 'WebYekan';
}
.datepicker-plot-area .datepicker-day-view .table-days td {
  overflow: hidden;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.datepicker-plot-area .datepicker-day-view .table-days td span {
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover,
.datepicker-plot-area .datepicker-day-view .table-days td span:hover,
.datepicker-plot-area .datepicker-year-view .year-item:hover,
.datepicker-plot-area .datepicker-month-view .month-item:hover,
.datepicker-plot-area .datepicker-day-view .table-days td.selected span,
.datepicker-plot-area .datepicker-year-view .year-item.selected,
.datepicker-plot-area .datepicker-month-view .month-item.selected {
  background: #f48259 !important;
}
.magic-checkbox + label,
.magic-radio + label {
  padding-left: 0px !important;
  padding-right: 30px;
}
.magic-checkbox + label::before,
.magic-radio + label::before {
  left: auto;
  right: 0px;
  top: 2px !important;
}
.magic-checkbox + label::after {
  left: auto;
  top: 5px !important;
  right: 7px;
}
.magic-checkbox:checked + label::before {
  background: #05d172 !important;
  border-color: #05d172 !important;
}
.tabWrapper .tab {
  display: none;
}
.tabWrapper .tab.active {
  display: block;
}
.toast {
  position: fixed;
  bottom: -100%;
  right: 0px;
  left: 0px;
  padding: 10px 20px;
  color: #fff;
  background: #444;
  z-index: 100000000;
  font-family: 'WebYekan';
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.toast.active {
  bottom: 0px;
}
.toast.error {
  background: #ed4956;
}
.toast.success {
  background: #2ecc71;
}
.notify {
  background: #fff;
  padding: 10px 15px;
  margin-bottom: 10px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
  font-family: 'WebYekan';
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.notify.error {
  background: #ed4956;
  color: #fff;
}
.notify.success {
  background: #2ecc71;
  color: #fff;
}
.notify.warning {
  background: #ff905a;
  color: #fff;
}
.notify.notice {
  background: #18baff;
  color: #fff;
}
.colorSuccess {
  color: #2ecc71;
}
.colorAlert {
  color: #ed4956;
}
.colorDark {
  color: #222;
}
.jconfirm {
  text-align: center;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  font-family: 'WebYekanBold' !important;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  display: block;
  margin-right: 0px !important;
}
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  font-size: 50px !important;
  margin: 10px 0px 20px 0px;
}
.jconfirm .jconfirm-box {
  padding: 20px 30px !important;
}
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: none !important;
}
.jconfirm .jconfirm-box .jconfirm-buttons button {
  width: auto;
  padding: 10px 20px !important;
}
.selectize-dropdown .optgroup-header {
  font-size: 14px !important;
  background: #fafafa !important;
  border-right: 2px solid #2ecc71;
  line-height: 30px;
  font-family: 'WebYekan';
}
.post .selectize-control.single .selectize-input,
.selectize-dropdown.single {
  margin-bottom: -5px;
}
.selectize-control.multi .selectize-input [data-value] {
  background: #f48259 !important;
  border-color: #f48259;
}
.pagination {
  background: #f8f8f8;
  padding: 10px 20px;
  margin-top: 10px;
  font-family: 'WebYekan';
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.pagination a.disabled {
  cursor: not-allowed;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.pagination a.disabled:hover {
  color: inherit;
}
.btn.inline {
  background: #eee;
  padding: 0px 5px;
  color: #222 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
.btn.inline:hover {
  background: #ddd;
}
blockquote {
  padding: 10px;
  background: #fafafa;
  margin: 10px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.switchery {
  display: block !important;
  width: 50px !important;
  top: 10px;
}
.lg-outer {
  direction: ltr;
}
.lg-actions .lg-prev {
  left: 20px !important;
  right: auto !important;
  width: 40px;
}
.lg-actions .lg-next {
  left: auto !important;
  right: 20px !important;
  width: 40px;
}
.magic-checkbox[readonly] + label {
  cursor: default;
}
.magic-checkbox[readonly] + label::before,
.magic-radio[readonly] + label::before {
  background: #05d172 !important;
}
.magic-checkbox[readonly] + label::after,
.magic-radio[readonly] + label::after {
  display: block !important;
}
.magic-checkbox[disabled] + label,
.magic-radio[disabled] + label {
  color: #999 !important;
}
.datepicker-plot-area {
  font-size: 14px !important;
  font-family: 'WebYekanLight' !important;
  font-weight: normal !important;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
  width: calc(100% + 10px) !important;
  height: 30px !important;
  line-height: 30px;
  padding: 0px 5px !important;
  margin: 0px -5px !important;
  background: #eee;
}
.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row * {
  font-family: 'WebYekanBold';
}
