/* [project]/src/components/Table/styles/Table.module.scss.module.css [app-client] (css) */
.Table-module-scss-module__Sd0MHq__table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid var(--neutral-opacity-gray-g-30);
  width: 100%;
}

.Table-module-scss-module__Sd0MHq__table table tr {
  height: 56px !important;
}

.Table-module-scss-module__Sd0MHq__table table tr td {
  padding: 8px 0 !important;
}

.Table-module-scss-module__Sd0MHq__table table th {
  line-height: 1;
  color: var(--gray-600) !important;
  background-color: #fff !important;
  padding: 8px 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.Table-module-scss-module__Sd0MHq__table table th > div {
  line-height: 1;
}

.Table-module-scss-module__Sd0MHq__table table td {
  color: var(--gray-900);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  font-family: var(--font-sofia-sans-condensed) !important;
}

.Table-module-scss-module__Sd0MHq__table table td > * {
  font-family: var(--font-roboto);
}

.Table-module-scss-module__Sd0MHq__table table thead tr {
  border-bottom: 1px solid var(--neutral-opacity-gray-g-10) !important;
}

@media only screen and (max-width: 1279px) {
  .Table-module-scss-module__Sd0MHq__table table td {
    font-size: 14px !important;
  }
}

/*# sourceMappingURL=722663d14b1019e6.css.map*/