.elementor-644 .elementor-element.elementor-element-71724c1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:130px;--padding-left:0px;--padding-right:0px;}.elementor-644 .elementor-element.elementor-element-d3023e5 > .elementor-widget-container{margin:12px 0px 0px 0px;}.elementor-644 .elementor-element.elementor-element-d3023e5{text-align:justify;}.elementor-644 .elementor-element.elementor-element-d3023e5 .elementor-heading-title{font-size:16px;font-weight:bold;text-transform:capitalize;line-height:28px;}@media(max-width:767px){.elementor-644 .elementor-element.elementor-element-d3023e5{text-align:center;}}/* Start custom CSS for text-editor, class: .elementor-element-bc757b1 */.tablepress {
  font-family: 'helvetica', sans-serif;
  font-size: 10px;
  width: 100%;
  margin: 0 auto;
  color: #1e232b;
  border-collapse: collapse;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  text-align: center;
}

/* سلول‌ها */
.tablepress td,
.tablepress th {
  padding: 6‍px 10px !important;
  border: 1px solid #ccc;
  text-align: center;
  vertical-align: middle;
}

/* نوار بالای جدول */
.tablepress thead th {
  background-color: #8f6741; /* طلایی */
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
  font-size: 10px;
  text-align: center;
}

/* ردیف‌های بدنه: دو خاکستری، دو سفید */
.tablepress tbody tr:nth-child(4n-3),
.tablepress tbody tr:nth-child(4n-2) {
  background-color:#e0dcdc; /* خاکستری واضح */
}

.tablepress tbody tr:nth-child(4n-1),
.tablepress tbody tr:nth-child(4n) {
  background-color: ffffff; /* سفید */
}

/* افکت هاور روی ردیف‌ها */
.tablepress tbody tr:hover {
  background-color: #8f6741 !important; /* طلایی روشن */
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

/* ریسپانسیو فقط در موبایل */
@media screen and (max-width: 768px) {
  .tablepress {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 12px;
  }
}

/* رنگ‌بندی وضعیت‌ها */
.tablepress td:contains("On Schedule") {
  background-color:#423d3a;
  color: #155724;
  font-weight: bold;
}

.tablepress td:contains("Delayed") {
  background-color:#423d3a;
  color: #721c24;
  font-weight: bold;
}

.tablepress td:contains("Cancelled") {
  background-color: #423d3a;
  color: #856404;
  font-weight: bold;
}/* End custom CSS */