@import '@syncfusion/ej2-base/styles/bootstrap5.css';
@import '@syncfusion/ej2-buttons/styles/bootstrap5.css';
@import '@syncfusion/ej2-inputs/styles/bootstrap5.css';
@import '@syncfusion/ej2-dropdowns/styles/bootstrap5.css';
@import '@syncfusion/ej2-calendars/styles/bootstrap5.css';
@import '@syncfusion/ej2-react-calendars/styles/bootstrap5.css';
@import '@syncfusion/ej2-navigations/styles/bootstrap5.css';
@import '@syncfusion/ej2-notifications/styles/bootstrap5.css';
@import '@syncfusion/ej2-popups/styles/bootstrap5.css';
@import '@syncfusion/ej2-lists/styles/bootstrap5.css';
@import '@syncfusion/ej2-splitbuttons/styles/bootstrap5.css';
@import "@syncfusion/ej2-react-popups/styles/bootstrap5.css";
@import "@syncfusion/ej2-react-grids/styles/bootstrap5.css";
@import "@syncfusion/ej2-splitbuttons/styles/bootstrap5.css";
@import "@syncfusion/ej2-image-editor/styles/bootstrap5.css";
@import "@syncfusion/ej2-layouts/styles/bootstrap5.css";
@import '@syncfusion/ej2-richtexteditor/styles/bootstrap5.css';
@import 'form-renderer.base.css';

:root {
  --sf-bg-color: #fff;
  --sf-font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  --sf-text-color: #212529;
  --sf-tooltip-text-color: #6c757d;
  --sf-layout-border-color: #dee2e6;
}