
.wpcg-table {
  border: 0;
  color: #696969;
}
.wpcg-table > thead {
  background-color: #F5F7FC;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.wpcg-table > thead > tr > th {
  white-space: nowrap;
  border: none;
  color: var(--superio-theme-color);
  font-weight: 500;
  font-size: 16px;
  padding: 10px 15px;
}
@media (min-width: 1600px) {
  .wpcg-table > thead > tr > th {
    padding: 20px 30px;
  }
}
.wpcg-table > tbody > tr {
  border-bottom: 1px solid #ECEDF2;
}
.wpcg-table > tbody > tr > td {
  vertical-align: middle;
  padding: 10px 15px;
  border: none;
}
@media (min-width: 1600px) {
  .wpcg-table > tbody > tr > td {
    padding: 30px;
  }
}
.wpcg-table th.wpcg-title {
  min-width: 150px;
}
.wpcg-table div.wpcg-table-info-content {
  max-width: 120px;
}
@media (min-width: 1200px) {
  .wpcg-table div.wpcg-table-info-content {
    max-width: 250px;
  }
}
@media (min-width: 1400px) {
  .wpcg-table div.wpcg-table-info-content {
    max-width: 300px;
  }
}
@media (min-width: 1600px) {
  .wpcg-table div.wpcg-table-info-content {
    max-width: 350px;
  }
}
.wpcg-table .wpcg-actions {
  width: 180px;
}
.wpcg-table .alert-query strong {
  color: #202124;
  font-weight: 500;
}
.wpcg-table .wpcg-table-info-content-title {
  font-size: 18px;
  margin: 0px;
  word-wrap: break-word;
  max-width: 100%;
}
.wpcg-table .publish {
  color: #79b530;
}
.wpcg-table .pending {
  color: #f0ad4e;
}
.wpcg-table .nowrap {
  white-space: nowrap;
}
.wpcg-table .name-package {
  text-decoration: underline;
}
.wpcg-table .lists-info {
  padding: 0;
  list-style: none;
  margin: 0;
}
.wpcg-table .lists-info li {
  white-space: nowrap;
}
.wpcg-table .btn-remove-candidate-alert {
  font-size: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  display: inline-block;
  left: 5px;
  padding: 3px 6px;
  color: var(--superio-theme-color);
  background-color: var(--superio-theme-color-007);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.rtl .wpcg-table .btn-remove-candidate-alert {
  right: 5px;
  left: auto;
}
.wpcg-table .btn-remove-candidate-alert:before {
  font-size: 13px;
  font-family: "themify";
  content: "\e646";
}
.wpcg-table .btn-remove-candidate-alert:hover, .wpcg-table .btn-remove-candidate-alert:focus {
  color: #fff;
  background-color: var(--superio-theme-color);
}