/*MIXINS*/
/*COMMON*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/**/
.section-table .table-demo {
  overflow-y: hidden;
}
.section-table .table-demo td:first-child,
.section-table .table-demo th:first-child {
  padding-left: 8px !important;
}
.section-table .table-demo td,
.section-table .table-demo th {
  vertical-align: middle;
}
.section-table .table-demo thead .header-dm form {
  margin-bottom: 0;
}
.section-table .table-demo thead .header-dm select {
  margin-bottom: 0;
}
.section-table .table-demo thead th {
  text-transform: initial !important;
  text-align: center;
}
.section-table .table-demo tbody .no {
  text-align: center;
}
.section-table .table-demo tbody td {
  color: var(--black);
}
.section-table .table-demo tbody .img-demo a {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary_color);
}
.section-table .table-demo ul {
  padding-left: 20px;
}
.section-table .table-demo #filter select {
  max-width: 250px;
  margin-right: 8px;
  border: 1px solid var(--black);
}
.section-table .pagination {
  padding-left: 0 !important;
}

.blog-archive {
  padding: 0 !important;
}/*# sourceMappingURL=style-custom.css.map */