:root {
  --surface-a: #ffffff;
  --surface-b: #f8f9fa;
  --surface-c: #e9ecef;
  --surface-d: #dee2e6;
  --surface-e: #ffffff;
  --surface-f: #ffffff;
  --text-color: #242424;
  --text-color-disabled: #25292B;
  --text-notification-warn: #e5a75f;
  --text-notification-success: #7dc43d;
  --text-notification-info: #0c6ec6;
  --text-notification-error: #e36f5f;
  --text-color-secondary: #6c757d;
  --text-color-hint: #6a6a6a;
  --text-color-error: #e4677e;
  --primary-color: #7dc43d;
  --primary-color-darker: #6aa734;
  --primary-color-text: #ffffff;
  --secondary-color-light: #083f91;
  --secondary-color: #05275A;
  --secondary-color-dark: #041d43;
  --font-family: "Nunito Sans", -apple-system, Helvetica, Arial, sans-serif;
  --background-default: #f6f6f6;
  --background-notification-warn: #f8e8df;
  --background-notification-success: #f2ffe7;
  --background-notification-info: #cae6ff;
  --background-notification-error: #f8e1df;
  --surface-0: #ffffff;
  --surface-50: #fafafa;
  --surface-100: #f5f5f5;
  --surface-200: #eeeeee;
  --surface-300: #ececec;
  --surface-350: #dddddd;
  --surface-400: #bdbdbd;
  --surface-500: #9e9e9e;
  --surface-600: #757575;
  --surface-700: #616161;
  --surface-800: #424242;
  --surface-900: #212121;
  --gray-50: #fafafa;
  --gray-100: #f5f5f5;
  --gray-200: #eeeeee;
  --gray-300: #ececec;
  --gray-400: #bdbdbd;
  --gray-500: #9e9e9e;
  --gray-600: #757575;
  --gray-700: #616161;
  --gray-800: #424242;
  --gray-900: #212121;
  --red-400: #f66658;
  --red-700: #9f1838;
  --blue-700: #05275a;
  --border-black-700: #181818;
  --content-padding: 1rem;
  --inline-spacing: 0.5rem;
  --border-radius: 5px;
  --divider-color: #b7b7b7;
  --surface-ground: #f8f9fa;
  --surface-section: #ffffff;
  --surface-card: #ffffff;
  --surface-overlay: #ffffff;
  --surface-border: #dee2e6;
  --surface-hover: #e9ecef;
  --focus-ring: 0 0 0 0.2rem #bfd1f6;
  --maskbg: rgba(0, 0, 0, 0.4);
  --highlight-bg: #7dc43d;
  --highlight-bg-alt: #ebf0fa;
  --highlight-text-color: #fff;
  --widget-bar-width: 420px;
  --transition-time: 0.3s;
  --box-shadow-default: 2px 2px 3px rgba(0, 0, 0, 0.05), 1px 1px 20px rgba(0, 0, 0, 0.05);
  --box-shadow-all: rgba(0,0,0,0.17) 0 0 7px;
  --carousel-min-height: 350px;
  --table-row-background-alt: #f7f7f7;
  --table-row-background: #ffffff;
  --table-cell-text: #3C3C3B;
  --table-border: #cdd4de;
  --tab-pill-bg: #e1e2e3;
  --tab-pill-err-bg: #e36f5f;
  --panel-shadow: rgba(13, 16, 17, 0.0509803922);
  --panel-border: #e2e2e2;
  --tag-light-red: #f8e1df;
  --tag-red: #e36f5f;
  --tag-light-blue: #e5eefd;
  --tag-blue: #05275a;
  --tag-light-orange: #fff6e8;
  --tag-orange: #f8a962;
  --tag-light-green: #f1ffe4;
  --tag-green: #80c342;
  --tag-gray: #939598;
  --tag-light-gray: #ececec;
  --msg-info-bg: #e5eefd;
  --msg-info: #0c6ec6;
  --msg-success-bg: #ebf8e0;
  --msg-success: #80c342;
  --msg-error-bg: #f8e1df;
  --msg-error: #e36f5f;
  --msg-warning-bg: #fff6e8;
  --msg-warning: #f8a962;
  color-scheme: light;
  --input-border: #3c3c3b;
  --disabled-button-color: #939598;
  --disabled-outlined-button-color: #939598;
  --tooltip-bg: #404444;
  --disabled-input-color: #1b1b1b;
  --disabled-input-border: #cccccc;
  --disabled-input-bg: #f2f2f2;
  --box-shadow-color: rgba(0, 0, 0, 0.1019607843);
  --validation-error-color: #e36f5f;
  --overlay: rgba(255, 255, 255, 0.8);
  --checkbox-border: #535352;
  --sublabel: #8e8e8e;
  --drop-area-bg: #ebf8e0;
  --drop-area-active-bg: #dbefc6;
  --close-color: #e36f5f;
  --btn-error-bg: #e36f5f;
  --btn-alt-bg: #6a6a6a;
  --gray-panel: #f2f4f7;
  --footer-bg: #b5b5b5;
  --pag-sunrise: #E36F5F;
  --pag-sunrise-orange: #F8A962;
  --pag-green: #80C342;
  --background-light-blue: #e9f2ff;
}

/*# sourceMappingURL=prime-theme.css.map */
