.elementor-2727 .elementor-element.elementor-element-74c54ff{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2727 .elementor-element.elementor-element-74c54ff:not(.elementor-motion-effects-element-type-background), .elementor-2727 .elementor-element.elementor-element-74c54ff > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), IRANYekan;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2727 .elementor-element.elementor-element-72e76378{columns:1;text-align:right;color:var( --e-global-color-primary );font-family:"IRANYekan", IRANYekan;font-weight:400;}.elementor-2727 .elementor-element.elementor-element-1745fbe{--display:flex;}@media(min-width:768px){.elementor-2727 .elementor-element.elementor-element-74c54ff{--content-width:1200px;}}/* Start custom CSS for text-editor, class: .elementor-element-72e76378 *//* استایل برای جدول */
.table-class {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 18px;
  text-align: right;
  direction: rtl; /* برای راست‌چین کردن متن */
}

.table-class thead tr {
  background-color: #308CC8; /* رنگ آبی برای سربرگ */
  color: #ffffff;
  text-align: right;
}

.table-class th,
.table-class td {
  padding: 12px 15px;
}

.table-class tbody tr {
  border-bottom: 1px solid #dddddd;
}

.table-class tbody tr:nth-of-type(even) {
  background-color: #f3f3f3;
}

.table-class tbody tr:last-of-type {
  border-bottom: 2px solid #007BFF; /* رنگ آبی برای آخرین ردیف */
}

.table-class tbody tr:hover {
  background-color: #e9f7fe; /* رنگ آبی کمرنگ برای حالت hover */
}

/* استایل برای ستون سمت راست */
.table-class th:first-child,
.table-class td:first-child {
  width: 50px; /* تنظیم پهنای ستون */
   text-align: center;
}/* End custom CSS */