.wp-block-mlfcorp-charts{color:#000;margin:0 auto;text-align:center;padding:1px}.wp-block-mlfcorp-charts .pie-chart,.wp-block-mlfcorp-charts .bar-chart{padding:5.125em 2.375em 1.25em 2.375em;border-radius:var(--wp--custom--border-radius-lg)}.wp-block-mlfcorp-charts .pie-chart .block-editor-rich-text__editable[class],.wp-block-mlfcorp-charts .bar-chart .block-editor-rich-text__editable[class]{display:inline-block}.wp-block-mlfcorp-charts .pie-chart__canvas{display:flex;justify-content:center}.wp-block-mlfcorp-charts .pie-chart__canvas canvas{height:25.875rem;width:25.875rem}.wp-block-mlfcorp-charts .pie-chart__description{font-size:0.875rem;line-height:2.5rem;color:#09264e;margin-top:calc(4.625rem - var(--wp--custom--gap))}.wp-block-mlfcorp-charts .pie-chart__legend{text-align:left;align-content:space-evenly;align-items:center}.wp-block-mlfcorp-charts .pie-chart__legend-item{position:relative;border-bottom:1px solid var(--wp--custom--colors--light-blue)}.wp-block-mlfcorp-charts .pie-chart__legend-item-color{position:absolute;width:1rem;height:1rem;border-radius:3.125rem;top:0.625rem}.wp-block-mlfcorp-charts .pie-chart__legend-item.last-row{border-bottom:none}.wp-block-mlfcorp-charts .pie-chart__legend-item-text{margin-left:1.25rem;line-height:2.5rem;font-size:1.25rem;color:#09264e}.wp-block-mlfcorp-charts .pie-chart__legend-item-value{font-size:2.5rem;color:#004ab5;margin:0;padding-bottom:1.625rem}.wp-block-mlfcorp-charts .bar-chart .simplebar-scrollbar::before{background-color:#004ab5;opacity:1}.wp-block-mlfcorp-charts .bar-chart .simplebar-track{border:1px solid #fff;border-radius:0.625rem;background-color:#fff}.wp-block-mlfcorp-charts .bar-chart__canvas{-ms-overflow-x:auto;overflow-x:auto;-ms-overflow-y:hidden;overflow-y:hidden}.wp-block-mlfcorp-charts .bar-chart__canvas canvas{height:21.875rem !important}.wp-block-mlfcorp-charts .bar-chart__footer-text{line-height:2.5rem;font-size:0.875rem;color:#09264e;margin-left:0.625rem;text-align:left}.wp-block-mlfcorp-charts .bar-chart__legend{display:flex;justify-content:space-around;text-align:left;gap:0;margin-top:0.9375rem;margin-bottom:2.1875rem}.wp-block-mlfcorp-charts .bar-chart__legend-item{padding:0 0.1875rem}.wp-block-mlfcorp-charts .bar-chart__legend-item-text{line-height:1.25rem;font-size:1.125rem;color:#09264e}.wp-block-mlfcorp-charts .bar-chart__legend-item-value{font-size:0.875rem;color:#004ab5;margin:0;padding:0}.wp-block-mlfcorp-charts .bar-chart__description{font-size:3.125rem;color:#004ab5;text-align:left;margin-top:6.25rem;margin-left:3.125rem}.wp-block-mlfcorp-charts h3.chart-title{margin:0}@media screen and (max-width: 900px){.wp-block-mlfcorp-charts .pie-chart canvas{height:21.875rem;width:21.875rem}}@media screen and (max-width: 600px){.wp-block-mlfcorp-charts .pie-chart,.wp-block-mlfcorp-charts .bar-chart{border-radius:var(--wp--custom--border-radius)}.wp-block-mlfcorp-charts .pie-chart__canvas{order:1;margin:0.1875rem 0 4.375rem 0}.wp-block-mlfcorp-charts .pie-chart__canvas canvas{height:18.75rem;width:18.75rem}.wp-block-mlfcorp-charts .pie-chart__legend{order:2}.wp-block-mlfcorp-charts .pie-chart__description{order:0;border-bottom:1px solid var(--wp--custom--colors--light-blue);line-height:1.25rem;padding-bottom:0.6875rem;text-align:left}.wp-block-mlfcorp-charts .bar-chart canvas{height:18.75rem;width:18.75rem}.wp-block-mlfcorp-charts .bar-chart__legend-item-text,.wp-block-mlfcorp-charts .bar-chart__legend-item-value{font-size:0.6875rem;line-height:1.125rem;color:#004ab5}.wp-block-mlfcorp-charts .bar-chart__description{order:2;font-size:1.625rem;line-height:1.625rem;margin-top:0;margin-left:0}.wp-block-mlfcorp-charts .bar-chart__footer-text{margin-left:0;order:0}}@media screen and (max-width: 375px){.wp-block-mlfcorp-charts .pie-chart canvas{max-height:17.1875rem;max-width:17.1875rem}}
[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 0.625rem;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 0.4375rem;
  left: 0.125rem;
  right: 0.125rem;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 0.6875rem;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 0.125rem;
  bottom: 0.125rem;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 0.6875rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 0.125rem;
  right: 0.125rem;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0.125rem;
  height: 0.4375rem;
  min-height: 0;
  min-width: 0.625rem;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 31.25rem;
  width: 31.25rem;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

