/*
 * @Author: Amirhossein Hosseinpour <https://amirhp.com>
 * @Date Created: 2025/07/23 01:48:16
 * @Last modified by: amirhp-com <its@amirhp.com>
 * @Last modified time:
 */


toast {
  display: block;
  background: var(--toast-bg, rgba(0, 0, 0, .8));
  color: #fff;
  text-align: center;
  bottom: 0;
  top: auto;
  width: 100vw;
  left: 0;
  padding: 1rem;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.5);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  transform: translateY(110%);
  position: fixed;
  z-index: 9999999999999999 !important;
}

toast:empty {
  display: none;
}

toast.active {
  transform: translateY(0);
}

external:before {
  font-family: "Font Awesome 6 Free" !important;
  content: "\f08e" !important;
  font-weight: bold !important;
  font-size: 10px !important;
  line-height: 2 !important;
  -webkit-margin-start: 4px;
  margin-inline-start: 4px;
}


.elementor-location-header {
  border-bottom: 1px solid #ccc;
}

.elementor-location-footer {
  border-top: 1px solid #ccc;
}

.elementor-nav-menu__align-start .elementor-nav-menu {
  justify-content: flex-start;
  -webkit-margin-start: auto !important;
  margin-inline-start: auto !important;
  -webkit-margin-end: 0 !important;
  margin-inline-end: 0 !important;
}


.pepro-login-reg {
  border: none !important;
}

.pepro-login-reg-field label {
  display: none;
}

.pigment-style-form :is(input, textarea, select)::-webkit-input-placeholder {
  opacity: 0.65;
}

.pigment-style-form :is(input, textarea, select)::-moz-placeholder {
  opacity: 0.65;
}

.pigment-style-form :is(input, textarea, select):-ms-input-placeholder {
  opacity: 0.65;
}

.pigment-style-form :is(input, textarea, select)::-ms-input-placeholder {
  opacity: 0.65;
}

.pigment-style-form :is(input, textarea, select)::placeholder {
  opacity: 0.65;
}

.main-content.section-edit .form-control,
.pigment-style-form :is(input, textarea, select),
.pigment-style-form :is(input, select, textarea):is(:active, :focus, :hover),
[data-pepro-reglogin]>form input,
[data-pepro-reglogin]>form input:active,
[data-pepro-reglogin]>form input:focus,
[data-pepro-reglogin]>form input:hover,
[data-pepro-reglogin]>form select,
[data-pepro-reglogin]>form select:active,
[data-pepro-reglogin]>form select:focus,
[data-pepro-reglogin]>form select:hover,
[data-pepro-reglogin]>form textarea,
[data-pepro-reglogin]>form textarea:active,
[data-pepro-reglogin]>form textarea:focus,
[data-pepro-reglogin]>form textarea:hover {
  border-radius: 4px;
  border: none !important;
  outline: none !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.pigment-style-form :is(input, textarea, select):is(:active, :focus, :focus-visible, :focus-within),
.main-content.section-edit .form-control:is(:active, :focus, :focus-visible, :focus-within),
body [data-pepro-reglogin]>form input:is(:active, :focus, :focus-visible, :focus-within),
body [data-pepro-reglogin]>form select:is(:active, :focus, :focus-visible, :focus-within),
body [data-pepro-reglogin]>form textarea:is(:active, :focus, :focus-visible, :focus-within) {
  transition: none !important;
  outline: none !important;
  box-shadow: var(--e-global-color-primary) 0px 1px 3px 0px, var(--e-global-color-primary) 0px 0px 0px 1px !important;
}

.pepro-login-reg-container {
  border-radius: 1rem;
  /* box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important; */
}

body #pepro-profile .pepro-login-reg-container form h6 {
  display: none !important;
}

#pepro-profile .pepro-login-reg-field.submit-wrap.form-required button {
  height: 47px;
}

html[dir="rtl"] body [data-pepro-reglogin]>form.inline error {
  background: var(--e-global-color-6f28940) !important;
  line-height: 1.5rem;
}

#pepro-login-inline {
  margin: 0 !important;
}

#pepro-profile .pepro-login-reg-field.submit-wrap.form-required #submit {
  border: none !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  background: var(--e-global-color-primary) !important;
}

.profile-page-wrapper .tabbed-wrapper .tab-names a.change-tab,
#pepro-profile .pepro-form-links a[href] {
  color: var(--e-global-color-primary) !important;
}

[dir="rtl"] [data-pepro-reglogin]>form.inline error {
  left: -0.5rem !important;
  right: auto !important;
  top: -0.5rem !important;
  background: var(--e-global-color-primary) !important;
}

#pepro-profile .pepro-login-reg-container.inline-form>form.inline {
  gap: 24px;
}

#pepro-profile .pepro-login-reg-container form h6 {
  display: block !important;
  color: var(--e-global-color-text) !important;
  text-align: start;
  font-size: 1.214rem;
  font-weight: 500;
}

[data-pepro-reglogin]>form ::-webkit-input-placeholder {
  opacity: 0.65;
}

[data-pepro-reglogin]>form ::-moz-placeholder {
  opacity: 0.65;
}

[data-pepro-reglogin]>form :-ms-input-placeholder {
  opacity: 0.65;
}

[data-pepro-reglogin]>form ::-ms-input-placeholder {
  opacity: 0.65;
}

[data-pepro-reglogin]>form ::placeholder {
  opacity: 0.65;
}

@media only screen and (min-width: 769px) {
  .list-unstyled.navbar__list li.active {
    padding-right: 0.7rem !important;
  }
}

.profile-page-wrapper .navbar__list li .fa-fw::before {
  background: none !important;
  color: inherit !important;
  width: unset !important;
  height: unset !important;
  position: static !important;
}

.switch-form-register:empty {
  display: none !important;
}

.main-content.section-edit .form-group {
  padding: 0 0.5rem;
}

.main-content.section-edit .submit-wrap.row-full {
  padding: 0 0.5rem 0.5rem 0.5rem;
}

.main-content.section-edit [data-pepro-reglogin]>form .pepro-login-reg-field {
  padding: 0 0.5rem;
}

.main-content.section-edit .pepro-login-reg-field.submit-wrap.form-required {
  padding: 0.5rem !important;
}

.main-content.section-edit form.edit-profile-form {
  margin-bottom: 0 !important;
}

.main-content.section-edit label[for="avatar"] {
  display: inline-flex;
  align-items: center;
  margin-top: 0.5rem;
  cursor: pointer;
}

.main-content.section-edit #avatar_b {
  width: 3rem;
  border-radius: 50% !important;
}

.invoice-number {
  direction: ltr;
  unicode-bidi: -moz-plaintext;
  unicode-bidi: plaintext;
}


#report-generator-form {
  display: flex;
  gap: 16px 24px;
  flex-wrap: wrap;
}

#report-generator-form>div {
  flex: 1 1 calc(50% - 1rem);
}

.pigment-style-form {
  margin: 2rem 0;
}

.wp-core-ui.wp-editor-wrap {
  border-radius: 4px !important;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
}

.wp-editor-container {
  border: none !important;
  padding: 5px !important;
}

.wf-100,
#report-generator-form>div.wf-100 {
  flex: 1 1 100%;
}

#report-generator-form label {
  color: var(--e-global-color-primary);
}

.pigment-style-form .entry.submit {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .pigment-style-form .entry {
    flex: 1 1 100% !important;
  }

  .pigment-style-form .entry.submit>* {
    flex: 1 1 auto;
  }

}

/* datepicker style */
.datepicker-container * {
  font-family: var(--e-global-typography-text-font-family);
}

.datepicker-year-view,
.datepicker-month-view {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.datepicker-container>div {
  width: 300px !important;
  font-size: 16px;
  padding: 1rem;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px !important;
  border-radius: 0.5rem;
  margin-top: 0.5rem;

}

.datepicker-plot-area .toolbox .pwt-btn-submit,
.datepicker-plot-area .toolbox .pwt-btn-calendar,
.datepicker-plot-area .toolbox .pwt-btn-today {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
  font-size: 1.15rem;
}

.datepicker-plot-area .datepicker-day-view .table-days td {
  height: 30px !important;
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
  height: 30px !important;
  line-height: 37px !important;
}


.toolbox>div[class*="pwt-btn"] {
  padding: 5px 15px !important;
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  border-radius: 5px;
  line-height: 1 !important;
}

.pwt-btn-submit {
  background-color: #b1d5f4 !important;
}

.month-itemselected,
.year-itemselected {
  display: block;
  background: #eee;
  width: 33.333333%;
  margin: 2px 0 0;
  float: right;
  height: 42px;
  line-height: 42px;
}

.list-unstyled.navbar__list li.active {
  border-right: 5px solid var(--e-global-color-accent) !important;
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.au-chat__content {
  height: -webkit-fit-content !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  overflow: hidden;
  padding-bottom: 1rem !important;
}

.bg-overlay--blue {
  background: var(--e-global-color-accent) !important;
  opacity: 0.8;
}

.recei-mess br:nth-last-of-type(1),
.recei-mess br:nth-last-of-type(2) {
  display: none;
}


.user-icon img.avatar.photo {
  width: 56px !important;
  height: 56px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.user_name_display {
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
}

.list-unstyled.navbar__list li a {
  font-size: 16px !important;
  font-weight: normal !important;
}

.list-unstyled.navbar__list li {
  padding: 8px !important;
}

.list-unstyled.navbar__list {
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
}

.user_name_display::before {
  content: "وقت بخیر";
  display: block;
  font-size: 12px;
}

.menu-sidebar.d-none.d-lg-block {
  padding: 40px !important;
}

.user_name_display {
  font-size: var(--e-global-typography-accent-font-size);
  line-height: 1;
}

.list-unstyled.navbar__list li.user-icon {
  display: flex !important;
  padding: 0 !important;
  gap: 12px !important;
  margin-bottom: 20px !important;
}



nav.navbar-sidebar ul.list-unstyled.navbar__list li:not(.user-icon) {
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;

}

nav.navbar-sidebar ul.list-unstyled.navbar__list li:not(.user-icon) a {
  padding: 12px !important;
}

.list-unstyled.navbar__list li.active {
  background: var(--e-global-color-secondary) !important;
}

.list-unstyled.navbar__list li:not(.user-icon):hover {
  background: var(--e-global-color-accent) !important;
}

.list-unstyled.navbar__list li.active a,
.list-unstyled.navbar__list li:not(.user-icon):hover a {
  color: #fff !important;
}


.profile-page-wrapper aside.menu-sidebar {
  min-width: 330px !important;
  max-width: 330px !important;
}

.section-pay-title {
  font-weight: 500;
  font-size: 16px;
}


body .profile-page-wrapper table tbody>tr:nth-child(2n+1)>td,
body .profile-page-wrapper table tbody>tr:nth-child(2n+1)>th {
  background-color: #fff !important;
  border: solid 1px#D5DEEC !important;
}

body .profile-page-wrapper table.table thead th,
body .profile-page-wrapper table.table-payment-list thead th {
  background: #F3F5FA !important;
  font-weight: 600 !important;
}

body .profile-page-wrapper table.table thead :is(td, th),
body .profile-page-wrapper table.table-payment-list thead :is(td, th) {
  border: solid 1px#D5DEEC !important;
}

body .profile-page-wrapper table.table tbody tr :is(td, th):not(:first-child):not(:last-child),
body .profile-page-wrapper table.table-payment-list tbody tr :is(td, th):not(:first-child):not(:last-child) {
  border: solid 1px #D5DEEC !important;
  border-right: 0 !important;
  border-left: 0 !important;
}

body .profile-page-wrapper table.table tbody tr :is(td, th):first-child,
body .profile-page-wrapper table.table-payment-list tbody tr :is(td, th):first-child {
  border: solid 1px #D5DEEC !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

body .profile-page-wrapper table.table tbody tr :is(td, th):last-child,
body .profile-page-wrapper table.table-payment-list tbody tr :is(td, th):last-child {
  border: solid 1px #D5DEEC !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

body .profile-page-wrapper table.table tr :is(td, th) {
  text-align: center !important;
}

body .profile-page-wrapper table.table-payment-list tr :is(td, th):nth-child(2) {
  text-align: start !important;
}

.profile-page-wrapper {
  background: #f1f2f3 !important;
}

body .profile-page-wrapper table tbody tr:hover>td,
body .profile-page-wrapper table tbody tr:hover>th {
  background-color: #80808009 !important
}

p:empty {
  display: none !important;
}

.wb {
  display: block;
  position: relative;
  background: #fff !important;
  padding: 1rem;
  border-radius: 4px;
}

.t-red {
  color: var(--e-global-color-6f28940);
}

.t-green {
  color: var(--e-global-color-a409f9f);
}

.wb a,
.t-blue {
  color: var(--e-global-color-8923666) !important;
}

button.button-pay {
  background-color: var(--e-global-color-a409f9f);
}

button.button-pay:hover {
  background-color: #2B932F;
}

.btn.btn-primary+.btn.btn-primary {
  -webkit-margin-start: 1rem;
  margin-inline-start: 1rem;
}

@media only screen and (max-width: 768px) {
  .menu-sidebar.d-none.d-lg-block {
    padding: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .list-hamburger {
    position: absolute !important;
    left: 0 !important;
    top: 2rem !important;
  }

  .responsive-table {
    position: relative;
    overflow: auto;
  }

  .responsive-table table :is(th, td) {
    white-space: nowrap;
  }

  .btn.btn-primary {
    white-space: nowrap;
  }

  .hamburger-text {
    font-size: 0 !important;
  }
}

.mce-toolbar .mce-btn button,
.qt-dfw {
  background: transparent !important;
}

nav.navbar-sidebar li[data-ref] svg {
  vertical-align: middle;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
  width: 24px;
  height: 24px;
}

nav.navbar-sidebar li[data-ref] svg path {
  stroke: #7F8289;
}

nav.navbar-sidebar li[data-ref]:not(.user-icon):hover svg path,
nav.navbar-sidebar li[data-ref].active svg path {
  stroke: #fff;
}

.profile-page-wrapper :is(h2, h3, h4) {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.profile-page-wrapper .title-1 {
  margin: 1rem 0 !important;
  font-weight: bold !important;
}

.user-icon .user_name_display,
.list-unstyled.navbar__list li a {
  color: var(--e-global-color-secondary) !important;
}

.list-unstyled.navbar__list li:not(.user-icon):hover a {
  .list-unstyled.navbar__list li.active a {
    color: var(--e-global-color-secondary) !important;
  }
}

#pepro-profile .pepro-login-reg-container .switcher {
  display: flex;
  align-items: flex-start;
  gap: 0 !important;
  flex-wrap: nowrap !important;
  width: calc(450px - 2.14286rem - 2.14286rem - 4px);
  margin: auto;
}

#pepro-profile .pepro-login-reg-container .switcher a {
  padding: 8px !important;
  text-align: center;
  border-radius: 4px 0px 0px 4px !important;
  flex: 1 1 100% !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  outline: none !important;
  border: 1px solid rgba(27, 31, 35, 0.15) !important;
}

#pepro-profile .via-email-active .switcher a.switch-email,
#pepro-profile .via-sms-active .switcher a.switch-mobile {
  background: var(--e-global-color-text) !important;
  color: #fff;
}

#pepro-profile .pepro-login-reg-container .switcher a.switch-mobile.first {
  border-radius: 0px 4px 4px 0px !important;
}