.pp-icon {
  display: inline-block;
  line-height: 1;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pp-icon i,
.pp-icon svg {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

/* RTW Table styles - supporting both RTW and PP classes for compatibility */
.rtw-table,
.pp-table {
  border: none;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  text-align: left;
  vertical-align: inherit;
  width: 100%;
}
.rtw-table .rtw-table-cell,
.rtw-table .pp-table-cell,
.pp-table .pp-table-cell {
  text-align: inherit;
}

/* Default cell borders to match PowerPack */
.rtw-table td,
.rtw-table th,
.pp-table td,
.pp-table th {
  border: 1px solid #ddd;
  padding: 10px;
}
.rtw-table-left .rtw-table-container,
.rtw-table-left .pp-table-container,
.pp-table-left .pp-table-container {
  margin-left: 0;
  margin-right: auto;
}
.rtw-table-center .rtw-table-container,
.rtw-table-center .pp-table-container,
.pp-table-center .pp-table-container {
  margin-left: auto;
  margin-right: auto;
}
.rtw-table-right .rtw-table-container,
.rtw-table-right .pp-table-container,
.pp-table-right .pp-table-container {
  margin-left: auto;
  margin-right: 0;
}
.rtw-table-cell-icon-before,
.pp-table-cell-icon-before {
  margin-right: 10px;
}
.rtw-table-cell-icon-after,
.pp-table-cell-icon-after {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 10px;
}
.rtw-table-container,
.pp-table-container {
  overflow-x: auto;
}
.rtw-table.tablesaw-stack td,
.rtw-table.tablesaw-stack th,
.pp-table.tablesaw-stack td,
.pp-table.tablesaw-stack th {
  float: none;
}
.rtw-table .rtw-table-cell-content,
.rtw-table .pp-table-cell-content,
.pp-table .pp-table-cell-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rtw-table .tablesaw-sortable-btn,
.pp-table .tablesaw-sortable-btn {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 0;
}
.rtw-table .tablesaw-sortable-btn .rtw-table-cell-content,
.rtw-table .tablesaw-sortable-btn .pp-table-cell-content,
.pp-table .tablesaw-sortable-btn .pp-table-cell-content {
  display: inline-block;
}
.rtw-table .tablesaw-sortable-btn .tablesaw-sortable-arrow,
.pp-table .tablesaw-sortable-btn .tablesaw-sortable-arrow {
  float: right;
  margin-left: 5px;
}
.rtw-table .tablesaw-sortable-btn:hover,
.rtw-table .tablesaw-sortable-btn:focus,
.pp-table .tablesaw-sortable-btn:hover,
.pp-table .tablesaw-sortable-btn:focus {
  background: transparent;
  border: none;
  color: inherit;
}
.rtw-table .tablesaw-sortable-head .tablesaw-sortable-arrow:after,
.pp-table .tablesaw-sortable-head .tablesaw-sortable-arrow:after {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.rtw-table .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after,
.pp-table .tablesaw-sortable-head.tablesaw-sortable-ascending .tablesaw-sortable-arrow:after {
  content: "\f0de";
}
.rtw-table .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after,
.pp-table .tablesaw-sortable-head.tablesaw-sortable-descending .tablesaw-sortable-arrow:after {
  content: "\f0dd";
}

.rtw-table-cell-icon,
.pp-table-cell-icon {
  line-height: inherit;
}
.rtw-table-cell-icon i,
.rtw-table-cell-icon svg,
.pp-table-cell-icon i,
.pp-table-cell-icon svg {
  display: initial;
}

.rtw-table-sortable-dd-hide .tablesaw-sortable-switch,
.pp-table-sortable-dd-hide .tablesaw-sortable-switch {
  display: none;
}

/** Remove Odd Row color due to theme Hello Elementor **/
.rtw-table tr:nth-child(odd) td,
.pp-table tr:nth-child(odd) td {
  background-color: unset;
}

.rtw-table tr:nth-child(even) td,
.pp-table tr:nth-child(even) td {
  background-color: unset;
}