/*
Theme Name: kaitex Child
Theme URI: https://seochita.ir
Description: Child theme for the kaitex theme
Author: Morteza Hallaji
Author URI: https://seochita.ir
Template: kaitex
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../kaitex/style.css");

#pxl-content-main article{
    font-family:"Yekan_Bakh", Sans-serif;
    color:#000;
}

#pxl-content-main article table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Yekan_Bakh", Sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #333;
}

#pxl-content-main article table th,
#pxl-content-main article table td {
  border: 1px solid #ddd;
  padding: 10px 14px;
  text-align: center;
  font-family: "Yekan_Bakh", Sans-serif;
}

#pxl-content-main article table th {
  background-color: #f2f6fe;
  font-weight: 600;
  color:#222;
}

#pxl-content-main article table tbody tr:nth-child(even) {
  background-color: #e9ecef !important;
}

#pxl-content-main article table tbody tr:nth-child(odd) {
  background-color: #f8f9fa !important;
}

#pxl-content-main article table tr:hover {
  background-color: #f0f8ff;
}


#pxl-content-main article img{
    filter : unset !important;
}

body{
    padding:unset !important;
    font-family: Morabba !important;
}