/*!*********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/chart/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.mfn-chart-wrapper {
  width: 100%;
}
@media (width <= 460px) {
  .mfn-chart-wrapper {
    overflow: auto;
  }
}
.mfn-chart-wrapper table {
  width: 100%;
  min-width: 360px;
  border-collapse: collapse;
}
.mfn-chart-wrapper thead {
  border: none;
}
.mfn-chart-wrapper .table-head {
  font-weight: 700;
}
.mfn-chart-wrapper th,
.mfn-chart-wrapper td {
  text-align: left;
}
.mfn-chart-wrapper td,
.mfn-chart-wrapper th {
  vertical-align: top;
  padding: var(--wp--preset--spacing--10);
  border: none;
  border-bottom: solid 1px var(--wp--preset--color--gray--10);
}
.mfn-chart-wrapper td.mfn-archive-header {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--preset--spacing--20);
}
@media (width <= 768px) {
  .mfn-chart-wrapper td.mfn-archive-header {
    padding: var(--wp--preset--spacing--10);
  }
}
.mfn-chart-wrapper .mfn-archive-event-date {
  font-size: var(--wp--preset--font-size--medium);
}
@media (width <= 500px) {
  .mfn-chart-wrapper .mfn-archive td,
  .mfn-chart-wrapper .mfn-archive th,
  .mfn-chart-wrapper .mfn-archive .mfn-archive-event-date {
    font-size: var(--wp--preset--font-size--small);
  }
}
.mfn-chart-wrapper .mf-sum-row td,
.mfn-chart-wrapper .mf-owner-archive-sum-row td {
  background-color: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white);
  font-weight: 700;
}
.mfn-chart-wrapper .mf-owner-archive-sum-row {
  background-color: var(--wp--preset--color--secondary);
}
.mfn-chart-wrapper .source-text,
.mfn-chart-wrapper .mf-source-text {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--secondary);
}
.mfn-chart-wrapper .mf-owner-control-box {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: 700;
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--preset--spacing--20);
}
.mfn-chart-wrapper .mf-owner-control-box select {
  margin-left: var(--wp--preset--spacing--10);
  padding: 0 var(--wp--preset--spacing--10);
  height: 32px;
  font-size: var(--wp--preset--font-size--small);
}
.mfn-chart-wrapper .mf-excel-export-icon {
  height: 3vh;
  filter: brightness(0) invert(1);
}

/*# sourceMappingURL=style-index.css.map*/