/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */


@import "https://ga.jspm.io/npm:flatpickr@4.6.13/dist/flatpickr.min.css";
@import "https://ga.jspm.io/npm:flatpickr@4.6.13/dist/plugins/monthSelect/style.css";

.apexcharts-text{
    fill: rgba(var(--g2g-body));
}

.donut .apexcharts-pie-label {
    fill: white !important; /* Targets percentage labels on the pie chart */
}

.apexcharts-legend-text{
    color: rgba(var(--g2g-body)) !important;
}

.g2g-image {
    background-image: url("/assets/G2G_BACKGROUND-9476ca81.jpg");
}

.field_with_errors {
    display: contents;
}
