@font-face {
  font-family: Inter;
  src: url("../assets/fonts/Inter-italic-var.woff2");
  font-family: Inter;
  src: url("../assets/fonts/Inter-upright-var.woff2");
}
body,
div[class^=railz-],
div[class*=" railz-"] {
  font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.rv-container {
  display: flex;
  padding: 16px;
  position: relative;
  border: 1px solid #eee;
  border-radius: 7px;
  flex-direction: column;
  justify-content: space-between;
  width: auto;
  height: 360px;
}
.rv-container * {
  font-family: Inter, Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.rv-header-container {
  display: flex;
}

.rv-title {
  display: flex;
  color: #015b7e;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
  text-align: left;
  flex-grow: 1;
  line-height: 1.235;
}

.rv-statement-chart-container {
  display: flex;
  flex-direction: row;
  height: 100%;
  margin-left: -10;
  margin-top: 20px;
}

.rv-statement-chart-container .highcharts-root {
  min-height: 328px !important;
}