/* [project]/metaculus/front_end/src/components/communities_feed/styles.css [app-client] (css) */
.community p, .community ul, .community ol {
  color: #28344199;
  display: block;
}

.community p:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community ul:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community ol:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community p:is(.inverted, .inverted *):not(.dark *), .community ul:is(.inverted, .inverted *):not(.dark *), .community ol:is(.inverted, .inverted *):not(.dark *) {
  color: #ebf5fe99;
}

.community a {
  color: #28344199;
}

.community a:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community a:is(.inverted, .inverted *):not(.dark *) {
  color: #ebf5fe99;
}

.community table .sticky-column {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
  position: sticky;
  left: 0;
}

.community table .sticky-column:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community table .sticky-column:is(.inverted, .inverted *):not(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(45 56 69 / var(--tw-bg-opacity, 1));
}

.community table thead td, .community table thead th {
  --tw-border-opacity: 1;
  border-bottom-width: 1px;
  border-color: rgb(224 224 225 / var(--tw-border-opacity, 1));
  color: #28344199;
  padding-right: .5rem;
}

.community table thead td:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community table thead th:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community table thead td:is(.inverted, .inverted *):not(.dark *), .community table thead th:is(.inverted, .inverted *):not(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(98 105 113 / var(--tw-border-opacity, 1));
  color: #ebf5fe99;
}

.community blockquote {
  --tw-border-opacity: 1;
  border-inline-start-width: 4px;
  border-color: rgb(224 224 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 252 / var(--tw-bg-opacity, 1));
  color: #28344199;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
}

.community blockquote:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .community blockquote:is(.inverted, .inverted *):not(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(98 105 113 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(57 68 80 / var(--tw-bg-opacity, 1));
  color: #ebf5fe99;
}

/* [project]/metaculus/front_end/src/components/consumer_post_card/time_series_chart/styles.scss.css [app-client] (css) */
.TimeSeriesChart svg {
  overflow: visible;
}

/* [project]/metaculus/front_end/src/components/consumer_post_card/group_forecast_card/date_forecast_card/styles.scss.css [app-client] (css) */
.DateForecastCard svg {
  overflow: visible;
}

/* [project]/metaculus/front_end/src/components/sliders/slider.css [app-client] (css) */
.rc-slider {
  touch-action: none;
  align-items: center;
  width: 100%;
  height: 2.25rem;
  display: flex;
  position: relative;
}

.rc-slider-rail {
  --tw-bg-opacity: 1;
  background-color: rgb(200 204 206 / var(--tw-bg-opacity, 1));
  width: 100%;
  height: 2px;
  position: absolute;
}

.rc-slider-rail:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .rc-slider-rail:is(.inverted, .inverted *):not(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(132 139 145 / var(--tw-bg-opacity, 1));
}

.rc-slider-track, .rc-slider-tracks {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity, 1));
  height: 2px;
  position: absolute;
}

.rc-slider-track:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .rc-slider-tracks:is(.dark *):not(:is(.inverted, .inverted *, .force-light, .force-light *)), .rc-slider-track:is(.inverted, .inverted *):not(.dark *), .rc-slider-tracks:is(.inverted, .inverted *):not(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(119 119 119 / var(--tw-bg-opacity, 1));
}

.rc-slider-mark {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.rc-slider-mark-text {
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
}

/*# sourceMappingURL=metaculus_front_end_src_components_0f23d6d._.css.map*/