/*
 * @Last modified by: amirhp-com <its@amirhp.com>
 * @Last modified time: 2025/09/04 00:57:02
 */
@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: 300;
  src: url("Font-300.woff") format("woff");
}

@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: 400;
  src: url("Font-400.woff") format("woff");
}

@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: normal;
  src: url("Font-400.woff") format("woff");
}

@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: 600;
  src: url("Font-800.woff") format("woff");
}

@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: bold;
  src: url("Font-800.woff") format("woff");
}

@font-face {
  font-family: bodyfont;
  font-style: normal;
  font-weight: 900;
  src: url("Font-900.woff") format("woff");
}

.tippy-content,
body.rtl toast.active,
[dir="rtl"] .wrap :is(p,
  span:not(.dashicons, .fa, .fas, .fab),
  small,
  table,
  tr,
  td,
  th,
  h1,
  h2,
  h3,
  h4,
  toast),
[dir="rtl"] .data-table-wrap h3,
[dir="rtl"] .data-table-wrap h4 {
  font-family: bodyfont, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

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);
}

[dir="rtl"] .jconfirm-box {
  font-family: bodyfont !important;
}


h1.page-title-heading {
  margin-bottom: 1rem;
}

[dir="rtl"] h1.page-title-heading {
  font-family: bodyfont !important;
}

.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  min-width: 150px;
}

.description:empty {
  display: none;
}

.description {
  font-size: 0.85rem;
  padding: 4px;
  color: #6d6c6c;
  width: 100%;
}

body {
  background: #f0f0f1 !important;
}

label {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.param-copy {
  text-decoration: none;
  font-size: small;
  border: 1px solid #ccc;
  padding: 0.3rem;
  border-radius: 2px;
  line-height: 2.5;
  background: #fafafa;
}

h1.had .dashicons {
  margin: -0.5rem;
  font-size: 2.5rem;
  -webkit-margin-end: 1.5rem;
  margin-inline-end: 1.5rem;
}

.form-table th {
  width: 400px;
}

.submit_wrapper {
  display: block;
  margin-top: 2rem;
}

.submit_wrapper>* {
  -webkit-margin-end: 1rem !important;
  margin-inline-end: 1rem !important;
}

[data-repeater-list] td input[type="text"] {
  width: 100%;
}

red {
  display: block;
  background: #db343430;
  color: black;
  border-left: 4px solid #db3434;
  margin-top: 1rem;
  padding: 5px;
}

[dir="rtl"] red {
  border-left: none;
  border-right: 4px solid #db3434;
}

div.highlight {
  background: #ffff0070 !important;
}

.setting-row.highlight.red {
  background: #ce3a2b70 !important;
}

.entry-actions a {
  color: #1d2327;
}

blue {
  display: block;
  background: #3498db30;
  color: black;
  border-left: 4px solid #3498db;
  margin-top: 1rem;
  padding: 5px;
}

[dir="rtl"] blue {
  border-left: none;
  border-right: 4px solid #3498db;
}

.jconfirm-content {
  line-height: 2;
}

.search_form.closed {
  display: none;
}

.form-input input,
.form-input select {
  min-width: 300px;
}

[type="search"] {
  outline-offset: 0 !important;
  -webkit-appearance: auto !important;
}

.dataTables_wrapper .dataTables_filter input {
  min-width: 300px;
  max-width: 100%;
  width: 700px;
}

.form-table small {
  display: block;
  color: #646464;
  font-style: italic;
  line-height: 2;
  margin: 0.5rem 0 0;
}

copy {
  padding: 1px;
  cursor: pointer;
  position: relative;
  line-height: 1;
  border-radius: 4px;
  -webkit-margin-end: 4px;
  margin-inline-end: 4px;
}

copy:hover {
  background: #ffff004a;
}

.macro-list-wrapper copy:hover {
  background: #e0ff73;
}

.macro-list-wrapper {
  /* max-height: 310px;
  overflow: auto; */
  border-left: 2px solid #ccc;
  padding: 0 0.5rem;
  position: relative;
  counter-set: item;
}

[dir="rtl"] .macro-list-wrapper {
  border-left: none;
  border-right: 2px solid #ccc;
}

.form-row {
  position: relative;
}

.event-setting .fas.fa-question-circle {
  color: #666;
  float: inline-end;
  cursor: help;
  position: relative;
  top: 2px;
}

.form-input input,
.form-input select {
  min-width: 100%;
}

.form-row.action-row {
  align-self: end;
}

.button.disabled {
  pointer-events: none;
  cursor: pointer !important;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  word-break: break-word;
}

.form-row.action-row {
  margin: 1rem 0 -0.4rem;
}

.data-table-wrap:empty {
  display: none;
}

.pagination:empty {
  display: none !important;
}

copy.wrap {
  white-space: pre-wrap;
  /* Since CSS 2.1 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}

copy:empty {
  display: none !important;
}

.hide,
hidden {
  display: none;
}

.highlight {
  background-color: yellow;
  color: #5a5a5a;
}

.wp-editor-wrap {
  position: relative;
  width: 100%;
}

.form-input input[type="text"]:focus {
  box-shadow: none !important;
  outline: none !important;
  border-color: #7d8085 !important;
  background: #e6edff;
}

.form-table tr th {
  font-weight: 400;
}

.form-table tr td,
.form-table tr th {
  padding: 1rem;
}

[data-tippy-root] {
  z-index: 9999999999999 !important;
}

table.form-table tr>td input[accept-charset][autocomplete] {
  width: 100%;
}

input[type="checkbox"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-tap-highlight-color: transparent !important;
  cursor: pointer !important;
}

input[type="checkbox"]:focus {
  box-shadow: none !important;
  outline: none !important;
}

input[type="checkbox"] {
  height: 18px !important;
  width: 38px !important;
  min-width: 18px !important;
  max-width: 38px !important;
  border-radius: 16px !important;
  display: inline-block !important;
  position: relative !important;
  margin: 0 !important;
  border: none !important;
  background: #ec4f4f !important;
}

.sub-setting input[type="checkbox"] {
  top: -2px;
}

input[type="checkbox"]:after {
  content: "" !important;
  position: absolute !important;
  top: 4px !important;
  left: 4px !important;
  width: 10px !important;
  height: 10px !important;
  border-radius: 50% !important;
  background: white !important;
  box-shadow: 0 1px 2px rgba(44, 44, 44, 0.2) !important;
  transition: all 0.2s cubic-bezier(0.5, 0.1, 0.75, 1.35) !important;
}

input[type="checkbox"]:checked {
  background: #22be15 !important;
  box-shadow: none !important;
  outline: none !important;
}

input[type="checkbox"]:checked:before {
  content: "" !important;
}

input[type="checkbox"]:checked:after {
  transform: translateX(calc(38px - 10px - 8px)) !important;
}

tr.type-checkbox .description {
  display: initial;
}

.tab-content {
  display: none;
}

.tab-active {
  display: block;
}

[data-repeater-list] td:first-of-type input[type="text"] {
  width: calc(100% - 2rem);
}

@media print {

  .nav-tab-wrapper.woo-nav-tab-wrapper,
  .tab-content.tab-active>.form-table.wp-list-table.widefat.striped.table-view-list.posts>tbody>tr:not(:last-of-type),
  .tab-content.tab-active>.form-table.wp-list-table.widefat.striped.table-view-list.posts>tbody>tr:last-of-type br,
  .ld_add_access,
  .ld_remove_access,
  .submit_wrapper,
  #adminmenumain {
    display: none !important;
  }

  h1.had {
    margin: 0 0 -1rem 0;
  }

  html.wp-toolbar {
    padding-top: 0;
  }

  .folded #wpcontent,
  .folded #wpfooter {
    margin-left: 0;
  }
}

td .move-handle {
  vertical-align: middle;
  line-height: 0.8;
}

div#wpfooter {
  display: block !important;
}

.setting-row h3.entry-name {
  display: inline-block;
  margin: 0;
}

.macro-list {
  vertical-align: top !important;
  line-height: 2 !important;
}

.sub-setting.form-table.wp-list-table tr :is(input, textarea, select) {
  width: 100%;
  max-width: 100%;
  margin: 0 !important;
}


:is(.fa-pull-right a, .fa-pull-left a):is(:hover, :active, :focus-within, :focus-visible, :active) {
  box-shadow: none !important;
  outline: none !important;
}

.sub-setting.form-table.wp-list-table th:empty {
  display: none;
}

.sub-setting.form-table.wp-list-table {
  margin-top: 1rem;
  background: #ffffffc9 !important;
}

.hooks-docs th,
.hooks-docs td {
  direction: ltr !important;
}

.macro-list strong {
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  padding: 0.5rem;
  background: #eee;
  margin: 0.5rem -0.5rem;
}

.macro-list strong:first-of-type {
  margin-top: 0;
}

.macro-list strong::before {
  counter-increment: item;
  content: counters(item, "", decimal-leading-zero) ". ";
}

.macro-list-wrapper>copy {
  display: inline-block;
  padding: 5px;
}

.button.button-link {
  text-decoration: none;
  padding: 0 !important;
  min-height: -webkit-fit-content !important;
  min-height: -moz-fit-content !important;
  min-height: fit-content !important;
}

h3.entry-name {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
}

.highlight .entry-name {}

tr[data-type] h3.entry-name {
  position: relative;
}

tr[data-type^="wc_"] .entry-name {
  padding-left: 40px;
  color: #7f54b4;
}

[dir="rtl"] tr[data-type^="wc_"] .entry-name {
  padding-right: 40px;
  padding-left: 0;
}

tr[data-type^="wc_"] .entry-name:after {
  content: "";
  position: absolute;
  left: 0;
  width: 34px;
  height: 100%;
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='50.000000pt' height='50.000000pt' viewBox='0 0 50.000000 50.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,50.000000) scale(0.100000,-0.100000)'%0Afill='%237f54b4' stroke='none'%3E%3Cpath d='M25 475 c-25 -24 -25 -25 -25 -225 0 -270 -20 -250 250 -250 270 0%0A250 -20 250 250 0 270 20 250 -250 250 -200 0 -201 0 -225 -25z m378 -80 c13%0A-13 13 -20 0 -57 -8 -24 -20 -87 -26 -140 -10 -89 -13 -98 -32 -98 -22 0 -71%0A65 -82 108 -5 21 -10 17 -42 -40 -25 -42 -44 -64 -58 -66 -24 -4 -31 16 -58%0A148 -24 119 -22 140 15 140 20 0 25 -11 35 -84 13 -95 19 -98 54 -28 47 94 72%0A95 95 6 l13 -49 8 45 c9 55 31 112 48 122 15 10 13 10 30 -7z'/%3E%3C/g%3E%3C/svg%3E") center/contain no-repeat;
  bottom: -2px;
}

[dir="rtl"] tr[data-type^="wc_"] .entry-name:after {
  left: auto;
  right: 0;
}

tr[data-type^="wc_"] .macro-list strong {
  color: #7f54b4;
}

tr[data-type^="wc_"] .macro-list copy:hover::after {
  background: #7f54b44f;
}

.regular-text {
  width: 100%;
}

.description {
  color: #757575 !important;
  font-size: small !important;
}

.workspace-notifications-list {
  display: flex;
  gap: 1rem;
}

.workspace-notifications-list .notif-panel-side>div {
  max-height: 500px;
  overflow: auto;
  flex: 1 1;
  scrollbar-width: thin;
}

.list-notif-types {
  list-style: none;
  position: relative;
  min-width: 400px;
  max-width: 400px;
}

.list-notif-types div.notif-heading {
  font-weight: bold;
  margin: 0.5rem 0;
  background: #fffbd8;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

.list-notif-types div.notif-heading:first-child {
  margin-top: 0;
}

.list-notif-types>li {
  background: #eee;
  padding: 0.8rem 1rem;
}

.notif-entry {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help-event-span {
  cursor: help;
}

.add-current-item {
  cursor: pointer;
}

.workplace:empty::after {
  content: attr(data-empty);
  padding: 3rem;
  display: block;
  text-align: center;
  color: #ccc;
}

#wpbody-content .nav-tab:is(:active, :focus),
#wpbody-content .tab-content a:is(:active, :focus) {
  box-shadow: none !important;
}

.setting-row>.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.entry-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.event-setting {
  width: 100%;
  overflow: auto;
  position: relative;
}

.setting-row {
  padding: 1rem;
  margin-bottom: 0.5rem;
  background: #eee;
  border: 1px solid #eee;
}

.help-event-span:not(.help-category-span) {
  -webkit-margin-end: auto;
  margin-inline-end: auto;
  -webkit-margin-start: 0.5rem;
  margin-inline-start: 0.5rem;
}

.help-event-span.help-category-span,
.add-current-item {
  background: #ddd;
  width: 2.8rem;
  margin: -0.8rem -1rem;
  height: 2.8rem;
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  font-size: 1rem;
}

.help-event-span.help-category-span {
  background: #fffbd8;
  font-size: 1.3rem;
}

.workplace :is(.wp-person a:focus .gravatar,
  a:focus,
  a:focus .media-icon img,
  a:focus .plugin-icon) {
  box-shadow: none !important;
  outline: none !important;
}

.panel-heading {
  padding-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.clear-all-notif {
  font-size: small;
  font-weight: bold;
}

.notif-panel-side {
  background: #fff;
  border: 1px solid #c3c4c7;
  padding: 1rem;
}

.notif-panel-side.side-right {
  flex: 1 1;
}

.sub-setting.wp-list-table th {
  max-width: 150px !important;
  font-weight: 500;
}

a[target="_blank"]::after {
  content: "\f08e";
  font-weight: 900;
  font-family: "Font Awesome 7 Free";
  padding: 3px;
  font-size: smaller;
  font-variant-position: super;
}

.sub-setting :is(td, th) {
  padding: 0.5rem !important;
}

.validation-result:empty {
  display: none;
}

.validation-result {
  list-style: none;
}

textarea.monospace,
input.monospace {
  font-family: Consolas, monospace;
  letter-spacing: 1px;
}

.repeater>h3 {
  margin-top: 0 !important;
}

.toggle-advanced-trs {
  display: block;
  font-weight: 600;
  background: #eee;
  padding: 1rem;
  margin: 0.5rem -1rem 0 -1rem;
}

.toggle-advanced-trs.active {
  margin-bottom: 0.5rem;
}

.validation-result::before {
  content: attr(data-title);
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.validation-result {
  padding-top: 6px;
  padding-bottom: 0;
}

.validation-result li {
  list-style: disc inside;
}

.notif-entry .add-current-item {
  width: 3rem;
}

@media only screen and (max-width: 768px) {

  .workspace-notifications-list {
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .workspace-notifications-list>div {
    flex: 1 1 100%;
    max-width: 100% !important;
    min-width: 100% !important;
  }

  .workspace-wrapper-parent>thead>tr>th {
    width: calc(100% - 2rem) !important;
  }

  .workspace-wrapper-parent .list-notif-types {
    max-width: 100% !important;
  }
}