From aaa61aa6adc40f3d644df0b0e1c578e9878f24e2 Mon Sep 17 00:00:00 2001 From: KumJungMin Date: Sat, 23 Nov 2024 22:26:23 +0900 Subject: [PATCH 1/5] fix: resolve iconPosition props warning --- components/lib/autocomplete/AutoCompleteBase.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/lib/autocomplete/AutoCompleteBase.js b/components/lib/autocomplete/AutoCompleteBase.js index 7382dd4641..f27ec9a1a8 100644 --- a/components/lib/autocomplete/AutoCompleteBase.js +++ b/components/lib/autocomplete/AutoCompleteBase.js @@ -214,7 +214,8 @@ export const AutoCompleteBase = ComponentBase.extend({ type: 'text', value: null, virtualScrollerOptions: null, - children: undefined + children: undefined, + iconPosition: null }, css: { classes, From 5114aa3985ad2417a28135039eed50e1ec6e84d1 Mon Sep 17 00:00:00 2001 From: KumJungMin Date: Sat, 23 Nov 2024 22:26:43 +0900 Subject: [PATCH 2/5] style: update icon field style for autocomplete --- public/themes/arya-blue/theme.css | 12 +- public/themes/arya-green/theme.css | 12 +- public/themes/arya-orange/theme.css | 12 +- public/themes/arya-purple/theme.css | 12 +- public/themes/bootstrap4-dark-blue/theme.css | 12 +- .../themes/bootstrap4-dark-purple/theme.css | 12 +- public/themes/bootstrap4-light-blue/theme.css | 12 +- .../themes/bootstrap4-light-purple/theme.css | 12 +- public/themes/fluent-light/theme.css | 12 +- public/themes/lara-dark-amber/theme.css | 12 +- public/themes/lara-dark-blue/theme.css | 12 +- public/themes/lara-dark-cyan/theme.css | 12 +- public/themes/lara-dark-green/theme.css | 12 +- public/themes/lara-dark-indigo/theme.css | 12 +- public/themes/lara-dark-pink/theme.css | 12 +- public/themes/lara-dark-purple/theme.css | 12 +- public/themes/lara-dark-teal/theme.css | 12 +- public/themes/lara-light-amber/theme.css | 12 +- public/themes/lara-light-blue/theme.css | 12 +- public/themes/lara-light-cyan/theme.css | 12 +- public/themes/lara-light-green/theme.css | 12 +- public/themes/lara-light-indigo/theme.css | 12 +- public/themes/lara-light-pink/theme.css | 12 +- public/themes/lara-light-purple/theme.css | 12 +- public/themes/lara-light-teal/theme.css | 12 +- public/themes/luna-amber/theme.css | 12 +- public/themes/luna-blue/theme.css | 12 +- public/themes/luna-green/theme.css | 12 +- public/themes/luna-pink/theme.css | 12 +- public/themes/md-dark-deeppurple/theme.css | 528 +-- public/themes/md-dark-indigo/theme.css | 528 +-- public/themes/md-light-deeppurple/theme.css | 3154 +++++++++-------- public/themes/md-light-indigo/theme.css | 3154 +++++++++-------- public/themes/mdc-dark-deeppurple/theme.css | 3154 +++++++++-------- public/themes/mdc-dark-indigo/theme.css | 3154 +++++++++-------- public/themes/mdc-light-deeppurple/theme.css | 528 +-- public/themes/mdc-light-indigo/theme.css | 528 +-- public/themes/mira/theme.css | 12 +- public/themes/nano/theme.css | 12 +- public/themes/nova-accent/theme.css | 12 +- public/themes/nova-alt/theme.css | 3001 ++++++++-------- public/themes/nova/theme.css | 12 +- public/themes/rhea/theme.css | 12 +- public/themes/saga-blue/theme.css | 12 +- public/themes/saga-green/theme.css | 12 +- public/themes/saga-orange/theme.css | 12 +- public/themes/saga-purple/theme.css | 12 +- public/themes/soho-dark/theme.css | 12 +- public/themes/soho-light/theme.css | 12 +- public/themes/tailwind-light/theme.css | 12 +- public/themes/vela-blue/theme.css | 12 +- public/themes/vela-green/theme.css | 12 +- public/themes/vela-orange/theme.css | 12 +- public/themes/vela-purple/theme.css | 12 +- public/themes/viva-dark/theme.css | 12 +- public/themes/viva-light/theme.css | 12 +- 56 files changed, 9360 insertions(+), 8933 deletions(-) diff --git a/public/themes/arya-blue/theme.css b/public/themes/arya-blue/theme.css index 3107296217..35e83b804a 100644 --- a/public/themes/arya-blue/theme.css +++ b/public/themes/arya-blue/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/arya-green/theme.css b/public/themes/arya-green/theme.css index a3bd40cedc..a8e66cabf2 100644 --- a/public/themes/arya-green/theme.css +++ b/public/themes/arya-green/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/arya-orange/theme.css b/public/themes/arya-orange/theme.css index e6ff93f6ba..1efceb1650 100644 --- a/public/themes/arya-orange/theme.css +++ b/public/themes/arya-orange/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/arya-purple/theme.css b/public/themes/arya-purple/theme.css index 9d98cfd5f9..1dbfea6ea6 100644 --- a/public/themes/arya-purple/theme.css +++ b/public/themes/arya-purple/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/bootstrap4-dark-blue/theme.css b/public/themes/bootstrap4-dark-blue/theme.css index 7d5e43bfdf..c5769308ab 100644 --- a/public/themes/bootstrap4-dark-blue/theme.css +++ b/public/themes/bootstrap4-dark-blue/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/bootstrap4-dark-purple/theme.css b/public/themes/bootstrap4-dark-purple/theme.css index dd3ede7ea6..34b558bc72 100644 --- a/public/themes/bootstrap4-dark-purple/theme.css +++ b/public/themes/bootstrap4-dark-purple/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/bootstrap4-light-blue/theme.css b/public/themes/bootstrap4-light-blue/theme.css index cc44bdc175..b3a9d8aab0 100644 --- a/public/themes/bootstrap4-light-blue/theme.css +++ b/public/themes/bootstrap4-light-blue/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6c757d; } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #495057; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #495057; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/bootstrap4-light-purple/theme.css b/public/themes/bootstrap4-light-purple/theme.css index d08b371cf8..1c67ff45d5 100644 --- a/public/themes/bootstrap4-light-purple/theme.css +++ b/public/themes/bootstrap4-light-purple/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6c757d; } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #495057; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #495057; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/fluent-light/theme.css b/public/themes/fluent-light/theme.css index 27783c7518..46538e293f 100644 --- a/public/themes/fluent-light/theme.css +++ b/public/themes/fluent-light/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: #605e5c; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: #605e5c; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: #605e5c; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-amber/theme.css b/public/themes/lara-dark-amber/theme.css index dcb99bd70b..6327909225 100644 --- a/public/themes/lara-dark-amber/theme.css +++ b/public/themes/lara-dark-amber/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-blue/theme.css b/public/themes/lara-dark-blue/theme.css index 8514952c0d..bc8c71983c 100644 --- a/public/themes/lara-dark-blue/theme.css +++ b/public/themes/lara-dark-blue/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-cyan/theme.css b/public/themes/lara-dark-cyan/theme.css index 5a30fc34b8..7ac85900be 100644 --- a/public/themes/lara-dark-cyan/theme.css +++ b/public/themes/lara-dark-cyan/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-green/theme.css b/public/themes/lara-dark-green/theme.css index 404dce0055..30c9f82bee 100644 --- a/public/themes/lara-dark-green/theme.css +++ b/public/themes/lara-dark-green/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-indigo/theme.css b/public/themes/lara-dark-indigo/theme.css index a5ee607a70..5fc75e2c82 100644 --- a/public/themes/lara-dark-indigo/theme.css +++ b/public/themes/lara-dark-indigo/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-pink/theme.css b/public/themes/lara-dark-pink/theme.css index 7db0ffd072..b6489badd9 100644 --- a/public/themes/lara-dark-pink/theme.css +++ b/public/themes/lara-dark-pink/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-purple/theme.css b/public/themes/lara-dark-purple/theme.css index d69e069e20..2766732f34 100644 --- a/public/themes/lara-dark-purple/theme.css +++ b/public/themes/lara-dark-purple/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-dark-teal/theme.css b/public/themes/lara-dark-teal/theme.css index 389687a9d9..8d89449e58 100644 --- a/public/themes/lara-dark-teal/theme.css +++ b/public/themes/lara-dark-teal/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-amber/theme.css b/public/themes/lara-light-amber/theme.css index 00d38a849b..25f1eb7d09 100644 --- a/public/themes/lara-light-amber/theme.css +++ b/public/themes/lara-light-amber/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-blue/theme.css b/public/themes/lara-light-blue/theme.css index adce26e333..2f5237b2bf 100644 --- a/public/themes/lara-light-blue/theme.css +++ b/public/themes/lara-light-blue/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-cyan/theme.css b/public/themes/lara-light-cyan/theme.css index 40bb879fea..1981b01d6c 100644 --- a/public/themes/lara-light-cyan/theme.css +++ b/public/themes/lara-light-cyan/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-green/theme.css b/public/themes/lara-light-green/theme.css index 22309d8e60..6d25869957 100644 --- a/public/themes/lara-light-green/theme.css +++ b/public/themes/lara-light-green/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-indigo/theme.css b/public/themes/lara-light-indigo/theme.css index 75a58f4e3f..47a477e7d5 100644 --- a/public/themes/lara-light-indigo/theme.css +++ b/public/themes/lara-light-indigo/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-pink/theme.css b/public/themes/lara-light-pink/theme.css index 53cbec859b..4910e49ced 100644 --- a/public/themes/lara-light-pink/theme.css +++ b/public/themes/lara-light-pink/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-purple/theme.css b/public/themes/lara-light-purple/theme.css index 32b3f9bcb4..0b586e0967 100644 --- a/public/themes/lara-light-purple/theme.css +++ b/public/themes/lara-light-purple/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/lara-light-teal/theme.css b/public/themes/lara-light-teal/theme.css index 9b2224812a..d4bc27edc7 100644 --- a/public/themes/lara-light-teal/theme.css +++ b/public/themes/lara-light-teal/theme.css @@ -1373,12 +1373,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #6b7280; } @@ -1420,13 +1426,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #6b7280; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #6b7280; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/luna-amber/theme.css b/public/themes/luna-amber/theme.css index a97c7ef795..0f9fa4f410 100644 --- a/public/themes/luna-amber/theme.css +++ b/public/themes/luna-amber/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { color: #9b9b9b; } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; color: #888888; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; color: #888888; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/luna-blue/theme.css b/public/themes/luna-blue/theme.css index f6ea9d887a..ba723a0680 100644 --- a/public/themes/luna-blue/theme.css +++ b/public/themes/luna-blue/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { color: #9b9b9b; } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; color: #888888; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; color: #888888; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/luna-green/theme.css b/public/themes/luna-green/theme.css index e160d9c852..4ff3955989 100644 --- a/public/themes/luna-green/theme.css +++ b/public/themes/luna-green/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { color: #9b9b9b; } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; color: #888888; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; color: #888888; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/luna-pink/theme.css b/public/themes/luna-pink/theme.css index a5446f9b34..36493ad56d 100644 --- a/public/themes/luna-pink/theme.css +++ b/public/themes/luna-pink/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { color: #9b9b9b; } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; color: #888888; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; color: #888888; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 8364dc707a..8cf543944f 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -242,7 +242,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 1rem; + right: 0.75rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 4rem; + right: 3rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #CE93D8; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(206, 147, 216, 0.16); color: #CE93D8; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2.5rem; + line-height: 2rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(206, 147, 216, 0.16); } .p-datepicker .p-datepicker-buttonbar { - padding: 1rem 0; + padding: 0.75rem 0; border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); @@ -735,7 +735,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #CE93D8; } .p-chips .p-chips-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 2rem; - margin-right: -2rem; + padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid hsla(0, 0%, 100%, 0.3); border-left: 1px solid hsla(0, 0%, 100%, 0.3); border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #f44435; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-float-label > label { - left: 1rem; + left: 0.75rem; color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } @@ -1373,13 +1373,19 @@ color: #f44435; } .p-icon-field-left > .p-inputtext { - padding-left: 3rem; + padding-left: 2.5rem; + } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; } .p-icon-field-left.p-float-label > label { - left: 3rem; + left: 2.5rem; } .p-icon-field-right > .p-inputtext { - padding-right: 3rem; + padding-right: 2.5rem; + } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); @@ -1404,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-icon-field { position: relative; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { - left: 1rem; + .p-icon-field-left > .p-input-icon { + left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { - right: 1rem; + .p-icon-field-right > .p-input-icon { + right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1437,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 3rem; + width: 2.5rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1475,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -1484,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { @@ -1496,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); transition: none; @@ -1514,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1560,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1689,14 +1697,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -1716,7 +1724,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-multiselect-panel { background: #2b2b2b; @@ -1726,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1735,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 2rem; + padding-right: 1.75rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1746,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -1769,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1798,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1812,7 +1820,7 @@ border-color: #f44435; } .p-password-panel { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; @@ -1962,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #CE93D8; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1.143rem; + font-size: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1.143rem; - height: 1.143rem; + width: 1rem; + height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #f44435; @@ -2080,7 +2088,7 @@ border-color: #CE93D8; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect.p-variant-filled { background: hsla(0, 0%, 100%, 0.06); @@ -2092,14 +2100,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -2120,7 +2128,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-treeselect-panel { background: #2b2b2b; @@ -2130,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -2142,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 4rem; + padding-right: 3.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 3rem; + right: 2.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -2177,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -2268,7 +2276,7 @@ color: #121212; background: #CE93D8; border: 0 none; - padding: 0.714rem 1rem; + padding: 0.571rem 0.75rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2371,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 3rem; - padding: 0.714rem; + width: 2.25rem; + padding: 0.571rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2380,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 3rem; + height: 2.25rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2415,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-fluid .p-button-group { display: flex; @@ -2847,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3102,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3160,7 +3168,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3168,12 +3176,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3183,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3237,14 +3245,14 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3401,34 +3409,34 @@ background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { background: rgba(206, 147, 216, 0.16); @@ -3446,21 +3454,21 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-dataview .p-dataview-footer { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3485,14 +3493,14 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(255, 255, 255, 0.12); @@ -3503,7 +3511,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3513,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3540,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3571,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -3596,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -3605,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3618,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3633,23 +3641,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { @@ -3662,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3716,7 +3724,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 1rem; + padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3733,7 +3741,7 @@ color: rgba(255, 255, 255, 0.87); border: solid #404040; border-width: 0; - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3809,7 +3817,7 @@ color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { - padding: 1rem; + padding: 0.75rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3818,23 +3826,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { @@ -3847,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3929,7 +3937,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 1rem; + padding: 0.75rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3944,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.5rem; + padding: 0.25rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4001,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 2rem; + padding-right: 1.75rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { @@ -4163,7 +4171,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4171,12 +4179,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4186,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4232,11 +4240,11 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4335,34 +4343,34 @@ background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4389,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.5rem; + padding: 1.25rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4423,7 +4431,7 @@ color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; border: 0 none; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4468,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 1rem; + padding: 0.75rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4481,10 +4489,10 @@ color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { - padding: 1rem 0; + padding: 0.75rem 0; } .p-card .p-card-footer { - padding: 1rem 0 0 0; + padding: 0.75rem 0 0 0; } .p-fieldset { border: 1px solid rgba(255, 255, 255, 0.12); @@ -4493,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 1rem; + padding: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4505,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; @@ -4524,7 +4532,7 @@ color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { - padding: 1rem; + padding: 0.75rem; } .p-divider .p-divider-content { background-color: #1e1e1e; @@ -4551,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; @@ -4561,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4587,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 1rem; + padding: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4596,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4679,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: transparent; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { @@ -4811,7 +4819,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4839,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: transparent; color: #CE93D8; - width: 3rem; + width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4850,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: transparent; - padding: 1rem; + padding: 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; @@ -4859,7 +4867,7 @@ .p-toolbar { background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; border-radius: 4px; gap: 0.5rem; } @@ -4874,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.5rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.5rem 1rem 1.5rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4922,7 +4930,7 @@ border-bottom: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 1.5rem; + padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4931,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4958,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 0 1.5rem 1.5rem 1.5rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4968,7 +4976,7 @@ border-top: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -4998,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 1rem; + padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { background: #CE93D8; color: #121212; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1.25rem; - right: -1.25rem; + top: -1rem; + right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(206, 147, 216, 0.92); @@ -5038,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 1rem; + padding: 0.75rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -5066,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 1rem; + padding: 0.75rem; } .p-tooltip .p-tooltip-text { background: #444444; @@ -5089,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #1e1e1e; - padding: 1rem; + padding: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; @@ -5112,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5121,7 +5129,7 @@ background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; - padding: 1rem; + padding: 0.75rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5174,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5321,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5337,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5394,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5414,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5435,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5488,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5575,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5631,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5643,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5658,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5690,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5754,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5797,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5817,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5863,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5937,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5971,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(255, 255, 255, 0.87); - padding: 1.5rem; + padding: 1.25rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6024,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6125,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6206,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6267,7 +6275,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6322,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6383,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border-radius: 4px; } @@ -6438,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 1rem 0; + margin: 0.75rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1.25rem 1.5rem; + padding: 1rem 1.25rem; } .p-message .p-message-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6534,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.5rem; + padding: 1.25rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6791,20 +6799,20 @@ background-color: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); border-radius: 16px; - padding: 0 1rem; + padding: 0 0.75rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.5rem; - margin-bottom: 0.5rem; + margin-top: 0.375rem; + margin-bottom: 0.375rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.5rem; - height: 2.5rem; - margin-left: -1rem; + width: 2.25rem; + height: 2.25rem; + margin-left: -0.75rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6971,7 +6979,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7521,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7893,8 +7901,8 @@ color: #CE93D8; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7988,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8209,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(3rem + 1px); + width: calc(2.25rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8422,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index 8010cab0b4..cec5027d4a 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -242,7 +242,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 1rem; + right: 0.75rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 4rem; + right: 3rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #9FA8DA; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(159, 168, 218, 0.16); color: #9FA8DA; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2.5rem; + line-height: 2rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(159, 168, 218, 0.16); } .p-datepicker .p-datepicker-buttonbar { - padding: 1rem 0; + padding: 0.75rem 0; border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); @@ -735,7 +735,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #9FA8DA; } .p-chips .p-chips-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 2rem; - margin-right: -2rem; + padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid hsla(0, 0%, 100%, 0.3); border-left: 1px solid hsla(0, 0%, 100%, 0.3); border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #f44435; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-float-label > label { - left: 1rem; + left: 0.75rem; color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } @@ -1373,13 +1373,19 @@ color: #f44435; } .p-icon-field-left > .p-inputtext { - padding-left: 3rem; + padding-left: 2.5rem; + } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; } .p-icon-field-left.p-float-label > label { - left: 3rem; + left: 2.5rem; } .p-icon-field-right > .p-inputtext { - padding-right: 3rem; + padding-right: 2.5rem; + } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); @@ -1404,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-icon-field { position: relative; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { - left: 1rem; + .p-icon-field-left > .p-input-icon { + left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { - right: 1rem; + .p-icon-field-right > .p-input-icon { + right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1437,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 3rem; + width: 2.5rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1475,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -1484,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { @@ -1496,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); transition: none; @@ -1514,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1560,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1689,14 +1697,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -1716,7 +1724,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-multiselect-panel { background: #2b2b2b; @@ -1726,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1735,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 2rem; + padding-right: 1.75rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1746,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -1769,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1798,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1812,7 +1820,7 @@ border-color: #f44435; } .p-password-panel { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; @@ -1962,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #9FA8DA; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1.143rem; + font-size: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1.143rem; - height: 1.143rem; + width: 1rem; + height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #f44435; @@ -2080,7 +2088,7 @@ border-color: #9FA8DA; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect.p-variant-filled { background: hsla(0, 0%, 100%, 0.06); @@ -2092,14 +2100,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -2120,7 +2128,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-treeselect-panel { background: #2b2b2b; @@ -2130,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -2142,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 4rem; + padding-right: 3.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 3rem; + right: 2.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -2177,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -2268,7 +2276,7 @@ color: #121212; background: #9FA8DA; border: 0 none; - padding: 0.714rem 1rem; + padding: 0.571rem 0.75rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2371,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 3rem; - padding: 0.714rem; + width: 2.25rem; + padding: 0.571rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2380,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 3rem; + height: 2.25rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2415,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-fluid .p-button-group { display: flex; @@ -2847,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3102,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3160,7 +3168,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3168,12 +3176,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3183,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3237,14 +3245,14 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3401,34 +3409,34 @@ background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { background: rgba(159, 168, 218, 0.16); @@ -3446,21 +3454,21 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-dataview .p-dataview-footer { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3485,14 +3493,14 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(255, 255, 255, 0.12); @@ -3503,7 +3511,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3513,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3540,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3571,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -3596,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -3605,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3618,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3633,23 +3641,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { @@ -3662,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3716,7 +3724,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 1rem; + padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3733,7 +3741,7 @@ color: rgba(255, 255, 255, 0.87); border: solid #404040; border-width: 0; - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3809,7 +3817,7 @@ color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { - padding: 1rem; + padding: 0.75rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3818,23 +3826,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { @@ -3847,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3929,7 +3937,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 1rem; + padding: 0.75rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3944,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.5rem; + padding: 0.25rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4001,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 2rem; + padding-right: 1.75rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { @@ -4163,7 +4171,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4171,12 +4179,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4186,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4232,11 +4240,11 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4335,34 +4343,34 @@ background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4389,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.5rem; + padding: 1.25rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4423,7 +4431,7 @@ color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; border: 0 none; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4468,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 1rem; + padding: 0.75rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4481,10 +4489,10 @@ color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { - padding: 1rem 0; + padding: 0.75rem 0; } .p-card .p-card-footer { - padding: 1rem 0 0 0; + padding: 0.75rem 0 0 0; } .p-fieldset { border: 1px solid rgba(255, 255, 255, 0.12); @@ -4493,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 1rem; + padding: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4505,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; @@ -4524,7 +4532,7 @@ color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { - padding: 1rem; + padding: 0.75rem; } .p-divider .p-divider-content { background-color: #1e1e1e; @@ -4551,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; @@ -4561,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4587,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 1rem; + padding: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4596,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4679,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: transparent; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { @@ -4811,7 +4819,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4839,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: transparent; color: #9FA8DA; - width: 3rem; + width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4850,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: transparent; - padding: 1rem; + padding: 0.75rem; border: 0 none; color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; @@ -4859,7 +4867,7 @@ .p-toolbar { background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; border-radius: 4px; gap: 0.5rem; } @@ -4874,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.5rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.5rem 1rem 1.5rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4922,7 +4930,7 @@ border-bottom: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 1.5rem; + padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4931,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4958,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 0 1.5rem 1.5rem 1.5rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4968,7 +4976,7 @@ border-top: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -4998,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 1rem; + padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { background: #9FA8DA; color: #121212; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1.25rem; - right: -1.25rem; + top: -1rem; + right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(159, 168, 218, 0.92); @@ -5038,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 1rem; + padding: 0.75rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -5066,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 1rem; + padding: 0.75rem; } .p-tooltip .p-tooltip-text { background: #444444; @@ -5089,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #1e1e1e; - padding: 1rem; + padding: 0.75rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; @@ -5112,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5121,7 +5129,7 @@ background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; - padding: 1rem; + padding: 0.75rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5174,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5321,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5337,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5394,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5414,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5435,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5488,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5575,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5631,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5643,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 1rem; + padding: 0.75rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5658,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5690,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5754,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5797,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5817,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5863,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5937,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5971,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(255, 255, 255, 0.87); - padding: 1.5rem; + padding: 1.25rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6024,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6125,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6206,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6267,7 +6275,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6322,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6383,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border-radius: 4px; } @@ -6438,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 1rem 0; + margin: 0.75rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1.25rem 1.5rem; + padding: 1rem 1.25rem; } .p-message .p-message-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6534,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.5rem; + padding: 1.25rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6791,20 +6799,20 @@ background-color: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); border-radius: 16px; - padding: 0 1rem; + padding: 0 0.75rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.5rem; - margin-bottom: 0.5rem; + margin-top: 0.375rem; + margin-bottom: 0.375rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.5rem; - height: 2.5rem; - margin-left: -1rem; + width: 2.25rem; + height: 2.25rem; + margin-left: -0.75rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6971,7 +6979,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 1rem; + padding: 0.75rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7521,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7893,8 +7901,8 @@ color: #9FA8DA; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7988,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8209,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(3rem + 1px); + width: calc(2.25rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8422,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 4e09a39c5a..44b4a92aa6 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #ffffff; - --surface-b: #fafafa; - --surface-c: rgba(0, 0, 0, 0.04); - --surface-d: rgba(0, 0, 0, 0.12); - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: rgba(0, 0, 0, 0.87); - --text-color-secondary: rgba(0, 0, 0, 0.6); - --primary-color: #673AB7; - --primary-color-text: #ffffff; - --surface-0: #ffffff; - --surface-50: #fafafa; - --surface-100: #f5f5f5; - --surface-200: #eeeeee; - --surface-300: #e0e0e0; - --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: #e0e0e0; - --gray-400: #bdbdbd; - --gray-500: #9e9e9e; - --gray-600: #757575; - --gray-700: #616161; - --gray-800: #424242; - --gray-900: #212121; + --surface-a: #1e1e1e; + --surface-b: #121212; + --surface-c: hsla(0, 0%, 100%, 0.04); + --surface-d: hsla(0, 0%, 100%, 0.12); + --surface-e: #1e1e1e; + --surface-f: #262626; + --text-color: rgba(255, 255, 255, 0.87); + --text-color-secondary: rgba(255, 255, 255, 0.6); + --primary-color: #CE93D8; + --primary-color-text: #121212; + --surface-0: #121212; + --surface-50: #2a2a2a; + --surface-100: #414141; + --surface-200: #595959; + --surface-300: #717171; + --surface-400: #898989; + --surface-500: #a0a0a0; + --surface-600: #b8b8b8; + --surface-700: #d0d0d0; + --surface-800: #e7e7e7; + --surface-900: #ffffff; + --gray-50: #e7e7e7; + --gray-100: #d0d0d0; + --gray-200: #b8b8b8; + --gray-300: #a0a0a0; + --gray-400: #898989; + --gray-500: #717171; + --gray-600: #595959; + --gray-700: #414141; + --gray-800: #2a2a2a; + --gray-900: #121212; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #fafafa; - --surface-section: #ffffff; - --surface-card: #ffffff; - --surface-overlay: #ffffff; - --surface-border: rgba(0, 0, 0, 0.12); - --surface-hover: rgba(0, 0, 0, 0.04); + --surface-ground: #121212; + --surface-section: #121212; + --surface-card: #1e1e1e; + --surface-overlay: #262626; + --surface-border: hsla(0, 0%, 100%, 0.12); + --surface-hover: hsla(0, 0%, 100%, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(103, 58, 183, 0.12); - --highlight-text-color: #673AB7; - color-scheme: light; + --highlight-bg: rgba(206, 147, 216, 0.16); + --highlight-text-color: #CE93D8; + color-scheme: dark; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#f7f5fb; - --primary-100:#dbd0ee; - --primary-200:#beaae0; - --primary-300:#a185d2; - --primary-400:#845fc5; - --primary-500:#673ab7; - --primary-600:#58319c; - --primary-700:#482980; - --primary-800:#392065; - --primary-900:#291749; + --primary-50:#fdfafd; + --primary-100:#f3e5f6; + --primary-200:#ead1ee; + --primary-300:#e1bce7; + --primary-400:#d7a8df; + --primary-500:#ce93d8; + --primary-600:#af7db8; + --primary-700:#906797; + --primary-800:#715177; + --primary-900:#523b56; } .p-editor-container .p-editor-toolbar { - background: #ffffff; + background: #1e1e1e; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(0, 0, 0, 0.6); + stroke: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(0, 0, 0, 0.6); + fill: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 1rem 1rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-content .ql-editor { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #673AB7; + color: #CE93D8; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #673AB7; + stroke: #CE93D8; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #673AB7; + fill: #CE93D8; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #673AB7; + color: #CE93D8; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #b00020; + color: #f44435; } .p-text-secondary { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.5rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-autocomplete-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-datepicker { padding: 0.5rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #ffffff; + background: #2b2b2b; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; margin: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #673AB7; + color: #CE93D8; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border-color: rgb(0, 0, 0); + background: transparent; + color: rgba(255, 255, 255, 0.87); + border-color: rgba(255, 255, 255, 0.5); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid rgba(0, 0, 0, 0.12); + border-left: 1px solid hsla(0, 0%, 100%, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-cascadeselect.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-cascadeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 1rem 1rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #673AB7; - background: #673AB7; + border-color: #CE93D8; + background: #CE93D8; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #673AB7; - background: #673AB7; - color: #ffffff; + border-color: #CE93D8; + background: #CE93D8; + color: #121212; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #b00020; + border-color: #f44435; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-chips .p-chips-multiple-container { padding: 0.5rem 1rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: rgba(0, 0, 0, 0.24); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.24); + color: rgba(255, 255, 255, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #323232; - border: 1px solid #191919; + background: #2b2b2b; + border: 1px solid #1e1e1e; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-dropdown.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-dropdown-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-inputgroup-addon { - background: #ffffff; - color: rgba(0, 0, 0, 0.6); - border-top: 1px solid rgba(0, 0, 0, 0.38); - border-left: 1px solid rgba(0, 0, 0, 0.38); - border-bottom: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.6); + border-top: 1px solid hsla(0, 0%, 100%, 0.3); + border-left: 1px solid hsla(0, 0%, 100%, 0.3); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid rgba(0, 0, 0, 0.38); + border-right: 1px solid hsla(0, 0%, 100%, 0.3); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #ffffff; + background: #bdbdbd; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(103, 58, 183, 0.5); + background: rgba(206, 147, 216, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #673AB7; + background: #CE93D8; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(103, 58, 183, 0.5); + background: rgba(206, 147, 216, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #b00020; + border-color: #f44435; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; padding: 1rem 1rem; - border: 1px solid rgba(0, 0, 0, 0.38); + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-inputtext.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputtext.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-inputtext.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-inputtext.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,41 +1366,47 @@ } .p-float-label > label { left: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #b00020; + color: #f44435; } .p-icon-field-left > .p-inputtext { padding-left: 3rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 3rem; + } .p-icon-field-left.p-float-label > label { left: 3rem; } .p-icon-field-right > .p-inputtext { padding-right: 3rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 3rem; + } ::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } ::-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-ms-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-input-filled .p-inputtext { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-inputtext:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1467,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1488,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1498,7 +1506,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } @@ -1509,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-listbox.p-invalid { - border-color: #b00020; + border-color: #f44435; } .p-mention-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1562,18 +1570,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-multiselect { display: inline-flex; @@ -1664,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-multiselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1707,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.5rem 1rem; } .p-multiselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1739,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1748,16 +1756,16 @@ margin-left: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1771,7 +1779,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1783,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1799,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-password-panel { padding: 1rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(103, 58, 183, 0.32); + background: rgba(206, 147, 216, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #d32f2f; + background: #ef9a9a; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fbc02d; + background: #fff59d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #689f38; + background: #c5e1a5; } .p-radiobutton { position: relative; @@ -1873,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 20px; height: 20px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1890,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #673AB7; + background-color: #CE93D8; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #673AB7; - background: #ffffff; + border-color: #CE93D8; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #673AB7; - background: #ffffff; + border-color: #CE93D8; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #673AB7; + background-color: #CE93D8; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #b00020; + border-color: #f44435; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-rating { position: relative; @@ -1960,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #673AB7; + color: #CE93D8; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1.143rem; } @@ -1969,7 +1977,7 @@ height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1977,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #673AB7; + color: #CE93D8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #673AB7; + color: #CE93D8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-selectbutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-slider { - background: #c1c1c1; + background: hsla(0, 0%, 100%, 0.3); border: 0 none; border-radius: 4px; } @@ -2047,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #673AB7; + background: #CE93D8; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2058,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #673AB7; + background: #CE93D8; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #673AB7; + background: #CE93D8; border-color: 0 none; } .p-treeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 2rem; } .p-treeselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.5rem 1rem; } .p-treeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2146,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 4rem; @@ -2157,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2178,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-togglebutton { position: relative; @@ -2214,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(0, 0, 0, 0.12); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-togglebutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-button { - color: #ffffff; - background: #673AB7; + color: #121212; + background: #CE93D8; border: 0 none; padding: 0.714rem 1rem; font-size: 1rem; @@ -2274,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(103, 58, 183, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #121212; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.68); - color: #ffffff; + background: rgba(206, 147, 216, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #673AB7; + color: #CE93D8; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button:focus { outline: 0 none; @@ -2361,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #673AB7; - background-color: #ffffff; + color: #CE93D8; + background-color: #121212; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2424,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #ffffff; - background: #4CAF50; + color: #121212; + background: #A5D6A7; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(76, 175, 80, 0.92); - color: #ffffff; + background: rgba(165, 214, 167, 0.92); + color: #121212; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(76, 175, 80, 0.68); - color: #ffffff; + background: rgba(165, 214, 167, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); - color: #4CAF50; + background: rgba(165, 214, 167, 0.04); + color: #A5D6A7; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); - color: #4CAF50; + background: rgba(165, 214, 167, 0.16); + color: #A5D6A7; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); + background: rgba(165, 214, 167, 0.04); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #ffffff; - background: #2196f3; + color: #212121; + background: #90caf9; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(33, 150, 243, 0.92); - color: #ffffff; + background: rgba(144, 202, 249, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); - color: #ffffff; + background: rgba(144, 202, 249, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #ffffff; - background: #689f38; + color: #212121; + background: #c5e1a5; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(104, 159, 56, 0.92); - color: #ffffff; + background: rgba(197, 225, 165, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); - color: #ffffff; + background: rgba(197, 225, 165, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212529; - background: #fbc02d; + color: #212121; + background: #fff59d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(251, 192, 45, 0.92); - color: #212529; + background: rgba(255, 245, 157, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); - color: #212529; + background: rgba(255, 245, 157, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #ffffff; - background: #9c27b0; + color: #212121; + background: #ce93d8; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(156, 39, 176, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); - color: #ffffff; + background: rgba(206, 147, 216, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #ffffff; - background: #d32f2f; + color: #212121; + background: #ef9a9a; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(211, 47, 47, 0.92); - color: #ffffff; + background: rgba(239, 154, 154, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); - color: #ffffff; + background: rgba(239, 154, 154, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #ffffff; - background: #212121; - border: 1px solid #212121; + color: #121212; + background: #ffffff; + border: 1px solid #ffffff; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #424242; - color: #ffffff; - border-color: #424242; + background: #d0d0d0; + color: #121212; + border-color: #d0d0d0; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #616161; - color: #ffffff; - border-color: #616161; + background: #b8b8b8; + color: #121212; + border-color: #b8b8b8; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #212121; + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); - color: #212121; + background: rgba(255, 255, 255, 0.04); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); - color: #212121; + background: rgba(255, 255, 255, 0.16); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #212121; + color: #ffffff; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-link { - color: #673AB7; + color: #CE93D8; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2779,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-splitbutton { @@ -2787,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #673AB7; + color: #CE93D8; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2870,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); - color: #4CAF50; + background: rgba(165, 214, 167, 0.04); + color: #A5D6A7; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); - color: #4CAF50; + background: rgba(165, 214, 167, 0.16); + color: #A5D6A7; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); + background: rgba(165, 214, 167, 0.04); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3053,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #4CAF50; - color: #fff; + background: #A5D6A7; + color: #212121; } .p-speeddial-action:hover { - background: rgba(76, 175, 80, 0.92); - color: #fff; + background: rgba(165, 214, 167, 0.92); + color: #212121; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3104,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3112,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3134,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3156,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3174,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3199,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; } @@ -3245,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3255,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3274,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(103, 58, 183, 0.12); + box-shadow: inset 0 2px 0 0 rgba(206, 147, 216, 0.16); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(103, 58, 183, 0.12); + box-shadow: inset 0 -2px 0 0 rgba(206, 147, 216, 0.16); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-column-resizer-helper { - background: #673AB7; + background: #CE93D8; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #ffffff; + background-color: #1e1e1e; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3385,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #673AB7; + color: #CE93D8; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #673AB7; + color: #CE93D8; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.5rem 0.5rem; @@ -3431,7 +3439,7 @@ padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { - background: rgba(103, 58, 183, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3442,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 1rem 0; } .p-dataview .p-dataview-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3481,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3515,24 +3523,24 @@ .p-column-filter-menu-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3542,16 +3550,16 @@ .p-column-filter-clear-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3559,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3573,18 +3581,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3592,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3630,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3641,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 1rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3650,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3665,57 +3673,57 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(0, 0, 0, 0.02); + background: rgba(255, 255, 255, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(49, 27, 86, 0.12); + color: rgba(157, 62, 173, 0.16); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3729,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: solid #404040; border-width: 0; padding: 0.5rem 1rem; border-radius: 4px; @@ -3742,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3753,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3782,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3791,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(103, 58, 183, 0.12); - border-color: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + border-color: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { padding: 1rem; @@ -3815,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3826,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 1rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3835,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3850,24 +3858,24 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-tree-container { margin: 0; @@ -3926,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 1rem; border-radius: 4px; } @@ -3950,16 +3958,16 @@ margin-right: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3968,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #673AB7; + color: #CE93D8; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #673AB7; + color: #CE93D8; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4005,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4021,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(82, 46, 146, 0.12); + background: rgba(182, 94, 197, 0.16); } .p-treetable { position: relative; @@ -4159,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -4177,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4205,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4260,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #673AB7; + color: #CE93D8; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #673AB7; + color: #CE93D8; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-column-resizer-helper { - background: #673AB7; + background: #CE93D8; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4319,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #673AB7; + color: #CE93D8; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #673AB7; + color: #CE93D8; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.875rem 0.875rem; @@ -4391,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.5rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 400; border-radius: 4px; transition: none; @@ -4406,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { padding: 1rem 1.5rem; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4462,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4478,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { padding: 1rem 0; @@ -4487,16 +4495,16 @@ padding: 1rem 0 0 0; } .p-fieldset { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; border-radius: 4px; } @@ -4506,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; } @@ -4519,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(0, 0, 0, 0.04); - border-color: #e0e0e0; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { padding: 1rem; } .p-divider .p-divider-content { - background-color: #ffffff; + background-color: #1e1e1e; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4544,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4563,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4588,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 1rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 1rem 1rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid #e0e0e0; - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; border-radius: 4px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4621,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4640,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4653,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4663,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4675,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #673AB7; + background-color: #CE93D8; } .p-stepper .p-stepper-panels { - background: #ffffff; + background: transparent; padding: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4696,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: transparent; + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4721,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #673AB7; + background-color: #CE93D8; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4798,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -4824,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(103, 58, 183, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(206, 147, 216, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #673AB7; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #CE93D8; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: #ffffff; - color: #673AB7; + background: transparent; + color: #CE93D8; width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4849,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: #ffffff; + background: transparent; padding: 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; border-radius: 4px; gap: 0.5rem; @@ -4867,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4889,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4920,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4933,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4956,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4966,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; @@ -4991,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5001,8 +5009,8 @@ padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; width: 2.5rem; height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5012,28 +5020,28 @@ right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(103, 58, 183, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #121212; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-sidebar { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5044,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5052,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5069,29 +5077,29 @@ padding: 1rem; } .p-tooltip .p-tooltip-text { - background: rgba(97, 97, 97, 0.9); - color: #ffffff; + background: #444444; + color: rgba(255, 255, 255, 0.87); padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: rgba(97, 97, 97, 0.9); + border-right-color: #444444; } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: rgba(97, 97, 97, 0.9); + border-left-color: #444444; } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: rgba(97, 97, 97, 0.9); + border-top-color: #444444; } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: rgba(97, 97, 97, 0.9); + border-bottom-color: #444444; } .p-fileupload .p-fileupload-buttonbar { - background: #ffffff; + background: #1e1e1e; padding: 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5101,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #ffffff; + background: #1e1e1e; padding: 2rem 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5118,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #ffffff; - border: 1px solid #e5e5e5; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; padding: 1rem; } @@ -5133,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5162,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5322,81 +5330,81 @@ } .p-megamenu { padding: 1rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-megamenu-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5406,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5416,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5430,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5439,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5482,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5562,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu.p-menu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 1rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5662,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5756,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5771,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5819,13 +5827,13 @@ display: flex; width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5836,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5857,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5964,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1.5rem; font-weight: 400; } @@ -5986,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6018,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6112,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6207,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6216,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6228,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6236,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); width: 100%; top: 50%; left: 0; @@ -6254,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -6284,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(103, 58, 183, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(206, 147, 216, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #673AB7; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #CE93D8; } .p-tieredmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6311,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6629,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: #f6f6f6; + color: rgba(255, 255, 255, 0.87); width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6658,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6681,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.4); + background: rgba(255, 255, 255, 0.3); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6762,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: rgba(0, 0, 0, 0.12); + background-color: hsla(0, 0%, 100%, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6785,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #ffffff; + border: 2px solid #1e1e1e; } .p-chip { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background-color: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; padding: 0 1rem; } @@ -6828,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #4CAF50; + background: #A5D6A7; } .p-scrolltop.p-link:hover { - background: rgba(76, 175, 80, 0.92); + background: rgba(165, 214, 167, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #ffffff; + color: #121212; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(0, 0, 0, 0.08); + background-color: rgba(255, 255, 255, 0.06); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); } .p-tag { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6886,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6895,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(103, 58, 183, 0.32); + background: rgba(206, 147, 216, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #673AB7; + background: #CE93D8; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #673AB7; + background: #CE93D8; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6955,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(103, 58, 183, 0.32); + background: rgba(206, 147, 216, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #673AB7; + background: #CE93D8; } .p-progressbar .p-progressbar-label { - color: #ffffff; + color: #121212; line-height: 4px; } .p-terminal { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; } .p-terminal .p-terminal-input { @@ -6979,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6988,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #4CAF50; - color: #ffffff; + background-color: #A5D6A7; + color: #121212; } .p-badge.p-badge-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-badge.p-badge-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-badge.p-badge-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-badge.p-badge-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7020,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } } @layer primereact { @@ -7066,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7084,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7101,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7130,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7142,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button { font-weight: 500; @@ -7171,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(103, 58, 183, 0.76); + background: rgba(206, 147, 216, 0.76); } .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.68); + background: rgba(206, 147, 216, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(103, 58, 183, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7198,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(0, 0, 0, 0.12) !important; - color: rgba(0, 0, 0, 0.38) !important; + background-color: rgba(255, 255, 255, 0.12) !important; + color: rgba(255, 255, 255, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(76, 175, 80, 0.76); + background: rgba(165, 214, 167, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(76, 175, 80, 0.68); + background: rgba(165, 214, 167, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(76, 175, 80, 0.12); + background: rgba(165, 214, 167, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(76, 175, 80, 0.16); + background-color: rgba(165, 214, 167, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(33, 150, 243, 0.76); + background: rgba(144, 202, 249, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); + background: rgba(144, 202, 249, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(33, 150, 243, 0.16); + background-color: rgba(144, 202, 249, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(104, 159, 56, 0.76); + background: rgba(197, 225, 165, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); + background: rgba(197, 225, 165, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(104, 159, 56, 0.16); + background-color: rgba(197, 225, 165, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(251, 192, 45, 0.76); + background: rgba(255, 245, 157, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); + background: rgba(255, 245, 157, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(251, 192, 45, 0.16); + background-color: rgba(255, 245, 157, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(156, 39, 176, 0.76); + background: rgba(206, 147, 216, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); + background: rgba(206, 147, 216, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(156, 39, 176, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(211, 47, 47, 0.76); + background: rgba(239, 154, 154, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); + background: rgba(239, 154, 154, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(211, 47, 47, 0.16); + background-color: rgba(239, 154, 154, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(33, 33, 33, 0.76); + background: rgba(255, 255, 255, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(33, 33, 33, 0.68); + background: rgba(255, 255, 255, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(33, 33, 33, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(33, 33, 33, 0.16); + background-color: rgba(255, 255, 255, 0.16); } .p-calendar-w-btn { - border: 1px solid rgba(0, 0, 0, 0.38); - background: #ffffff; + border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #1e1e1e; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7354,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #673AB7; - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + border-color: #CE93D8; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7386,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.38); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(103, 58, 183, 0.12); + box-shadow: 0 0 0 1px rgba(206, 147, 216, 0.16); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #b00020; + border-color: #f44435; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7424,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7443,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7455,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7471,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #4CAF50; - color: #ffffff; + background: #A5D6A7; + color: #121212; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7482,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7502,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7530,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-checkbox { border-radius: 50%; @@ -7550,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); border-radius: 2px; position: relative; } @@ -7566,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #673AB7; + border-color: #CE93D8; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7613,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7635,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7664,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #673AB7; + box-shadow: inset 0 2px 0 0 #CE93D8; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #673AB7; + box-shadow: inset 0 -2px 0 0 #CE93D8; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7702,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-dropdown-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7722,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7741,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #4CAF50; - color: #ffffff; + background: #A5D6A7; + color: #121212; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(76, 175, 80, 0.68); - color: #ffffff; + background: rgba(165, 214, 167, 0.68); + color: #121212; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7807,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7837,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7853,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7880,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #ffffff; + background-color: #1e1e1e; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7890,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #673AB7; + color: #CE93D8; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.5rem; @@ -7907,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7935,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7964,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8006,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-panel { border-radius: 4px; @@ -8067,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8096,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-progressbar { border-radius: 0; @@ -8118,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #673AB7; + border-color: #CE93D8; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-rating { gap: 0; @@ -8160,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(103, 58, 183, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.12); + background: rgba(244, 68, 53, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.04); + background: rgba(244, 68, 53, 0.04); } .p-selectbutton .p-button:focus { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-selectbutton .p-button:focus.p-highlight { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } .p-slidemenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(76, 175, 80, 0.2); + box-shadow: 0 0 1px 10px rgba(165, 214, 167, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(103, 58, 183, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8213,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(76, 175, 80, 0.12); + background: rgba(165, 214, 167, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8267,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #673AB7; - color: #ffffff; + background-color: #CE93D8; + color: #121212; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8316,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #673AB7; - color: #ffffff; + background-color: #CE93D8; + color: #121212; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8337,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(103, 58, 183, 0.12); + background-color: rgba(206, 147, 216, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8348,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #673AB7; + background-color: #CE93D8; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-toolbar { border: 0 none; @@ -8365,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8378,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-treeselect-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8398,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8440,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8472,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(103, 58, 183, 0.12); + background-color: rgba(206, 147, 216, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(103, 58, 183, 0.12); + background-color: rgba(206, 147, 216, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #673AB7; + background-color: #CE93D8; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } } /* Customizations to the designer theme should be defined here */ diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 677494e4ff..5e8320a266 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #ffffff; - --surface-b: #fafafa; - --surface-c: rgba(0, 0, 0, 0.04); - --surface-d: rgba(0, 0, 0, 0.12); - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: rgba(0, 0, 0, 0.87); - --text-color-secondary: rgba(0, 0, 0, 0.6); - --primary-color: #3F51B5; - --primary-color-text: #ffffff; - --surface-0: #ffffff; - --surface-50: #fafafa; - --surface-100: #f5f5f5; - --surface-200: #eeeeee; - --surface-300: #e0e0e0; - --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: #e0e0e0; - --gray-400: #bdbdbd; - --gray-500: #9e9e9e; - --gray-600: #757575; - --gray-700: #616161; - --gray-800: #424242; - --gray-900: #212121; + --surface-a: #1e1e1e; + --surface-b: #121212; + --surface-c: hsla(0, 0%, 100%, 0.04); + --surface-d: hsla(0, 0%, 100%, 0.12); + --surface-e: #1e1e1e; + --surface-f: #262626; + --text-color: rgba(255, 255, 255, 0.87); + --text-color-secondary: rgba(255, 255, 255, 0.6); + --primary-color: #9FA8DA; + --primary-color-text: #121212; + --surface-0: #121212; + --surface-50: #2a2a2a; + --surface-100: #414141; + --surface-200: #595959; + --surface-300: #717171; + --surface-400: #898989; + --surface-500: #a0a0a0; + --surface-600: #b8b8b8; + --surface-700: #d0d0d0; + --surface-800: #e7e7e7; + --surface-900: #ffffff; + --gray-50: #e7e7e7; + --gray-100: #d0d0d0; + --gray-200: #b8b8b8; + --gray-300: #a0a0a0; + --gray-400: #898989; + --gray-500: #717171; + --gray-600: #595959; + --gray-700: #414141; + --gray-800: #2a2a2a; + --gray-900: #121212; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #fafafa; - --surface-section: #ffffff; - --surface-card: #ffffff; - --surface-overlay: #ffffff; - --surface-border: rgba(0, 0, 0, 0.12); - --surface-hover: rgba(0, 0, 0, 0.04); + --surface-ground: #121212; + --surface-section: #121212; + --surface-card: #1e1e1e; + --surface-overlay: #262626; + --surface-border: hsla(0, 0%, 100%, 0.12); + --surface-hover: hsla(0, 0%, 100%, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(63, 81, 181, 0.12); - --highlight-text-color: #3F51B5; - color-scheme: light; + --highlight-bg: rgba(159, 168, 218, 0.16); + --highlight-text-color: #9FA8DA; + color-scheme: dark; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#f5f6fb; - --primary-100:#d1d5ed; - --primary-200:#acb4df; - --primary-300:#8893d1; - --primary-400:#6372c3; - --primary-500:#3f51b5; - --primary-600:#36459a; - --primary-700:#2c397f; - --primary-800:#232d64; - --primary-900:#192048; + --primary-50:#fafbfd; + --primary-100:#e8eaf6; + --primary-200:#d6daef; + --primary-300:#c3c9e8; + --primary-400:#b1b9e1; + --primary-500:#9fa8da; + --primary-600:#878fb9; + --primary-700:#6f7699; + --primary-800:#575c78; + --primary-900:#404357; } .p-editor-container .p-editor-toolbar { - background: #ffffff; + background: #1e1e1e; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(0, 0, 0, 0.6); + stroke: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(0, 0, 0, 0.6); + fill: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 1rem 1rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-content .ql-editor { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #3F51B5; + color: #9FA8DA; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #3F51B5; + stroke: #9FA8DA; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #3F51B5; + fill: #9FA8DA; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #3F51B5; + color: #9FA8DA; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #b00020; + color: #f44435; } .p-text-secondary { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.5rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-autocomplete-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-datepicker { padding: 0.5rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #ffffff; + background: #2b2b2b; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; margin: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #3F51B5; + color: #9FA8DA; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border-color: rgb(0, 0, 0); + background: transparent; + color: rgba(255, 255, 255, 0.87); + border-color: rgba(255, 255, 255, 0.5); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid rgba(0, 0, 0, 0.12); + border-left: 1px solid hsla(0, 0%, 100%, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-cascadeselect.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-cascadeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 1rem 1rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #3F51B5; - background: #3F51B5; + border-color: #9FA8DA; + background: #9FA8DA; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #3F51B5; - background: #3F51B5; - color: #ffffff; + border-color: #9FA8DA; + background: #9FA8DA; + color: #121212; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #b00020; + border-color: #f44435; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-chips .p-chips-multiple-container { padding: 0.5rem 1rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: rgba(0, 0, 0, 0.24); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.24); + color: rgba(255, 255, 255, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #323232; - border: 1px solid #191919; + background: #2b2b2b; + border: 1px solid #1e1e1e; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-dropdown.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-dropdown-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-inputgroup-addon { - background: #ffffff; - color: rgba(0, 0, 0, 0.6); - border-top: 1px solid rgba(0, 0, 0, 0.38); - border-left: 1px solid rgba(0, 0, 0, 0.38); - border-bottom: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.6); + border-top: 1px solid hsla(0, 0%, 100%, 0.3); + border-left: 1px solid hsla(0, 0%, 100%, 0.3); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid rgba(0, 0, 0, 0.38); + border-right: 1px solid hsla(0, 0%, 100%, 0.3); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #ffffff; + background: #bdbdbd; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(63, 81, 181, 0.5); + background: rgba(159, 168, 218, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #3F51B5; + background: #9FA8DA; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(63, 81, 181, 0.5); + background: rgba(159, 168, 218, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #b00020; + border-color: #f44435; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; padding: 1rem 1rem; - border: 1px solid rgba(0, 0, 0, 0.38); + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-inputtext.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputtext.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-inputtext.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-inputtext.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,41 +1366,47 @@ } .p-float-label > label { left: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #b00020; + color: #f44435; } .p-icon-field-left > .p-inputtext { padding-left: 3rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 3rem; + } .p-icon-field-left.p-float-label > label { left: 3rem; } .p-icon-field-right > .p-inputtext { padding-right: 3rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 3rem; + } ::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } ::-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-ms-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-input-filled .p-inputtext { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-inputtext:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1467,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1488,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1498,7 +1506,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } @@ -1509,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-listbox.p-invalid { - border-color: #b00020; + border-color: #f44435; } .p-mention-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1562,18 +1570,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-multiselect { display: inline-flex; @@ -1664,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-multiselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1707,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.5rem 1rem; } .p-multiselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1739,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1748,16 +1756,16 @@ margin-left: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1771,7 +1779,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1783,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1799,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-password-panel { padding: 1rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(63, 81, 181, 0.32); + background: rgba(159, 168, 218, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #d32f2f; + background: #ef9a9a; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fbc02d; + background: #fff59d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #689f38; + background: #c5e1a5; } .p-radiobutton { position: relative; @@ -1873,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 20px; height: 20px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1890,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #3F51B5; + background-color: #9FA8DA; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #3F51B5; - background: #ffffff; + border-color: #9FA8DA; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #3F51B5; - background: #ffffff; + border-color: #9FA8DA; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #3F51B5; + background-color: #9FA8DA; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #b00020; + border-color: #f44435; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-rating { position: relative; @@ -1960,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #3F51B5; + color: #9FA8DA; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1.143rem; } @@ -1969,7 +1977,7 @@ height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1977,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #3F51B5; + color: #9FA8DA; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #3F51B5; + color: #9FA8DA; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-selectbutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-slider { - background: #c1c1c1; + background: hsla(0, 0%, 100%, 0.3); border: 0 none; border-radius: 4px; } @@ -2047,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #3F51B5; + background: #9FA8DA; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2058,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #3F51B5; + background: #9FA8DA; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #3F51B5; + background: #9FA8DA; border-color: 0 none; } .p-treeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 2rem; } .p-treeselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.5rem 1rem; } .p-treeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2146,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 4rem; @@ -2157,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2178,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-togglebutton { position: relative; @@ -2214,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(0, 0, 0, 0.12); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-togglebutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-button { - color: #ffffff; - background: #3F51B5; + color: #121212; + background: #9FA8DA; border: 0 none; padding: 0.714rem 1rem; font-size: 1rem; @@ -2274,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(63, 81, 181, 0.92); - color: #ffffff; + background: rgba(159, 168, 218, 0.92); + color: #121212; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.68); - color: #ffffff; + background: rgba(159, 168, 218, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button:focus { outline: 0 none; @@ -2361,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #3F51B5; - background-color: #ffffff; + color: #9FA8DA; + background-color: #121212; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2424,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #ffffff; - background: #ff4081; + color: #121212; + background: #F48FB1; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(255, 64, 129, 0.92); - color: #ffffff; + background: rgba(244, 143, 177, 0.92); + color: #121212; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(255, 64, 129, 0.68); - color: #ffffff; + background: rgba(244, 143, 177, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #ff4081; + color: #F48FB1; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); - color: #ff4081; + background: rgba(244, 143, 177, 0.04); + color: #F48FB1; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); - color: #ff4081; + background: rgba(244, 143, 177, 0.16); + color: #F48FB1; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #ff4081; + color: #F48FB1; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); + background: rgba(244, 143, 177, 0.04); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #ffffff; - background: #2196f3; + color: #212121; + background: #90caf9; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(33, 150, 243, 0.92); - color: #ffffff; + background: rgba(144, 202, 249, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); - color: #ffffff; + background: rgba(144, 202, 249, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #ffffff; - background: #689f38; + color: #212121; + background: #c5e1a5; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(104, 159, 56, 0.92); - color: #ffffff; + background: rgba(197, 225, 165, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); - color: #ffffff; + background: rgba(197, 225, 165, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212529; - background: #fbc02d; + color: #212121; + background: #fff59d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(251, 192, 45, 0.92); - color: #212529; + background: rgba(255, 245, 157, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); - color: #212529; + background: rgba(255, 245, 157, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #ffffff; - background: #9c27b0; + color: #212121; + background: #ce93d8; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(156, 39, 176, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); - color: #ffffff; + background: rgba(206, 147, 216, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #ffffff; - background: #d32f2f; + color: #212121; + background: #ef9a9a; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(211, 47, 47, 0.92); - color: #ffffff; + background: rgba(239, 154, 154, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); - color: #ffffff; + background: rgba(239, 154, 154, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #ffffff; - background: #212121; - border: 1px solid #212121; + color: #121212; + background: #ffffff; + border: 1px solid #ffffff; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #424242; - color: #ffffff; - border-color: #424242; + background: #d0d0d0; + color: #121212; + border-color: #d0d0d0; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #616161; - color: #ffffff; - border-color: #616161; + background: #b8b8b8; + color: #121212; + border-color: #b8b8b8; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #212121; + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); - color: #212121; + background: rgba(255, 255, 255, 0.04); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); - color: #212121; + background: rgba(255, 255, 255, 0.16); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #212121; + color: #ffffff; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-link { - color: #3F51B5; + color: #9FA8DA; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2779,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-splitbutton { @@ -2787,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2870,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #ff4081; + color: #F48FB1; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); - color: #ff4081; + background: rgba(244, 143, 177, 0.04); + color: #F48FB1; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); - color: #ff4081; + background: rgba(244, 143, 177, 0.16); + color: #F48FB1; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #ff4081; + color: #F48FB1; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); + background: rgba(244, 143, 177, 0.04); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3053,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #ff4081; - color: #fff; + background: #F48FB1; + color: #212121; } .p-speeddial-action:hover { - background: rgba(255, 64, 129, 0.92); - color: #fff; + background: rgba(244, 143, 177, 0.92); + color: #212121; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3104,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3112,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3134,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3156,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3174,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3199,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; } @@ -3245,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3255,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3274,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(63, 81, 181, 0.12); + box-shadow: inset 0 2px 0 0 rgba(159, 168, 218, 0.16); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(63, 81, 181, 0.12); + box-shadow: inset 0 -2px 0 0 rgba(159, 168, 218, 0.16); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-column-resizer-helper { - background: #3F51B5; + background: #9FA8DA; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #ffffff; + background-color: #1e1e1e; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3385,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #3F51B5; + color: #9FA8DA; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #3F51B5; + color: #9FA8DA; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.5rem 0.5rem; @@ -3431,7 +3439,7 @@ padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { - background: rgba(63, 81, 181, 0.16); + background: rgba(159, 168, 218, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3442,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 1rem 0; } .p-dataview .p-dataview-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3481,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3515,24 +3523,24 @@ .p-column-filter-menu-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3542,16 +3550,16 @@ .p-column-filter-clear-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3559,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3573,18 +3581,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3592,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 1rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3630,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3641,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 1rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3650,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3665,57 +3673,57 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(0, 0, 0, 0.02); + background: rgba(255, 255, 255, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(30, 39, 86, 0.12); + color: rgba(69, 86, 180, 0.16); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3729,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: solid #404040; border-width: 0; padding: 0.5rem 1rem; border-radius: 4px; @@ -3742,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3753,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3782,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3791,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(63, 81, 181, 0.12); - border-color: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + border-color: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { padding: 1rem; @@ -3815,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3826,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 1rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3835,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3850,24 +3858,24 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-tree-container { margin: 0; @@ -3926,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 1rem; border-radius: 4px; } @@ -3950,16 +3958,16 @@ margin-right: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3968,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #3F51B5; + color: #9FA8DA; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #3F51B5; + color: #9FA8DA; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4005,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 1rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4021,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(50, 65, 145, 0.12); + background: rgba(105, 119, 197, 0.16); } .p-treetable { position: relative; @@ -4159,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -4177,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4205,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4260,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #3F51B5; + color: #9FA8DA; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #3F51B5; + color: #9FA8DA; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-column-resizer-helper { - background: #3F51B5; + background: #9FA8DA; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4319,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #3F51B5; + color: #9FA8DA; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #3F51B5; + color: #9FA8DA; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.875rem 0.875rem; @@ -4391,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.5rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 400; border-radius: 4px; transition: none; @@ -4406,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { padding: 1rem 1.5rem; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4462,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4478,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { padding: 1rem 0; @@ -4487,16 +4495,16 @@ padding: 1rem 0 0 0; } .p-fieldset { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; border-radius: 4px; } @@ -4506,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; } @@ -4519,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(0, 0, 0, 0.04); - border-color: #e0e0e0; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { padding: 1rem; } .p-divider .p-divider-content { - background-color: #ffffff; + background-color: #1e1e1e; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4544,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4563,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4588,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 1rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 1rem 1rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid #e0e0e0; - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; border-radius: 4px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4621,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4640,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4653,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4663,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4675,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #3F51B5; + background-color: #9FA8DA; } .p-stepper .p-stepper-panels { - background: #ffffff; + background: transparent; padding: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4696,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: transparent; + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4721,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #3F51B5; + background-color: #9FA8DA; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4798,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -4824,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(63, 81, 181, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(159, 168, 218, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #3F51B5; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #9FA8DA; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: #ffffff; - color: #3F51B5; + background: transparent; + color: #9FA8DA; width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4849,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: #ffffff; + background: transparent; padding: 1rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; border-radius: 4px; gap: 0.5rem; @@ -4867,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4889,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4920,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4933,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4956,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4966,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; @@ -4991,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5001,8 +5009,8 @@ padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; width: 2.5rem; height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5012,28 +5020,28 @@ right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(63, 81, 181, 0.92); - color: #ffffff; + background: rgba(159, 168, 218, 0.92); + color: #121212; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-sidebar { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5044,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5052,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5069,29 +5077,29 @@ padding: 1rem; } .p-tooltip .p-tooltip-text { - background: rgba(97, 97, 97, 0.9); - color: #ffffff; + background: #444444; + color: rgba(255, 255, 255, 0.87); padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: rgba(97, 97, 97, 0.9); + border-right-color: #444444; } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: rgba(97, 97, 97, 0.9); + border-left-color: #444444; } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: rgba(97, 97, 97, 0.9); + border-top-color: #444444; } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: rgba(97, 97, 97, 0.9); + border-bottom-color: #444444; } .p-fileupload .p-fileupload-buttonbar { - background: #ffffff; + background: #1e1e1e; padding: 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5101,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #ffffff; + background: #1e1e1e; padding: 2rem 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5118,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #ffffff; - border: 1px solid #e5e5e5; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; padding: 1rem; } @@ -5133,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5162,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5322,81 +5330,81 @@ } .p-megamenu { padding: 1rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-megamenu-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5406,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5416,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5430,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5439,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5482,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5562,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu.p-menu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 1rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5662,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5756,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5771,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5819,13 +5827,13 @@ display: flex; width: 2.5rem; height: 2.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5836,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5857,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5964,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1.5rem; font-weight: 400; } @@ -5986,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6018,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6112,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6207,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 1rem 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6216,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6228,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6236,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); width: 100%; top: 50%; left: 0; @@ -6254,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -6284,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(63, 81, 181, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(159, 168, 218, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #3F51B5; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #9FA8DA; } .p-tieredmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6311,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6629,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: #f6f6f6; + color: rgba(255, 255, 255, 0.87); width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6658,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6681,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.4); + background: rgba(255, 255, 255, 0.3); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6762,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: rgba(0, 0, 0, 0.12); + background-color: hsla(0, 0%, 100%, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6785,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #ffffff; + border: 2px solid #1e1e1e; } .p-chip { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background-color: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; padding: 0 1rem; } @@ -6828,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #ff4081; + background: #F48FB1; } .p-scrolltop.p-link:hover { - background: rgba(255, 64, 129, 0.92); + background: rgba(244, 143, 177, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #ffffff; + color: #121212; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(0, 0, 0, 0.08); + background-color: rgba(255, 255, 255, 0.06); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); } .p-tag { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6886,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6895,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(63, 81, 181, 0.32); + background: rgba(159, 168, 218, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #3F51B5; + background: #9FA8DA; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #3F51B5; + background: #9FA8DA; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6955,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(63, 81, 181, 0.32); + background: rgba(159, 168, 218, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #3F51B5; + background: #9FA8DA; } .p-progressbar .p-progressbar-label { - color: #ffffff; + color: #121212; line-height: 4px; } .p-terminal { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 1rem; } .p-terminal .p-terminal-input { @@ -6979,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6988,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #ff4081; - color: #ffffff; + background-color: #F48FB1; + color: #121212; } .p-badge.p-badge-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-badge.p-badge-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-badge.p-badge-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-badge.p-badge-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7020,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } } @layer primereact { @@ -7066,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7084,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7101,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7130,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7142,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button { font-weight: 500; @@ -7171,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(63, 81, 181, 0.76); + background: rgba(159, 168, 218, 0.76); } .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.68); + background: rgba(159, 168, 218, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(63, 81, 181, 0.12); + background: rgba(159, 168, 218, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); + background: rgba(159, 168, 218, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7198,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(0, 0, 0, 0.12) !important; - color: rgba(0, 0, 0, 0.38) !important; + background-color: rgba(255, 255, 255, 0.12) !important; + color: rgba(255, 255, 255, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(255, 64, 129, 0.76); + background: rgba(244, 143, 177, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(255, 64, 129, 0.68); + background: rgba(244, 143, 177, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(255, 64, 129, 0.12); + background: rgba(244, 143, 177, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(255, 64, 129, 0.16); + background-color: rgba(244, 143, 177, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(33, 150, 243, 0.76); + background: rgba(144, 202, 249, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); + background: rgba(144, 202, 249, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(33, 150, 243, 0.16); + background-color: rgba(144, 202, 249, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(104, 159, 56, 0.76); + background: rgba(197, 225, 165, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); + background: rgba(197, 225, 165, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(104, 159, 56, 0.16); + background-color: rgba(197, 225, 165, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(251, 192, 45, 0.76); + background: rgba(255, 245, 157, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); + background: rgba(255, 245, 157, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(251, 192, 45, 0.16); + background-color: rgba(255, 245, 157, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(156, 39, 176, 0.76); + background: rgba(206, 147, 216, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); + background: rgba(206, 147, 216, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(156, 39, 176, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(211, 47, 47, 0.76); + background: rgba(239, 154, 154, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); + background: rgba(239, 154, 154, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(211, 47, 47, 0.16); + background-color: rgba(239, 154, 154, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(33, 33, 33, 0.76); + background: rgba(255, 255, 255, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(33, 33, 33, 0.68); + background: rgba(255, 255, 255, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(33, 33, 33, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(33, 33, 33, 0.16); + background-color: rgba(255, 255, 255, 0.16); } .p-calendar-w-btn { - border: 1px solid rgba(0, 0, 0, 0.38); - background: #ffffff; + border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #1e1e1e; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7354,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #3F51B5; - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + border-color: #9FA8DA; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7386,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.38); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(63, 81, 181, 0.12); + box-shadow: 0 0 0 1px rgba(159, 168, 218, 0.16); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #b00020; + border-color: #f44435; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7424,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7443,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7455,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7471,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #ff4081; - color: #ffffff; + background: #F48FB1; + color: #121212; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7482,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7502,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7530,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-checkbox { border-radius: 50%; @@ -7550,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); border-radius: 2px; position: relative; } @@ -7566,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #3F51B5; + border-color: #9FA8DA; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7613,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7635,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7664,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #3F51B5; + box-shadow: inset 0 2px 0 0 #9FA8DA; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #3F51B5; + box-shadow: inset 0 -2px 0 0 #9FA8DA; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7702,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-dropdown-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7722,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7741,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #ff4081; - color: #ffffff; + background: #F48FB1; + color: #121212; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(255, 64, 129, 0.68); - color: #ffffff; + background: rgba(244, 143, 177, 0.68); + color: #121212; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7807,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7837,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7853,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7880,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #ffffff; + background-color: #1e1e1e; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7890,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #3F51B5; + color: #9FA8DA; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.5rem; @@ -7907,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7935,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7964,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8006,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-panel { border-radius: 4px; @@ -8067,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8096,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-progressbar { border-radius: 0; @@ -8118,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #3F51B5; + border-color: #9FA8DA; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-rating { gap: 0; @@ -8160,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(63, 81, 181, 0.12); + background: rgba(159, 168, 218, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.12); + background: rgba(244, 68, 53, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.04); + background: rgba(244, 68, 53, 0.04); } .p-selectbutton .p-button:focus { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-selectbutton .p-button:focus.p-highlight { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } .p-slidemenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(255, 64, 129, 0.2); + box-shadow: 0 0 1px 10px rgba(244, 143, 177, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(63, 81, 181, 0.12); + background: rgba(159, 168, 218, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); + background: rgba(159, 168, 218, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8213,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(255, 64, 129, 0.12); + background: rgba(244, 143, 177, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8267,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #3F51B5; - color: #ffffff; + background-color: #9FA8DA; + color: #121212; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8316,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #3F51B5; - color: #ffffff; + background-color: #9FA8DA; + color: #121212; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8337,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(63, 81, 181, 0.12); + background-color: rgba(159, 168, 218, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8348,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #3F51B5; + background-color: #9FA8DA; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-toolbar { border: 0 none; @@ -8365,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8378,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-treeselect-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8398,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8440,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8472,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(63, 81, 181, 0.12); + background-color: rgba(159, 168, 218, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(63, 81, 181, 0.12); + background-color: rgba(159, 168, 218, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #3F51B5; + background-color: #9FA8DA; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } } /* Customizations to the designer theme should be defined here */ diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index bf9f6ede2d..bb39d70e83 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #1e1e1e; - --surface-b: #121212; - --surface-c: hsla(0, 0%, 100%, 0.04); - --surface-d: hsla(0, 0%, 100%, 0.12); - --surface-e: #1e1e1e; - --surface-f: #262626; - --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); - --primary-color: #CE93D8; - --primary-color-text: #121212; - --surface-0: #121212; - --surface-50: #2a2a2a; - --surface-100: #414141; - --surface-200: #595959; - --surface-300: #717171; - --surface-400: #898989; - --surface-500: #a0a0a0; - --surface-600: #b8b8b8; - --surface-700: #d0d0d0; - --surface-800: #e7e7e7; - --surface-900: #ffffff; - --gray-50: #e7e7e7; - --gray-100: #d0d0d0; - --gray-200: #b8b8b8; - --gray-300: #a0a0a0; - --gray-400: #898989; - --gray-500: #717171; - --gray-600: #595959; - --gray-700: #414141; - --gray-800: #2a2a2a; - --gray-900: #121212; + --surface-a: #ffffff; + --surface-b: #fafafa; + --surface-c: rgba(0, 0, 0, 0.04); + --surface-d: rgba(0, 0, 0, 0.12); + --surface-e: #ffffff; + --surface-f: #ffffff; + --text-color: rgba(0, 0, 0, 0.87); + --text-color-secondary: rgba(0, 0, 0, 0.6); + --primary-color: #673AB7; + --primary-color-text: #ffffff; + --surface-0: #ffffff; + --surface-50: #fafafa; + --surface-100: #f5f5f5; + --surface-200: #eeeeee; + --surface-300: #e0e0e0; + --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: #e0e0e0; + --gray-400: #bdbdbd; + --gray-500: #9e9e9e; + --gray-600: #757575; + --gray-700: #616161; + --gray-800: #424242; + --gray-900: #212121; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #121212; - --surface-section: #121212; - --surface-card: #1e1e1e; - --surface-overlay: #262626; - --surface-border: hsla(0, 0%, 100%, 0.12); - --surface-hover: hsla(0, 0%, 100%, 0.04); + --surface-ground: #fafafa; + --surface-section: #ffffff; + --surface-card: #ffffff; + --surface-overlay: #ffffff; + --surface-border: rgba(0, 0, 0, 0.12); + --surface-hover: rgba(0, 0, 0, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(206, 147, 216, 0.16); - --highlight-text-color: #CE93D8; - color-scheme: dark; + --highlight-bg: rgba(103, 58, 183, 0.12); + --highlight-text-color: #673AB7; + color-scheme: light; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#fdfafd; - --primary-100:#f3e5f6; - --primary-200:#ead1ee; - --primary-300:#e1bce7; - --primary-400:#d7a8df; - --primary-500:#ce93d8; - --primary-600:#af7db8; - --primary-700:#906797; - --primary-800:#715177; - --primary-900:#523b56; + --primary-50:#f7f5fb; + --primary-100:#dbd0ee; + --primary-200:#beaae0; + --primary-300:#a185d2; + --primary-400:#845fc5; + --primary-500:#673ab7; + --primary-600:#58319c; + --primary-700:#482980; + --primary-800:#392065; + --primary-900:#291749; } .p-editor-container .p-editor-toolbar { - background: #1e1e1e; + background: #ffffff; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(255, 255, 255, 0.6); + stroke: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(255, 255, 255, 0.6); + fill: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 0.75rem 0.75rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-content .ql-editor { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #CE93D8; + color: #673AB7; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #CE93D8; + stroke: #673AB7; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #CE93D8; + fill: #673AB7; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #CE93D8; + color: #673AB7; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #f44435; + color: #b00020; } .p-text-secondary { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-autocomplete-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-datepicker { padding: 0.5rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #2b2b2b; + background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; margin: 0; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #CE93D8; + color: #673AB7; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: transparent; - color: rgba(255, 255, 255, 0.87); - border-color: rgba(255, 255, 255, 0.5); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border-color: rgb(0, 0, 0); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker .p-datepicker-buttonbar { padding: 0.75rem 0; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid hsla(0, 0%, 100%, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-cascadeselect.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-cascadeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 0.75rem 0.75rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #CE93D8; - background: #CE93D8; + border-color: #673AB7; + background: #673AB7; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #CE93D8; - background: #CE93D8; - color: #121212; + border-color: #673AB7; + background: #673AB7; + color: #ffffff; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #f44435; + border-color: #b00020; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: hsla(0, 0%, 100%, 0.24); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.24); + color: rgba(0, 0, 0, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #2b2b2b; - border: 1px solid #1e1e1e; + background: #323232; + border: 1px solid #191919; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-dropdown.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-dropdown-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-inputgroup-addon { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.6); - border-top: 1px solid hsla(0, 0%, 100%, 0.3); - border-left: 1px solid hsla(0, 0%, 100%, 0.3); - border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.6); + border-top: 1px solid rgba(0, 0, 0, 0.38); + border-left: 1px solid rgba(0, 0, 0, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.38); padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid hsla(0, 0%, 100%, 0.3); + border-right: 1px solid rgba(0, 0, 0, 0.38); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #bdbdbd; + background: #ffffff; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(206, 147, 216, 0.5); + background: rgba(103, 58, 183, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #CE93D8; + background: #673AB7; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(206, 147, 216, 0.5); + background: rgba(103, 58, 183, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #f44435; + border-color: #b00020; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; padding: 0.75rem 0.75rem; - border: 1px solid hsla(0, 0%, 100%, 0.3); + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-inputtext.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputtext.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-inputtext.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-inputtext.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,41 +1366,47 @@ } .p-float-label > label { left: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #f44435; + color: #b00020; } .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } ::-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-input-filled .p-inputtext { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-inputtext:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1467,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1488,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1498,7 +1506,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } @@ -1509,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-listbox.p-invalid { - border-color: #f44435; + border-color: #b00020; } .p-mention-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1562,18 +1570,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-multiselect { display: inline-flex; @@ -1664,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-multiselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1707,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.375rem 0.75rem; } .p-multiselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1739,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1748,16 +1756,16 @@ margin-left: 0.5rem; width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1771,7 +1779,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1783,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1799,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-password-panel { padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(206, 147, 216, 0.32); + background: rgba(103, 58, 183, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #ef9a9a; + background: #d32f2f; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fff59d; + background: #fbc02d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #c5e1a5; + background: #689f38; } .p-radiobutton { position: relative; @@ -1873,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 20px; height: 20px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1890,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #CE93D8; + background-color: #673AB7; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #CE93D8; - background: #121212; + border-color: #673AB7; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #CE93D8; - background: #121212; + border-color: #673AB7; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #CE93D8; + background-color: #673AB7; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #f44435; + border-color: #b00020; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-rating { position: relative; @@ -1960,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #CE93D8; + color: #673AB7; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1rem; } @@ -1969,7 +1977,7 @@ height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1977,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #CE93D8; + color: #673AB7; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #CE93D8; + color: #673AB7; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-selectbutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-slider { - background: hsla(0, 0%, 100%, 0.3); + background: #c1c1c1; border: 0 none; border-radius: 4px; } @@ -2047,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #CE93D8; + background: #673AB7; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2058,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #CE93D8; + background: #673AB7; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #CE93D8; + background: #673AB7; border-color: 0 none; } .p-treeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 1.75rem; } .p-treeselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.375rem 0.75rem; } .p-treeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2146,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 3.5rem; @@ -2157,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2178,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-togglebutton { position: relative; @@ -2214,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-togglebutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-button { - color: #121212; - background: #CE93D8; + color: #ffffff; + background: #673AB7; border: 0 none; padding: 0.571rem 0.75rem; font-size: 1rem; @@ -2274,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.92); - color: #121212; + background: rgba(103, 58, 183, 0.92); + color: #ffffff; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); - color: #121212; + background: rgba(103, 58, 183, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #CE93D8; + color: #673AB7; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button:focus { outline: 0 none; @@ -2361,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #CE93D8; - background-color: #121212; + color: #673AB7; + background-color: #ffffff; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2424,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #121212; - background: #A5D6A7; + color: #ffffff; + background: #4CAF50; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(165, 214, 167, 0.92); - color: #121212; + background: rgba(76, 175, 80, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(165, 214, 167, 0.68); - color: #121212; + background: rgba(76, 175, 80, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.04); + color: #4CAF50; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.16); + color: #4CAF50; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); + background: rgba(76, 175, 80, 0.04); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #212121; - background: #90caf9; + color: #ffffff; + background: #2196f3; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(144, 202, 249, 0.92); - color: #212121; + background: rgba(33, 150, 243, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); - color: #212121; + background: rgba(33, 150, 243, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #212121; - background: #c5e1a5; + color: #ffffff; + background: #689f38; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(197, 225, 165, 0.92); - color: #212121; + background: rgba(104, 159, 56, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); - color: #212121; + background: rgba(104, 159, 56, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212121; - background: #fff59d; + color: #212529; + background: #fbc02d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(255, 245, 157, 0.92); - color: #212121; + background: rgba(251, 192, 45, 0.92); + color: #212529; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); - color: #212121; + background: rgba(251, 192, 45, 0.68); + color: #212529; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #212121; - background: #ce93d8; + color: #ffffff; + background: #9c27b0; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(206, 147, 216, 0.92); - color: #212121; + background: rgba(156, 39, 176, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); - color: #212121; + background: rgba(156, 39, 176, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #212121; - background: #ef9a9a; + color: #ffffff; + background: #d32f2f; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(239, 154, 154, 0.92); - color: #212121; + background: rgba(211, 47, 47, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); - color: #212121; + background: rgba(211, 47, 47, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #121212; - background: #ffffff; - border: 1px solid #ffffff; + color: #ffffff; + background: #212121; + border: 1px solid #212121; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #d0d0d0; - color: #121212; - border-color: #d0d0d0; + background: #424242; + color: #ffffff; + border-color: #424242; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #b8b8b8; - color: #121212; - border-color: #b8b8b8; + background: #616161; + color: #ffffff; + border-color: #616161; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #ffffff; + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: #ffffff; + background: rgba(33, 33, 33, 0.04); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: #ffffff; + background: rgba(33, 33, 33, 0.16); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #ffffff; + color: #212121; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(33, 33, 33, 0.04); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-link { - color: #CE93D8; + color: #673AB7; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2779,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-splitbutton { @@ -2787,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #CE93D8; + color: #673AB7; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2870,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.04); + color: #4CAF50; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.16); + color: #4CAF50; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); + background: rgba(76, 175, 80, 0.04); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3053,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #A5D6A7; - color: #212121; + background: #4CAF50; + color: #fff; } .p-speeddial-action:hover { - background: rgba(165, 214, 167, 0.92); - color: #212121; + background: rgba(76, 175, 80, 0.92); + color: #fff; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3104,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3112,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3134,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3156,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3174,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3199,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } @@ -3245,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3255,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3274,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(206, 147, 216, 0.16); + box-shadow: inset 0 2px 0 0 rgba(103, 58, 183, 0.12); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(206, 147, 216, 0.16); + box-shadow: inset 0 -2px 0 0 rgba(103, 58, 183, 0.12); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-column-resizer-helper { - background: #CE93D8; + background: #673AB7; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #1e1e1e; + background-color: #ffffff; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3385,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #CE93D8; + color: #673AB7; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #CE93D8; + color: #673AB7; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.375rem 0.375rem; @@ -3431,7 +3439,7 @@ padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { - background: rgba(206, 147, 216, 0.16); + background: rgba(103, 58, 183, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3442,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 0.75rem; } .p-dataview .p-dataview-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3481,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3515,24 +3523,24 @@ .p-column-filter-menu-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3542,16 +3550,16 @@ .p-column-filter-clear-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3559,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3573,18 +3581,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3592,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3630,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3641,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 0.75rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3650,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3665,57 +3673,57 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: rgba(0, 0, 0, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(157, 62, 173, 0.16); + color: rgba(49, 27, 86, 0.12); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-right: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-top: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3729,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: solid #e4e4e4; border-width: 0; padding: 0.375rem 0.75rem; border-radius: 4px; @@ -3742,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3753,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3782,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3791,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(206, 147, 216, 0.16); - border-color: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + border-color: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { padding: 0.75rem; @@ -3815,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3826,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 0.75rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3835,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3850,24 +3858,24 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-tree-container { margin: 0; @@ -3926,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0.75rem; border-radius: 4px; } @@ -3950,16 +3958,16 @@ margin-right: 0.5rem; width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3968,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #CE93D8; + color: #673AB7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #CE93D8; + color: #673AB7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4005,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4021,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(182, 94, 197, 0.16); + background: rgba(82, 46, 146, 0.12); } .p-treetable { position: relative; @@ -4159,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -4177,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4205,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4260,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #CE93D8; + color: #673AB7; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #CE93D8; + color: #673AB7; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-column-resizer-helper { - background: #CE93D8; + background: #673AB7; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4319,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #CE93D8; + color: #673AB7; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #CE93D8; + color: #673AB7; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.65625rem 0.65625rem; @@ -4391,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.25rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 400; border-radius: 4px; transition: none; @@ -4406,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { padding: 0.75rem 1.25rem; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4462,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4478,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { padding: 0.75rem 0; @@ -4487,16 +4495,16 @@ padding: 0.75rem 0 0 0; } .p-fieldset { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; border-radius: 4px; } @@ -4506,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; } @@ -4519,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(255, 255, 255, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { padding: 0.75rem; } .p-divider .p-divider-content { - background-color: #1e1e1e; + background-color: #ffffff; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px hsla(0, 0%, 100%, 0.12); + border-top: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4544,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px hsla(0, 0%, 100%, 0.12); + border-left: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4563,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4588,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 0.75rem 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; + border: 1px solid #e0e0e0; + background: #ffffff; border-radius: 4px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4621,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4640,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4653,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4663,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4675,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #CE93D8; + background-color: #673AB7; } .p-stepper .p-stepper-panels { - background: transparent; + background: #ffffff; padding: 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4696,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: transparent; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4721,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #CE93D8; + background-color: #673AB7; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4798,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -4824,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(206, 147, 216, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(103, 58, 183, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #CE93D8; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #673AB7; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: transparent; - color: #CE93D8; + background: #ffffff; + color: #673AB7; width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4849,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: transparent; + background: #ffffff; padding: 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; padding: 0.75rem; border-radius: 4px; gap: 0.5rem; @@ -4867,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4889,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4920,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4933,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4956,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4966,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; @@ -4991,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5001,8 +5009,8 @@ padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; width: 2rem; height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5012,28 +5020,28 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(206, 147, 216, 0.92); - color: #121212; + background: rgba(103, 58, 183, 0.92); + color: #ffffff; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-sidebar { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5044,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5052,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5069,29 +5077,29 @@ padding: 0.75rem; } .p-tooltip .p-tooltip-text { - background: #444444; - color: rgba(255, 255, 255, 0.87); + background: rgba(97, 97, 97, 0.9); + color: #ffffff; padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #444444; + border-right-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #444444; + border-left-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #444444; + border-top-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #444444; + border-bottom-color: rgba(97, 97, 97, 0.9); } .p-fileupload .p-fileupload-buttonbar { - background: #1e1e1e; + background: #ffffff; padding: 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5101,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #1e1e1e; + background: #ffffff; padding: 2rem 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5118,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e5e5e5; border-radius: 4px; padding: 0.75rem; } @@ -5133,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5162,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5322,81 +5330,81 @@ } .p-megamenu { padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-megamenu-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5406,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5416,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5430,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5439,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5482,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5562,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu.p-menu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5662,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5756,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5771,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5819,13 +5827,13 @@ display: flex; width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5836,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5857,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5964,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1.25rem; font-weight: 400; } @@ -5986,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6018,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6112,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6207,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6216,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6228,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6236,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); width: 100%; top: 50%; left: 0; @@ -6254,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -6284,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(206, 147, 216, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(103, 58, 183, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #CE93D8; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #673AB7; } .p-tieredmenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6311,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6629,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: rgba(255, 255, 255, 0.87); + color: #f6f6f6; width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6658,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6681,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.4); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6762,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: hsla(0, 0%, 100%, 0.12); + background-color: rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6785,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #1e1e1e; + border: 2px solid #ffffff; } .p-chip { - background-color: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; padding: 0 0.75rem; } @@ -6828,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #A5D6A7; + background: #4CAF50; } .p-scrolltop.p-link:hover { - background: rgba(165, 214, 167, 0.92); + background: rgba(76, 175, 80, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #121212; + color: #ffffff; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(255, 255, 255, 0.06); + background-color: rgba(0, 0, 0, 0.08); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); } .p-tag { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6886,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6895,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(206, 147, 216, 0.32); + background: rgba(103, 58, 183, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #CE93D8; + background: #673AB7; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #CE93D8; + background: #673AB7; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6955,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(206, 147, 216, 0.32); + background: rgba(103, 58, 183, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #CE93D8; + background: #673AB7; } .p-progressbar .p-progressbar-label { - color: #121212; + color: #ffffff; line-height: 4px; } .p-terminal { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 0.75rem; } .p-terminal .p-terminal-input { @@ -6979,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6988,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #A5D6A7; - color: #121212; + background-color: #4CAF50; + color: #ffffff; } .p-badge.p-badge-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-badge.p-badge-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-badge.p-badge-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-badge.p-badge-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7020,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } } @layer primereact { @@ -7066,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7084,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7101,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7130,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7142,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-button { font-weight: 500; @@ -7171,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.76); + background: rgba(103, 58, 183, 0.76); } .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); + background: rgba(103, 58, 183, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(103, 58, 183, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(103, 58, 183, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7198,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(255, 255, 255, 0.12) !important; - color: rgba(255, 255, 255, 0.38) !important; + background-color: rgba(0, 0, 0, 0.12) !important; + color: rgba(0, 0, 0, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(165, 214, 167, 0.76); + background: rgba(76, 175, 80, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(165, 214, 167, 0.68); + background: rgba(76, 175, 80, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(165, 214, 167, 0.12); + background: rgba(76, 175, 80, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(165, 214, 167, 0.16); + background-color: rgba(76, 175, 80, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(144, 202, 249, 0.76); + background: rgba(33, 150, 243, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); + background: rgba(33, 150, 243, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(144, 202, 249, 0.16); + background-color: rgba(33, 150, 243, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(197, 225, 165, 0.76); + background: rgba(104, 159, 56, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); + background: rgba(104, 159, 56, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(197, 225, 165, 0.16); + background-color: rgba(104, 159, 56, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(255, 245, 157, 0.76); + background: rgba(251, 192, 45, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); + background: rgba(251, 192, 45, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(255, 245, 157, 0.16); + background-color: rgba(251, 192, 45, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(206, 147, 216, 0.76); + background: rgba(156, 39, 176, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); + background: rgba(156, 39, 176, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(156, 39, 176, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(239, 154, 154, 0.76); + background: rgba(211, 47, 47, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); + background: rgba(211, 47, 47, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(239, 154, 154, 0.16); + background-color: rgba(211, 47, 47, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(255, 255, 255, 0.76); + background: rgba(33, 33, 33, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(255, 255, 255, 0.68); + background: rgba(33, 33, 33, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(33, 33, 33, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(255, 255, 255, 0.16); + background-color: rgba(33, 33, 33, 0.16); } .p-calendar-w-btn { - border: 1px solid hsla(0, 0%, 100%, 0.3); - background: #1e1e1e; + border: 1px solid rgba(0, 0, 0, 0.38); + background: #ffffff; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7354,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #CE93D8; - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + border-color: #673AB7; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7386,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(206, 147, 216, 0.16); + box-shadow: 0 0 0 1px rgba(103, 58, 183, 0.12); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #f44435; + border-color: #b00020; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7424,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7443,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7455,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7471,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #A5D6A7; - color: #121212; + background: #4CAF50; + color: #ffffff; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7482,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7502,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7530,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-checkbox { border-radius: 50%; @@ -7550,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; border-radius: 2px; position: relative; } @@ -7566,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #CE93D8; + border-color: #673AB7; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7613,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7635,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7664,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #CE93D8; + box-shadow: inset 0 2px 0 0 #673AB7; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #CE93D8; + box-shadow: inset 0 -2px 0 0 #673AB7; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7702,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-dropdown-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7722,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7741,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #A5D6A7; - color: #121212; + background: #4CAF50; + color: #ffffff; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(165, 214, 167, 0.68); - color: #121212; + background: rgba(76, 175, 80, 0.68); + color: #ffffff; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7807,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7837,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7853,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7880,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #1e1e1e; + background-color: #ffffff; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7890,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #CE93D8; + color: #673AB7; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.25rem; @@ -7907,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7935,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7964,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8006,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-panel { border-radius: 4px; @@ -8067,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8096,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-progressbar { border-radius: 0; @@ -8118,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #CE93D8; + border-color: #673AB7; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-rating { gap: 0; @@ -8160,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(103, 58, 183, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.12); + background: rgba(176, 0, 32, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.04); + background: rgba(176, 0, 32, 0.04); } .p-selectbutton .p-button:focus { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-selectbutton .p-button:focus.p-highlight { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } .p-slidemenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(165, 214, 167, 0.2); + box-shadow: 0 0 1px 10px rgba(76, 175, 80, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(103, 58, 183, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(103, 58, 183, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8213,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(165, 214, 167, 0.12); + background: rgba(76, 175, 80, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8267,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #CE93D8; - color: #121212; + background-color: #673AB7; + color: #ffffff; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8316,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #CE93D8; - color: #121212; + background-color: #673AB7; + color: #ffffff; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8337,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(206, 147, 216, 0.12); + background-color: rgba(103, 58, 183, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8348,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #CE93D8; + background-color: #673AB7; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-toolbar { border: 0 none; @@ -8365,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8378,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-treeselect-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8398,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8440,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8472,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(206, 147, 216, 0.12); + background-color: rgba(103, 58, 183, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(206, 147, 216, 0.12); + background-color: rgba(103, 58, 183, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #CE93D8; + background-color: #673AB7; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } } /* Customizations to the designer theme should be defined here */ diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index cf979eb2fb..2d888bd4ec 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #1e1e1e; - --surface-b: #121212; - --surface-c: hsla(0, 0%, 100%, 0.04); - --surface-d: hsla(0, 0%, 100%, 0.12); - --surface-e: #1e1e1e; - --surface-f: #262626; - --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); - --primary-color: #9FA8DA; - --primary-color-text: #121212; - --surface-0: #121212; - --surface-50: #2a2a2a; - --surface-100: #414141; - --surface-200: #595959; - --surface-300: #717171; - --surface-400: #898989; - --surface-500: #a0a0a0; - --surface-600: #b8b8b8; - --surface-700: #d0d0d0; - --surface-800: #e7e7e7; - --surface-900: #ffffff; - --gray-50: #e7e7e7; - --gray-100: #d0d0d0; - --gray-200: #b8b8b8; - --gray-300: #a0a0a0; - --gray-400: #898989; - --gray-500: #717171; - --gray-600: #595959; - --gray-700: #414141; - --gray-800: #2a2a2a; - --gray-900: #121212; + --surface-a: #ffffff; + --surface-b: #fafafa; + --surface-c: rgba(0, 0, 0, 0.04); + --surface-d: rgba(0, 0, 0, 0.12); + --surface-e: #ffffff; + --surface-f: #ffffff; + --text-color: rgba(0, 0, 0, 0.87); + --text-color-secondary: rgba(0, 0, 0, 0.6); + --primary-color: #3F51B5; + --primary-color-text: #ffffff; + --surface-0: #ffffff; + --surface-50: #fafafa; + --surface-100: #f5f5f5; + --surface-200: #eeeeee; + --surface-300: #e0e0e0; + --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: #e0e0e0; + --gray-400: #bdbdbd; + --gray-500: #9e9e9e; + --gray-600: #757575; + --gray-700: #616161; + --gray-800: #424242; + --gray-900: #212121; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #121212; - --surface-section: #121212; - --surface-card: #1e1e1e; - --surface-overlay: #262626; - --surface-border: hsla(0, 0%, 100%, 0.12); - --surface-hover: hsla(0, 0%, 100%, 0.04); + --surface-ground: #fafafa; + --surface-section: #ffffff; + --surface-card: #ffffff; + --surface-overlay: #ffffff; + --surface-border: rgba(0, 0, 0, 0.12); + --surface-hover: rgba(0, 0, 0, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(159, 168, 218, 0.16); - --highlight-text-color: #9FA8DA; - color-scheme: dark; + --highlight-bg: rgba(63, 81, 181, 0.12); + --highlight-text-color: #3F51B5; + color-scheme: light; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#fafbfd; - --primary-100:#e8eaf6; - --primary-200:#d6daef; - --primary-300:#c3c9e8; - --primary-400:#b1b9e1; - --primary-500:#9fa8da; - --primary-600:#878fb9; - --primary-700:#6f7699; - --primary-800:#575c78; - --primary-900:#404357; + --primary-50:#f5f6fb; + --primary-100:#d1d5ed; + --primary-200:#acb4df; + --primary-300:#8893d1; + --primary-400:#6372c3; + --primary-500:#3f51b5; + --primary-600:#36459a; + --primary-700:#2c397f; + --primary-800:#232d64; + --primary-900:#192048; } .p-editor-container .p-editor-toolbar { - background: #1e1e1e; + background: #ffffff; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(255, 255, 255, 0.6); + stroke: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(255, 255, 255, 0.6); + fill: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 0.75rem 0.75rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-content .ql-editor { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #9FA8DA; + color: #3F51B5; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #9FA8DA; + stroke: #3F51B5; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #9FA8DA; + fill: #3F51B5; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #9FA8DA; + color: #3F51B5; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #f44435; + color: #b00020; } .p-text-secondary { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-autocomplete-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-datepicker { padding: 0.5rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #2b2b2b; + background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; margin: 0; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #9FA8DA; + color: #3F51B5; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: transparent; - color: rgba(255, 255, 255, 0.87); - border-color: rgba(255, 255, 255, 0.5); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border-color: rgb(0, 0, 0); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker .p-datepicker-buttonbar { padding: 0.75rem 0; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid hsla(0, 0%, 100%, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-cascadeselect.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-cascadeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 0.75rem 0.75rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #9FA8DA; - background: #9FA8DA; + border-color: #3F51B5; + background: #3F51B5; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #9FA8DA; - background: #9FA8DA; - color: #121212; + border-color: #3F51B5; + background: #3F51B5; + color: #ffffff; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #f44435; + border-color: #b00020; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: hsla(0, 0%, 100%, 0.24); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.24); + color: rgba(0, 0, 0, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #2b2b2b; - border: 1px solid #1e1e1e; + background: #323232; + border: 1px solid #191919; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-dropdown.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-dropdown-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-inputgroup-addon { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.6); - border-top: 1px solid hsla(0, 0%, 100%, 0.3); - border-left: 1px solid hsla(0, 0%, 100%, 0.3); - border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.6); + border-top: 1px solid rgba(0, 0, 0, 0.38); + border-left: 1px solid rgba(0, 0, 0, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.38); padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid hsla(0, 0%, 100%, 0.3); + border-right: 1px solid rgba(0, 0, 0, 0.38); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #bdbdbd; + background: #ffffff; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(159, 168, 218, 0.5); + background: rgba(63, 81, 181, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #9FA8DA; + background: #3F51B5; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(159, 168, 218, 0.5); + background: rgba(63, 81, 181, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #f44435; + border-color: #b00020; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; padding: 0.75rem 0.75rem; - border: 1px solid hsla(0, 0%, 100%, 0.3); + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-inputtext.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputtext.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-inputtext.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-inputtext.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,41 +1366,47 @@ } .p-float-label > label { left: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #f44435; + color: #b00020; } .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } ::-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-input-filled .p-inputtext { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-inputtext:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1467,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1488,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1498,7 +1506,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } @@ -1509,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-listbox.p-invalid { - border-color: #f44435; + border-color: #b00020; } .p-mention-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1562,18 +1570,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-multiselect { display: inline-flex; @@ -1664,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-multiselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1707,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.375rem 0.75rem; } .p-multiselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1739,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1748,16 +1756,16 @@ margin-left: 0.5rem; width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1771,7 +1779,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1783,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1799,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-password-panel { padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(159, 168, 218, 0.32); + background: rgba(63, 81, 181, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #ef9a9a; + background: #d32f2f; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fff59d; + background: #fbc02d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #c5e1a5; + background: #689f38; } .p-radiobutton { position: relative; @@ -1873,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 20px; height: 20px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1890,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #9FA8DA; + background-color: #3F51B5; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #9FA8DA; - background: #121212; + border-color: #3F51B5; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #9FA8DA; - background: #121212; + border-color: #3F51B5; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #9FA8DA; + background-color: #3F51B5; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #f44435; + border-color: #b00020; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-rating { position: relative; @@ -1960,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #9FA8DA; + color: #3F51B5; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1rem; } @@ -1969,7 +1977,7 @@ height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1977,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #9FA8DA; + color: #3F51B5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #9FA8DA; + color: #3F51B5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-selectbutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-slider { - background: hsla(0, 0%, 100%, 0.3); + background: #c1c1c1; border: 0 none; border-radius: 4px; } @@ -2047,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #9FA8DA; + background: #3F51B5; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2058,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #9FA8DA; + background: #3F51B5; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #9FA8DA; + background: #3F51B5; border-color: 0 none; } .p-treeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 1.75rem; } .p-treeselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.375rem 0.75rem; } .p-treeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2146,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 3.5rem; @@ -2157,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2178,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-togglebutton { position: relative; @@ -2214,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-togglebutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-button { - color: #121212; - background: #9FA8DA; + color: #ffffff; + background: #3F51B5; border: 0 none; padding: 0.571rem 0.75rem; font-size: 1rem; @@ -2274,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(159, 168, 218, 0.92); - color: #121212; + background: rgba(63, 81, 181, 0.92); + color: #ffffff; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.68); - color: #121212; + background: rgba(63, 81, 181, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button:focus { outline: 0 none; @@ -2361,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #9FA8DA; - background-color: #121212; + color: #3F51B5; + background-color: #ffffff; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2424,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #121212; - background: #F48FB1; + color: #ffffff; + background: #ff4081; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(244, 143, 177, 0.92); - color: #121212; + background: rgba(255, 64, 129, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(244, 143, 177, 0.68); - color: #121212; + background: rgba(255, 64, 129, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #F48FB1; + color: #ff4081; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); - color: #F48FB1; + background: rgba(255, 64, 129, 0.04); + color: #ff4081; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); - color: #F48FB1; + background: rgba(255, 64, 129, 0.16); + color: #ff4081; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #F48FB1; + color: #ff4081; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); + background: rgba(255, 64, 129, 0.04); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #212121; - background: #90caf9; + color: #ffffff; + background: #2196f3; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(144, 202, 249, 0.92); - color: #212121; + background: rgba(33, 150, 243, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); - color: #212121; + background: rgba(33, 150, 243, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #212121; - background: #c5e1a5; + color: #ffffff; + background: #689f38; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(197, 225, 165, 0.92); - color: #212121; + background: rgba(104, 159, 56, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); - color: #212121; + background: rgba(104, 159, 56, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212121; - background: #fff59d; + color: #212529; + background: #fbc02d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(255, 245, 157, 0.92); - color: #212121; + background: rgba(251, 192, 45, 0.92); + color: #212529; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); - color: #212121; + background: rgba(251, 192, 45, 0.68); + color: #212529; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #212121; - background: #ce93d8; + color: #ffffff; + background: #9c27b0; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(206, 147, 216, 0.92); - color: #212121; + background: rgba(156, 39, 176, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); - color: #212121; + background: rgba(156, 39, 176, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #212121; - background: #ef9a9a; + color: #ffffff; + background: #d32f2f; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(239, 154, 154, 0.92); - color: #212121; + background: rgba(211, 47, 47, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); - color: #212121; + background: rgba(211, 47, 47, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #121212; - background: #ffffff; - border: 1px solid #ffffff; + color: #ffffff; + background: #212121; + border: 1px solid #212121; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #d0d0d0; - color: #121212; - border-color: #d0d0d0; + background: #424242; + color: #ffffff; + border-color: #424242; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #b8b8b8; - color: #121212; - border-color: #b8b8b8; + background: #616161; + color: #ffffff; + border-color: #616161; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #ffffff; + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: #ffffff; + background: rgba(33, 33, 33, 0.04); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: #ffffff; + background: rgba(33, 33, 33, 0.16); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #ffffff; + color: #212121; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(33, 33, 33, 0.04); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-link { - color: #9FA8DA; + color: #3F51B5; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2779,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-splitbutton { @@ -2787,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2870,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #F48FB1; + color: #ff4081; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); - color: #F48FB1; + background: rgba(255, 64, 129, 0.04); + color: #ff4081; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); - color: #F48FB1; + background: rgba(255, 64, 129, 0.16); + color: #ff4081; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #F48FB1; + color: #ff4081; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); + background: rgba(255, 64, 129, 0.04); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3053,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #F48FB1; - color: #212121; + background: #ff4081; + color: #fff; } .p-speeddial-action:hover { - background: rgba(244, 143, 177, 0.92); - color: #212121; + background: rgba(255, 64, 129, 0.92); + color: #fff; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3104,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3112,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3134,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3156,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3174,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3199,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } @@ -3245,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3255,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3274,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(159, 168, 218, 0.16); + box-shadow: inset 0 2px 0 0 rgba(63, 81, 181, 0.12); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(159, 168, 218, 0.16); + box-shadow: inset 0 -2px 0 0 rgba(63, 81, 181, 0.12); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-column-resizer-helper { - background: #9FA8DA; + background: #3F51B5; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #1e1e1e; + background-color: #ffffff; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3385,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #9FA8DA; + color: #3F51B5; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #9FA8DA; + color: #3F51B5; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.375rem 0.375rem; @@ -3431,7 +3439,7 @@ padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { - background: rgba(159, 168, 218, 0.16); + background: rgba(63, 81, 181, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3442,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 0.75rem; } .p-dataview .p-dataview-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3481,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3515,24 +3523,24 @@ .p-column-filter-menu-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3542,16 +3550,16 @@ .p-column-filter-clear-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3559,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3573,18 +3581,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3592,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 0.75rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3630,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3641,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 0.75rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3650,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3665,57 +3673,57 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: rgba(0, 0, 0, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(69, 86, 180, 0.16); + color: rgba(30, 39, 86, 0.12); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-right: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-top: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3729,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: solid #e4e4e4; border-width: 0; padding: 0.375rem 0.75rem; border-radius: 4px; @@ -3742,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3753,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3782,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3791,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(159, 168, 218, 0.16); - border-color: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + border-color: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { padding: 0.75rem; @@ -3815,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3826,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 0.75rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3835,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3850,24 +3858,24 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-tree-container { margin: 0; @@ -3926,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0.75rem; border-radius: 4px; } @@ -3950,16 +3958,16 @@ margin-right: 0.5rem; width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3968,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #9FA8DA; + color: #3F51B5; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #9FA8DA; + color: #3F51B5; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4005,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 0.75rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4021,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(105, 119, 197, 0.16); + background: rgba(50, 65, 145, 0.12); } .p-treetable { position: relative; @@ -4159,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -4177,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4205,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4260,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #9FA8DA; + color: #3F51B5; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #9FA8DA; + color: #3F51B5; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-column-resizer-helper { - background: #9FA8DA; + background: #3F51B5; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4319,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #9FA8DA; + color: #3F51B5; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #9FA8DA; + color: #3F51B5; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.65625rem 0.65625rem; @@ -4391,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.25rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 400; border-radius: 4px; transition: none; @@ -4406,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { padding: 0.75rem 1.25rem; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4462,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4478,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { padding: 0.75rem 0; @@ -4487,16 +4495,16 @@ padding: 0.75rem 0 0 0; } .p-fieldset { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; border-radius: 4px; } @@ -4506,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; } @@ -4519,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(255, 255, 255, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { padding: 0.75rem; } .p-divider .p-divider-content { - background-color: #1e1e1e; + background-color: #ffffff; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px hsla(0, 0%, 100%, 0.12); + border-top: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4544,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px hsla(0, 0%, 100%, 0.12); + border-left: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4563,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4588,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 0.75rem 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; + border: 1px solid #e0e0e0; + background: #ffffff; border-radius: 4px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4621,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4640,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4653,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4663,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4675,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #9FA8DA; + background-color: #3F51B5; } .p-stepper .p-stepper-panels { - background: transparent; + background: #ffffff; padding: 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4696,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: transparent; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4721,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #9FA8DA; + background-color: #3F51B5; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4798,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -4824,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(159, 168, 218, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(63, 81, 181, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #9FA8DA; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #3F51B5; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: transparent; - color: #9FA8DA; + background: #ffffff; + color: #3F51B5; width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4849,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: transparent; + background: #ffffff; padding: 0.75rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; padding: 0.75rem; border-radius: 4px; gap: 0.5rem; @@ -4867,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4889,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4920,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4933,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4956,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4966,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; @@ -4991,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5001,8 +5009,8 @@ padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; width: 2rem; height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5012,28 +5020,28 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(159, 168, 218, 0.92); - color: #121212; + background: rgba(63, 81, 181, 0.92); + color: #ffffff; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-sidebar { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5044,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5052,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5069,29 +5077,29 @@ padding: 0.75rem; } .p-tooltip .p-tooltip-text { - background: #444444; - color: rgba(255, 255, 255, 0.87); + background: rgba(97, 97, 97, 0.9); + color: #ffffff; padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #444444; + border-right-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #444444; + border-left-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #444444; + border-top-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #444444; + border-bottom-color: rgba(97, 97, 97, 0.9); } .p-fileupload .p-fileupload-buttonbar { - background: #1e1e1e; + background: #ffffff; padding: 0.75rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5101,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #1e1e1e; + background: #ffffff; padding: 2rem 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5118,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e5e5e5; border-radius: 4px; padding: 0.75rem; } @@ -5133,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5162,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5322,81 +5330,81 @@ } .p-megamenu { padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-megamenu-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5406,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5416,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5430,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5439,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5482,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5562,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu.p-menu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 0.75rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5662,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5756,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5771,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5819,13 +5827,13 @@ display: flex; width: 2rem; height: 2rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5836,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5857,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5964,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1.25rem; font-weight: 400; } @@ -5986,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6018,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6112,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6207,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 0.75rem 0.75rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6216,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6228,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6236,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); width: 100%; top: 50%; left: 0; @@ -6254,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -6284,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(159, 168, 218, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(63, 81, 181, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #9FA8DA; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #3F51B5; } .p-tieredmenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6311,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6629,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: rgba(255, 255, 255, 0.87); + color: #f6f6f6; width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6658,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6681,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.4); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6762,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: hsla(0, 0%, 100%, 0.12); + background-color: rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6785,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #1e1e1e; + border: 2px solid #ffffff; } .p-chip { - background-color: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; padding: 0 0.75rem; } @@ -6828,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #F48FB1; + background: #ff4081; } .p-scrolltop.p-link:hover { - background: rgba(244, 143, 177, 0.92); + background: rgba(255, 64, 129, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #121212; + color: #ffffff; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(255, 255, 255, 0.06); + background-color: rgba(0, 0, 0, 0.08); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); } .p-tag { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6886,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6895,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(159, 168, 218, 0.32); + background: rgba(63, 81, 181, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #9FA8DA; + background: #3F51B5; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #9FA8DA; + background: #3F51B5; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6955,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(159, 168, 218, 0.32); + background: rgba(63, 81, 181, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #9FA8DA; + background: #3F51B5; } .p-progressbar .p-progressbar-label { - color: #121212; + color: #ffffff; line-height: 4px; } .p-terminal { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 0.75rem; } .p-terminal .p-terminal-input { @@ -6979,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6988,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #F48FB1; - color: #121212; + background-color: #ff4081; + color: #ffffff; } .p-badge.p-badge-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-badge.p-badge-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-badge.p-badge-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-badge.p-badge-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7020,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } } @layer primereact { @@ -7066,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7084,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7101,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7130,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7142,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-button { font-weight: 500; @@ -7171,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(159, 168, 218, 0.76); + background: rgba(63, 81, 181, 0.76); } .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.68); + background: rgba(63, 81, 181, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(159, 168, 218, 0.12); + background: rgba(63, 81, 181, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); + background: rgba(63, 81, 181, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7198,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(255, 255, 255, 0.12) !important; - color: rgba(255, 255, 255, 0.38) !important; + background-color: rgba(0, 0, 0, 0.12) !important; + color: rgba(0, 0, 0, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(244, 143, 177, 0.76); + background: rgba(255, 64, 129, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(244, 143, 177, 0.68); + background: rgba(255, 64, 129, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(244, 143, 177, 0.12); + background: rgba(255, 64, 129, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(244, 143, 177, 0.16); + background-color: rgba(255, 64, 129, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(144, 202, 249, 0.76); + background: rgba(33, 150, 243, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); + background: rgba(33, 150, 243, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(144, 202, 249, 0.16); + background-color: rgba(33, 150, 243, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(197, 225, 165, 0.76); + background: rgba(104, 159, 56, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); + background: rgba(104, 159, 56, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(197, 225, 165, 0.16); + background-color: rgba(104, 159, 56, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(255, 245, 157, 0.76); + background: rgba(251, 192, 45, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); + background: rgba(251, 192, 45, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(255, 245, 157, 0.16); + background-color: rgba(251, 192, 45, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(206, 147, 216, 0.76); + background: rgba(156, 39, 176, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); + background: rgba(156, 39, 176, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(156, 39, 176, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(239, 154, 154, 0.76); + background: rgba(211, 47, 47, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); + background: rgba(211, 47, 47, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(239, 154, 154, 0.16); + background-color: rgba(211, 47, 47, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(255, 255, 255, 0.76); + background: rgba(33, 33, 33, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(255, 255, 255, 0.68); + background: rgba(33, 33, 33, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(33, 33, 33, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(255, 255, 255, 0.16); + background-color: rgba(33, 33, 33, 0.16); } .p-calendar-w-btn { - border: 1px solid hsla(0, 0%, 100%, 0.3); - background: #1e1e1e; + border: 1px solid rgba(0, 0, 0, 0.38); + background: #ffffff; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7354,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #9FA8DA; - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + border-color: #3F51B5; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7386,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(159, 168, 218, 0.16); + box-shadow: 0 0 0 1px rgba(63, 81, 181, 0.12); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #f44435; + border-color: #b00020; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7424,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7443,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7455,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7471,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #F48FB1; - color: #121212; + background: #ff4081; + color: #ffffff; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7482,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7502,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7530,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-checkbox { border-radius: 50%; @@ -7550,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; border-radius: 2px; position: relative; } @@ -7566,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #9FA8DA; + border-color: #3F51B5; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7613,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7635,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7664,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #9FA8DA; + box-shadow: inset 0 2px 0 0 #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #9FA8DA; + box-shadow: inset 0 -2px 0 0 #3F51B5; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7702,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-dropdown-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7722,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7741,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #F48FB1; - color: #121212; + background: #ff4081; + color: #ffffff; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(244, 143, 177, 0.68); - color: #121212; + background: rgba(255, 64, 129, 0.68); + color: #ffffff; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7807,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7837,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7853,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7880,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #1e1e1e; + background-color: #ffffff; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7890,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #9FA8DA; + color: #3F51B5; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.25rem; @@ -7907,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7935,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7964,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8006,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-panel { border-radius: 4px; @@ -8067,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8096,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-progressbar { border-radius: 0; @@ -8118,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #9FA8DA; + border-color: #3F51B5; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-rating { gap: 0; @@ -8160,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(159, 168, 218, 0.12); + background: rgba(63, 81, 181, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.12); + background: rgba(176, 0, 32, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.04); + background: rgba(176, 0, 32, 0.04); } .p-selectbutton .p-button:focus { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-selectbutton .p-button:focus.p-highlight { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } .p-slidemenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(244, 143, 177, 0.2); + box-shadow: 0 0 1px 10px rgba(255, 64, 129, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(159, 168, 218, 0.12); + background: rgba(63, 81, 181, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); + background: rgba(63, 81, 181, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8213,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(244, 143, 177, 0.12); + background: rgba(255, 64, 129, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8267,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #9FA8DA; - color: #121212; + background-color: #3F51B5; + color: #ffffff; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8316,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #9FA8DA; - color: #121212; + background-color: #3F51B5; + color: #ffffff; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8337,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(159, 168, 218, 0.12); + background-color: rgba(63, 81, 181, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8348,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #9FA8DA; + background-color: #3F51B5; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-toolbar { border: 0 none; @@ -8365,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8378,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-treeselect-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8398,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8440,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8472,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(159, 168, 218, 0.12); + background-color: rgba(63, 81, 181, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(159, 168, 218, 0.12); + background-color: rgba(63, 81, 181, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #9FA8DA; + background-color: #3F51B5; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } } /* Customizations to the designer theme should be defined here */ diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index 5e31e1de4a..f2a12457b2 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -242,7 +242,7 @@ background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 0.75rem; + right: 1rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 3rem; + right: 4rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #673AB7; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(103, 58, 183, 0.12); color: #673AB7; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2rem; + line-height: 2.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(103, 58, 183, 0.12); } .p-datepicker .p-datepicker-buttonbar { - padding: 0.75rem 0; + padding: 1rem 0; border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); @@ -735,7 +735,7 @@ background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #673AB7; } .p-chips .p-chips-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 1.75rem; - margin-right: -1.75rem; + padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid rgba(0, 0, 0, 0.38); border-left: 1px solid rgba(0, 0, 0, 0.38); border-bottom: 1px solid rgba(0, 0, 0, 0.38); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #b00020; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(0, 0, 0, 0.87); background: #ffffff; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-float-label > label { - left: 0.75rem; + left: 1rem; color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } @@ -1373,13 +1373,19 @@ color: #b00020; } .p-icon-field-left > .p-inputtext { - padding-left: 2.5rem; + padding-left: 3rem; + } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 3rem; } .p-icon-field-left.p-float-label > label { - left: 2.5rem; + left: 3rem; } .p-icon-field-right > .p-inputtext { - padding-right: 2.5rem; + padding-right: 3rem; + } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 3rem; } ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.6); @@ -1404,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-icon-field { position: relative; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { - left: 0.75rem; + .p-icon-field-left > .p-input-icon { + left: 1rem; color: rgba(0, 0, 0, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { - right: 0.75rem; + .p-icon-field-right > .p-input-icon { + right: 1rem; color: rgba(0, 0, 0, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1437,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 2.5rem; + width: 3rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1475,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1484,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { @@ -1496,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); transition: none; @@ -1514,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1560,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1689,14 +1697,14 @@ background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -1716,7 +1724,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-multiselect-panel { background: #ffffff; @@ -1726,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1735,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 1.75rem; + padding-right: 2rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1746,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -1769,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1798,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1812,7 +1820,7 @@ border-color: #b00020; } .p-password-panel { - padding: 0.75rem; + padding: 1rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; @@ -1962,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #673AB7; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1rem; + font-size: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1rem; - height: 1rem; + width: 1.143rem; + height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #b00020; @@ -2080,7 +2088,7 @@ border-color: #673AB7; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect.p-variant-filled { background: #f5f5f5; @@ -2092,14 +2100,14 @@ background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -2120,7 +2128,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-treeselect-panel { background: #ffffff; @@ -2130,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -2142,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 3.5rem; + padding-right: 4rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 2.5rem; + right: 3rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -2177,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -2268,7 +2276,7 @@ color: #ffffff; background: #673AB7; border: 0 none; - padding: 0.571rem 0.75rem; + padding: 0.714rem 1rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2371,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 2.25rem; - padding: 0.571rem; + width: 3rem; + padding: 0.714rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2380,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 2.25rem; + height: 3rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2415,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-fluid .p-button-group { display: flex; @@ -2847,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3102,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3160,7 +3168,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3168,12 +3176,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3183,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3237,14 +3245,14 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3401,34 +3409,34 @@ background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { background: rgba(103, 58, 183, 0.16); @@ -3446,21 +3454,21 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-dataview .p-dataview-footer { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3485,14 +3493,14 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(0, 0, 0, 0.12); @@ -3503,7 +3511,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3513,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3540,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3571,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -3596,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -3605,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3618,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3633,23 +3641,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { @@ -3662,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3716,7 +3724,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0.75rem; + padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3733,7 +3741,7 @@ color: rgba(0, 0, 0, 0.87); border: solid #e4e4e4; border-width: 0; - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3809,7 +3817,7 @@ color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { - padding: 0.75rem; + padding: 1rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3818,23 +3826,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { @@ -3847,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3929,7 +3937,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0.75rem; + padding: 1rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3944,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.25rem; + padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4001,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 1.75rem; + padding-right: 2rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { @@ -4163,7 +4171,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4171,12 +4179,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4186,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4232,11 +4240,11 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4335,34 +4343,34 @@ background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4389,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.25rem; + padding: 1.5rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4423,7 +4431,7 @@ color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; border: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4468,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 0.75rem; + padding: 1rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4481,10 +4489,10 @@ color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { - padding: 0.75rem 0; + padding: 1rem 0; } .p-card .p-card-footer { - padding: 0.75rem 0 0 0; + padding: 1rem 0 0 0; } .p-fieldset { border: 1px solid #e0e0e0; @@ -4493,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 0.75rem; + padding: 1rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4505,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; @@ -4524,7 +4532,7 @@ color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { - padding: 0.75rem; + padding: 1rem; } .p-divider .p-divider-content { background-color: #ffffff; @@ -4551,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; @@ -4561,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4587,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 0.75rem; + padding: 1rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4596,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4679,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: #ffffff; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { @@ -4811,7 +4819,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4839,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: #ffffff; color: #673AB7; - width: 2.25rem; + width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4850,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: #ffffff; - padding: 0.75rem; + padding: 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; @@ -4859,7 +4867,7 @@ .p-toolbar { background: #ffffff; border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; border-radius: 4px; gap: 0.5rem; } @@ -4874,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.25rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.25rem 0.75rem 1.25rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4922,7 +4930,7 @@ border-bottom: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1.25rem; + padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4931,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4958,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0 1.25rem 1.25rem 1.25rem; + padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4968,7 +4976,7 @@ border-top: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -4998,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 0.75rem; + padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { background: #673AB7; color: #ffffff; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1rem; - right: -1rem; + top: -1.25rem; + right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(103, 58, 183, 0.92); @@ -5038,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 0.75rem; + padding: 1rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -5066,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 0.75rem; + padding: 1rem; } .p-tooltip .p-tooltip-text { background: rgba(97, 97, 97, 0.9); @@ -5089,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #ffffff; - padding: 0.75rem; + padding: 1rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; @@ -5112,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5121,7 +5129,7 @@ background: #ffffff; border: 1px solid #e5e5e5; border-radius: 4px; - padding: 0.75rem; + padding: 1rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5174,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5321,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 0.75rem; + padding: 1rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5337,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5394,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5414,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5435,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5488,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5575,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5631,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5643,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 0.75rem; + padding: 1rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5658,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5690,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5754,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5797,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5817,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5863,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5937,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5971,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(0, 0, 0, 0.87); - padding: 1.25rem; + padding: 1.5rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6024,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6125,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6206,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6267,7 +6275,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6322,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6383,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border-radius: 4px; } @@ -6438,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 0.75rem 0; + margin: 1rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1rem 1.25rem; + padding: 1.25rem 1.5rem; } .p-message .p-message-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6534,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.25rem; + padding: 1.5rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6791,20 +6799,20 @@ background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); border-radius: 16px; - padding: 0 0.75rem; + padding: 0 1rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.375rem; - margin-bottom: 0.375rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.25rem; - height: 2.25rem; - margin-left: -0.75rem; + width: 2.5rem; + height: 2.5rem; + margin-left: -1rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6971,7 +6979,7 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7521,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7893,8 +7901,8 @@ color: #673AB7; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7988,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8209,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(2.25rem + 1px); + width: calc(3rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8422,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index f093bd8f4d..19da9e338d 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -242,7 +242,7 @@ background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 0.75rem; + right: 1rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 3rem; + right: 4rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #3F51B5; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(63, 81, 181, 0.12); color: #3F51B5; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2rem; + line-height: 2.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(63, 81, 181, 0.12); } .p-datepicker .p-datepicker-buttonbar { - padding: 0.75rem 0; + padding: 1rem 0; border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); @@ -735,7 +735,7 @@ background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #3F51B5; } .p-chips .p-chips-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 1.75rem; - margin-right: -1.75rem; + padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid rgba(0, 0, 0, 0.38); border-left: 1px solid rgba(0, 0, 0, 0.38); border-bottom: 1px solid rgba(0, 0, 0, 0.38); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #b00020; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(0, 0, 0, 0.87); background: #ffffff; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-float-label > label { - left: 0.75rem; + left: 1rem; color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } @@ -1373,13 +1373,19 @@ color: #b00020; } .p-icon-field-left > .p-inputtext { - padding-left: 2.5rem; + padding-left: 3rem; + } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 3rem; } .p-icon-field-left.p-float-label > label { - left: 2.5rem; + left: 3rem; } .p-icon-field-right > .p-inputtext { - padding-right: 2.5rem; + padding-right: 3rem; + } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 3rem; } ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.6); @@ -1404,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-icon-field { position: relative; @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { - left: 0.75rem; + .p-icon-field-left > .p-input-icon { + left: 1rem; color: rgba(0, 0, 0, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { - right: 0.75rem; + .p-icon-field-right > .p-input-icon { + right: 1rem; color: rgba(0, 0, 0, 0.6); + z-index: 1; } .p-inputotp { display: flex; @@ -1437,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 2.5rem; + width: 3rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1475,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1484,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { @@ -1496,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); transition: none; @@ -1514,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1560,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1689,14 +1697,14 @@ background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -1716,7 +1724,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-multiselect-panel { background: #ffffff; @@ -1726,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1735,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 1.75rem; + padding-right: 2rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1746,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -1769,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1798,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1812,7 +1820,7 @@ border-color: #b00020; } .p-password-panel { - padding: 0.75rem; + padding: 1rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; @@ -1962,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #3F51B5; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1rem; + font-size: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1rem; - height: 1rem; + width: 1.143rem; + height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #b00020; @@ -2080,7 +2088,7 @@ border-color: #3F51B5; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect.p-variant-filled { background: #f5f5f5; @@ -2092,14 +2100,14 @@ background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -2120,7 +2128,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-treeselect-panel { background: #ffffff; @@ -2130,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -2142,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 3.5rem; + padding-right: 4rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 2.5rem; + right: 3rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -2177,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -2268,7 +2276,7 @@ color: #ffffff; background: #3F51B5; border: 0 none; - padding: 0.571rem 0.75rem; + padding: 0.714rem 1rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2371,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 2.25rem; - padding: 0.571rem; + width: 3rem; + padding: 0.714rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2380,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 2.25rem; + height: 3rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2415,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-fluid .p-button-group { display: flex; @@ -2847,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3102,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3160,7 +3168,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3168,12 +3176,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3183,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3237,14 +3245,14 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3401,34 +3409,34 @@ background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { background: rgba(63, 81, 181, 0.16); @@ -3446,21 +3454,21 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-dataview .p-dataview-footer { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3485,14 +3493,14 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(0, 0, 0, 0.12); @@ -3503,7 +3511,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3513,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3540,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3571,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -3596,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -3605,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3618,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3633,23 +3641,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { @@ -3662,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3716,7 +3724,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0.75rem; + padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3733,7 +3741,7 @@ color: rgba(0, 0, 0, 0.87); border: solid #e4e4e4; border-width: 0; - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3809,7 +3817,7 @@ color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { - padding: 0.75rem; + padding: 1rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3818,23 +3826,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { @@ -3847,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3929,7 +3937,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0.75rem; + padding: 1rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3944,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.25rem; + padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4001,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 1.75rem; + padding-right: 2rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { @@ -4163,7 +4171,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4171,12 +4179,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4186,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4232,11 +4240,11 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4335,34 +4343,34 @@ background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4389,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.25rem; + padding: 1.5rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4423,7 +4431,7 @@ color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; border: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4468,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 0.75rem; + padding: 1rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4481,10 +4489,10 @@ color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { - padding: 0.75rem 0; + padding: 1rem 0; } .p-card .p-card-footer { - padding: 0.75rem 0 0 0; + padding: 1rem 0 0 0; } .p-fieldset { border: 1px solid #e0e0e0; @@ -4493,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 0.75rem; + padding: 1rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4505,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; @@ -4524,7 +4532,7 @@ color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { - padding: 0.75rem; + padding: 1rem; } .p-divider .p-divider-content { background-color: #ffffff; @@ -4551,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; @@ -4561,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4587,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 0.75rem; + padding: 1rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4596,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4679,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: #ffffff; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { @@ -4811,7 +4819,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4839,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: #ffffff; color: #3F51B5; - width: 2.25rem; + width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4850,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: #ffffff; - padding: 0.75rem; + padding: 1rem; border: 0 none; color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; @@ -4859,7 +4867,7 @@ .p-toolbar { background: #ffffff; border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; border-radius: 4px; gap: 0.5rem; } @@ -4874,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.25rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.25rem 0.75rem 1.25rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4922,7 +4930,7 @@ border-bottom: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1.25rem; + padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4931,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4958,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0 1.25rem 1.25rem 1.25rem; + padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4968,7 +4976,7 @@ border-top: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -4998,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 0.75rem; + padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { background: #3F51B5; color: #ffffff; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1rem; - right: -1rem; + top: -1.25rem; + right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(63, 81, 181, 0.92); @@ -5038,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 0.75rem; + padding: 1rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -5066,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 0.75rem; + padding: 1rem; } .p-tooltip .p-tooltip-text { background: rgba(97, 97, 97, 0.9); @@ -5089,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #ffffff; - padding: 0.75rem; + padding: 1rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; @@ -5112,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5121,7 +5129,7 @@ background: #ffffff; border: 1px solid #e5e5e5; border-radius: 4px; - padding: 0.75rem; + padding: 1rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5174,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5321,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 0.75rem; + padding: 1rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5337,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5394,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5414,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5435,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5488,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5575,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5631,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5643,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 0.75rem; + padding: 1rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5658,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5690,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5754,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5797,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5817,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5863,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5937,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5971,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(0, 0, 0, 0.87); - padding: 1.25rem; + padding: 1.5rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6024,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6125,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6206,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6267,7 +6275,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6322,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6383,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border-radius: 4px; } @@ -6438,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 0.75rem 0; + margin: 1rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1rem 1.25rem; + padding: 1.25rem 1.5rem; } .p-message .p-message-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6534,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.25rem; + padding: 1.5rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6791,20 +6799,20 @@ background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); border-radius: 16px; - padding: 0 0.75rem; + padding: 0 1rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.375rem; - margin-bottom: 0.375rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.25rem; - height: 2.25rem; - margin-left: -0.75rem; + width: 2.5rem; + height: 2.5rem; + margin-left: -1rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6971,7 +6979,7 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 0.75rem; + padding: 1rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7521,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7893,8 +7901,8 @@ color: #3F51B5; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7988,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8209,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(2.25rem + 1px); + width: calc(3rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8422,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/mira/theme.css b/public/themes/mira/theme.css index 00981693de..03c22ab8d2 100644 --- a/public/themes/mira/theme.css +++ b/public/themes/mira/theme.css @@ -1378,12 +1378,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: #4c566a; } @@ -1425,13 +1431,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: #81a1c1; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: #81a1c1; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/nano/theme.css b/public/themes/nano/theme.css index 91e65e8cf3..e5c736e189 100644 --- a/public/themes/nano/theme.css +++ b/public/themes/nano/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.5rem; + } .p-icon-field-left.p-float-label > label { left: 1.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.5rem; + } ::-webkit-input-placeholder { color: #697077; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.25rem; color: #697077; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.25rem; color: #697077; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/nova-accent/theme.css b/public/themes/nova-accent/theme.css index ce03f57538..a02925d98b 100644 --- a/public/themes/nova-accent/theme.css +++ b/public/themes/nova-accent/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { color: #666666; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; color: #848484; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; color: #848484; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 0214309dca..59a6e359eb 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -3,12 +3,12 @@ --surface-a: #ffffff; --surface-b: #f4f4f4; --surface-c: #eaeaea; - --surface-d: #c8c8c8; + --surface-d: #dadada; --surface-e: #ffffff; --surface-f: #ffffff; - --text-color: #333333; - --text-color-secondary: #848484; - --primary-color: #007ad9; + --text-color: #495057; + --text-color-secondary: #6c757d; + --primary-color: #7b95a3; --primary-color-text: #ffffff; --surface-0: #ffffff; --surface-50: #eef1f2; @@ -33,240 +33,240 @@ --gray-900: #111618; --content-padding: 0.571rem 1rem; --inline-spacing: 0.5rem; - --border-radius: 3px; + --border-radius: 2px; --surface-ground: #f4f4f4; --surface-section: #ffffff; --surface-card: #ffffff; --surface-overlay: #ffffff; - --surface-border: #c8c8c8; + --surface-border: #dadada; --surface-hover: #eaeaea; - --focus-ring: 0 0 0 0.2rem #8dcdff; + --focus-ring: 0 0 0 0.2rem #e4e9ec; --maskbg: rgba(0, 0, 0, 0.4); - --highlight-bg: #007ad9; - --highlight-text-color: #ffffff; + --highlight-bg: #afd3c8; + --highlight-text-color: #385048; color-scheme: light; } :root { - --blue-50:#f3f8fc; - --blue-100:#c6dcef; - --blue-200:#98c1e3; - --blue-300:#6ba5d7; - --blue-400:#3d8aca; - --blue-500:#106ebe; - --blue-600:#0e5ea2; - --blue-700:#0b4d85; - --blue-800:#093d69; - --blue-900:#062c4c; - --green-50:#f7fbf6; - --green-100:#d6ead1; - --green-200:#b6d9ad; - --green-300:#96c889; - --green-400:#76b765; - --green-500:#56a641; - --green-600:#498d37; - --green-700:#3c742e; - --green-800:#2f5b24; - --green-900:#22421a; - --yellow-50:#fffcf5; - --yellow-100:#fdefcd; - --yellow-200:#fbe3a6; - --yellow-300:#f9d67f; - --yellow-400:#f8ca57; - --yellow-500:#f6bd30; - --yellow-600:#d1a129; - --yellow-700:#ac8422; - --yellow-800:#87681a; - --yellow-900:#624c13; - --cyan-50:#f4fbfd; - --cyan-100:#ccebf5; - --cyan-200:#a4dbed; - --cyan-300:#7ccce5; - --cyan-400:#54bcdd; - --cyan-500:#2cacd5; - --cyan-600:#2592b5; - --cyan-700:#1f7895; - --cyan-800:#185f75; - --cyan-900:#124555; - --pink-50:#fdf4f9; - --pink-100:#f6cce0; - --pink-200:#eea3c7; - --pink-300:#e77aae; - --pink-400:#df5296; - --pink-500:#d8297d; - --pink-600:#b8236a; - --pink-700:#971d58; - --pink-800:#771745; - --pink-900:#561032; - --indigo-50:#f4f6fd; - --indigo-100:#ccd3f5; - --indigo-200:#a4b0ed; - --indigo-300:#7c8de5; - --indigo-400:#546add; - --indigo-500:#2c47d5; - --indigo-600:#253cb5; - --indigo-700:#1f3295; - --indigo-800:#182775; - --indigo-900:#121c55; + --blue-50:#f6fbfe; + --blue-100:#d4edfb; + --blue-200:#b2e0f7; + --blue-300:#91d2f4; + --blue-400:#6fc4f0; + --blue-500:#4db6ed; + --blue-600:#419bc9; + --blue-700:#367fa6; + --blue-800:#2a6482; + --blue-900:#1f495f; + --green-50:#f7fcf9; + --green-100:#daeee4; + --green-200:#bce1ce; + --green-300:#9fd4b8; + --green-400:#81c7a3; + --green-500:#64ba8d; + --green-600:#559e78; + --green-700:#468263; + --green-800:#37664e; + --green-900:#284a38; + --yellow-50:#fffdf6; + --yellow-100:#fef4d5; + --yellow-200:#fdecb4; + --yellow-300:#fce493; + --yellow-400:#fbdb71; + --yellow-500:#fad350; + --yellow-600:#d5b344; + --yellow-700:#af9438; + --yellow-800:#8a742c; + --yellow-900:#645420; + --cyan-50:#f7fefe; + --cyan-100:#daf8fa; + --cyan-200:#bdf3f6; + --cyan-300:#a0edf2; + --cyan-400:#83e8ee; + --cyan-500:#66e2ea; + --cyan-600:#57c0c7; + --cyan-700:#479ea4; + --cyan-800:#387c81; + --cyan-900:#295a5e; + --pink-50:#fef8fc; + --pink-100:#fadeef; + --pink-200:#f7c4e2; + --pink-300:#f3a9d5; + --pink-400:#f08fc9; + --pink-500:#ec75bc; + --pink-600:#c963a0; + --pink-700:#a55284; + --pink-800:#824067; + --pink-900:#5e2f4b; + --indigo-50:#f7f9fe; + --indigo-100:#d6e4f8; + --indigo-200:#b6cef2; + --indigo-300:#96b8ec; + --indigo-400:#75a3e7; + --indigo-500:#558de1; + --indigo-600:#4878bf; + --indigo-700:#3c639e; + --indigo-800:#2f4e7c; + --indigo-900:#22385a; --teal-50:#f6fbfa; - --teal-100:#d1eae5; - --teal-200:#add9d1; - --teal-300:#89c8bd; - --teal-400:#65b7a8; - --teal-500:#41a694; - --teal-600:#378d7e; - --teal-700:#2e7468; - --teal-800:#245b51; - --teal-900:#1a423b; - --orange-50:#fff9f5; - --orange-100:#fde4cd; - --orange-200:#fbcfa6; - --orange-300:#f9ba7f; - --orange-400:#f8a457; - --orange-500:#f68f30; - --orange-600:#d17a29; - --orange-700:#ac6422; - --orange-800:#874f1a; - --orange-900:#623913; - --bluegray-50:#f7f8f9; - --bluegray-100:#dae0e3; - --bluegray-200:#bdc7cd; - --bluegray-300:#a0aeb6; - --bluegray-400:#8295a0; - --bluegray-500:#657c8a; - --bluegray-600:#566975; - --bluegray-700:#475761; - --bluegray-800:#38444c; - --bluegray-900:#283237; - --purple-50:#f9f8fd; - --purple-100:#e1dff7; - --purple-200:#cac5f1; - --purple-300:#b2abeb; - --purple-400:#9b92e4; - --purple-500:#8378de; - --purple-600:#6f66bd; - --purple-700:#5c549b; - --purple-800:#48427a; - --purple-900:#343059; - --red-50:#fdf4f3; - --red-100:#f6ccc6; - --red-200:#eea39a; - --red-300:#e77b6d; - --red-400:#df5240; - --red-500:#d82a13; - --red-600:#b82410; - --red-700:#971d0d; - --red-800:#77170a; - --red-900:#561108; - --primary-50:#f2f8fd; - --primary-100:#c2dff6; - --primary-200:#91c6ef; - --primary-300:#61ade7; - --primary-400:#3093e0; - --primary-500:#007ad9; - --primary-600:#0068b8; - --primary-700:#005598; - --primary-800:#004377; - --primary-900:#003157; + --teal-100:#d4ebe7; + --teal-200:#b2dbd4; + --teal-300:#90ccc1; + --teal-400:#6ebcae; + --teal-500:#4cac9b; + --teal-600:#419284; + --teal-700:#35786d; + --teal-800:#2a5f55; + --teal-900:#1e453e; + --orange-50:#fefbf6; + --orange-100:#fbebd2; + --orange-200:#f9dbae; + --orange-300:#f6cb8a; + --orange-400:#f3bb67; + --orange-500:#f0ab43; + --orange-600:#cc9139; + --orange-700:#a8782f; + --orange-800:#845e25; + --orange-900:#60441b; + --bluegray-50:#f9fafa; + --bluegray-100:#e0e5e9; + --bluegray-200:#c8d1d7; + --bluegray-300:#b0bdc5; + --bluegray-400:#97a8b4; + --bluegray-500:#7f94a2; + --bluegray-600:#6c7e8a; + --bluegray-700:#596871; + --bluegray-800:#465159; + --bluegray-900:#333b41; + --purple-50:#fbf8fc; + --purple-100:#ecddf1; + --purple-200:#ddc2e6; + --purple-300:#cea7dc; + --purple-400:#bf8cd1; + --purple-500:#b071c6; + --purple-600:#9660a8; + --purple-700:#7b4f8b; + --purple-800:#613e6d; + --purple-900:#462d4f; + --red-50:#fff7f5; + --red-100:#ffd7cf; + --red-200:#ffb7a8; + --red-300:#ff9782; + --red-400:#ff775b; + --red-500:#ff5735; + --red-600:#d94a2d; + --red-700:#b33d25; + --red-800:#8c301d; + --red-900:#662315; + --primary-50:#f8fafa; + --primary-100:#dfe6e9; + --primary-200:#c6d1d7; + --primary-300:#adbdc6; + --primary-400:#94a9b4; + --primary-500:#7b95a3; + --primary-600:#697f8b; + --primary-700:#566872; + --primary-800:#44525a; + --primary-900:#313c41; } .p-editor-container .p-editor-toolbar { - background: #333333; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + background: #7b95a3; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid #333333; + border: 1px solid #7b95a3; } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: #848484; + stroke: #a6a6a6; } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: #848484; + fill: #a6a6a6; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: #848484; + color: #a6a6a6; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: #333333; + color: #666666; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: #333333; + stroke: #666666; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: #333333; + fill: #666666; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: #333333; + color: #666666; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: #333333; + stroke: #666666; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: #333333; + fill: #666666; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { background: #ffffff; - border: 1px solid #c8c8c8; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 3px; + border: 1px solid #eaeaea; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 2px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: #333333; + color: #666666; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 0.429rem 0.857rem; } .p-editor-container .p-editor-content { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid #c8c8c8; + border: 1px solid #dadada; } .p-editor-container .p-editor-content .ql-editor { background: #ffffff; - color: #333333; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + color: #666666; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: #333333; + color: #666666; } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: #333333; + stroke: #666666; } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: #333333; + fill: #666666; } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #007ad9; + color: #7b95a3; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #007ad9; + stroke: #7b95a3; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #007ad9; + fill: #7b95a3; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #007ad9; + color: #7b95a3; } @layer primereact { @@ -287,10 +287,10 @@ opacity: 0.5; } .p-error { - color: #a80000; + color: #e7a3a3; } .p-text-secondary { - color: #848484; + color: #a6a6a6; } .pi { font-size: 1rem; @@ -303,12 +303,12 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - border-radius: 3px; + border-radius: 2px; } .p-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-component-overlay-enter { animation: p-component-overlay-enter-animation 150ms forwards; @@ -343,13 +343,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #212121; + border-color: #a6a6a6; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.2145rem 0; @@ -358,29 +358,29 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: #333333; + color: #666666; padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #007ad9; - color: #ffffff; - border-radius: 3px; + background: #afd3c8; + color: #385048; + border-radius: 2px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #a80000; + border-color: #e7a3a3; } .p-autocomplete-panel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + color: #666666; + border: 1px solid #eaeaea; + border-radius: 2px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-autocomplete-panel .p-autocomplete-items { padding: 0; @@ -389,59 +389,59 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 0.857rem; - color: #333333; + color: #666666; background: #f4f4f4; font-weight: 700; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #a80000; + border-color: #e7a3a3; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-datepicker { padding: 0.857rem; background: #ffffff; - color: #333333; - border: 1px solid #a6a6a6; - border-radius: 3px; + color: #666666; + border: 1px solid #dadada; + border-radius: 2px; } .p-datepicker:not(.p-datepicker-inline) { background: #ffffff; - border: 1px solid #c8c8c8; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + border: 1px solid #eaeaea; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: #333333; + color: #666666; background: #ffffff; font-weight: 700; margin: 0; border-bottom: 0 none; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -455,7 +455,7 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } @@ -463,21 +463,21 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: #333333; + color: #666666; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 700; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #007ad9; + color: #7b95a3; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -499,37 +499,37 @@ .p-datepicker table td > span { width: 2.5rem; height: 2.5rem; - border-radius: 3px; - transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 2px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-datepicker table td.p-datepicker-today > span { background: #d0d0d0; - color: #333333; + color: #666666; border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-datepicker .p-datepicker-buttonbar { padding: 0.857rem 0 0.429rem 0; - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; padding: 0.857rem 0 0.429rem 0; } .p-datepicker .p-timepicker button { @@ -542,14 +542,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -568,27 +568,27 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 2px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-datepicker .p-yearpicker { margin: 0.857rem 0; } .p-datepicker .p-yearpicker .p-yearpicker-year { padding: 0.5rem; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 2px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid #d8dae2; + border-left: 1px solid #dadada; padding-right: 0.857rem; padding-left: 0.857rem; padding-top: 0; @@ -602,28 +602,28 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: #eaeaea; + background: #f4f4f4; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: #eaeaea; + background: #f4f4f4; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: #eaeaea; + background: #f4f4f4; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } @media screen and (max-width: 769px) { .p-datepicker table th, @@ -633,19 +633,19 @@ } .p-cascadeselect { background: #ffffff; - border: 1px solid #a6a6a6; + border: 1px solid #dadada; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + border-radius: 2px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: #212121; + border-color: #a6a6a6; } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-cascadeselect.p-variant-filled { background-color: #f4f4f4; @@ -662,7 +662,7 @@ padding: 0.429rem 0.429rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: #666666; + color: #a6a6a6; } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -670,20 +670,20 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: #848484; + color: #a6a6a6; width: 2.357rem; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .p-cascadeselect.p-invalid.p-component { - border-color: #a80000; + border-color: #e7a3a3; } .p-cascadeselect-panel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + color: #666666; + border: 1px solid #eaeaea; + border-radius: 2px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items { padding: 0; @@ -691,9 +691,9 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child { @@ -703,15 +703,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: #007ad9; + background: #aed3c7; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 0.429rem 0.857rem; @@ -749,16 +749,16 @@ height: 20px; } .p-checkbox .p-checkbox-input { - border: 1px solid #a6a6a6; - border-radius: 3px; + border: 1px solid #dadada; + border-radius: 2px; } .p-checkbox .p-checkbox-box { - border: 1px solid #a6a6a6; + border: 1px solid #dadada; background: #ffffff; width: 20px; height: 20px; - color: #333333; - border-radius: 3px; + color: #666666; + border-radius: 2px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; } @@ -772,12 +772,12 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 1px solid #a6a6a6; + border: 1px solid #dadada; background: #ffffff; width: 20px; height: 20px; - color: #333333; - border-radius: 3px; + color: #666666; + border-radius: 2px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; } @@ -791,52 +791,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #007ad9; - background: #007ad9; + border-color: #7b95a3; + background: #7b95a3; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: #212121; + border-color: #a6a6a6; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #005b9f; - background: #005b9f; + border-color: #617c8a; + background: #617c8a; color: #ffffff; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #a80000; + border-color: #e7a3a3; } .p-checkbox.p-variant-filled .p-checkbox-box { background-color: #f4f4f4; } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #007ad9; + background: #7b95a3; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { background-color: #f4f4f4; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #005b9f; + background: #617c8a; } .p-input-filled .p-checkbox .p-checkbox-box { background-color: #f4f4f4; } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #007ad9; + background: #7b95a3; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { background-color: #f4f4f4; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #005b9f; - } - .p-highlight .p-checkbox .p-checkbox-box { - border-color: #ffffff; + background: #617c8a; } .p-checkbox { position: relative; @@ -856,13 +853,13 @@ background-color: #f4f4f4; } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #007ad9; + background: #7b95a3; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { background-color: #f4f4f4; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #005b9f; + background: #617c8a; } .p-chips { display: inline-flex; @@ -904,13 +901,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: #212121; + border-color: #a6a6a6; } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-chips .p-chips-multiple-container { padding: 0.2145rem 0.429rem; @@ -919,13 +916,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #c8c8c8; - color: #333333; + background: #dadada; + color: #666666; border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: #bababa; - color: #333333; + background: #cbcbcb; + color: #666666; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -937,12 +934,12 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: #333333; + color: #666666; padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #a80000; + border-color: #e7a3a3; } .p-colorpicker-preview { width: 2rem; @@ -957,7 +954,7 @@ border-color: #ffffff; } .p-colorpicker-overlay-panel { - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-dropdown { display: inline-flex; @@ -1039,19 +1036,19 @@ } .p-dropdown { background: #ffffff; - border: 1px solid #a6a6a6; + border: 1px solid #dadada; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + border-radius: 2px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: #212121; + border-color: #a6a6a6; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-dropdown.p-variant-filled { background: #f4f4f4; @@ -1073,7 +1070,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: #666666; + color: #a6a6a6; } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1081,33 +1078,33 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: #848484; + color: #a6a6a6; width: 2.357rem; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .p-dropdown .p-dropdown-clear-icon { - color: #848484; + color: #a6a6a6; right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #a80000; + border-color: #e7a3a3; } .p-dropdown-panel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + color: #666666; + border: 1px solid #eaeaea; + border-radius: 2px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-dropdown-panel .p-dropdown-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #eaeaea; - color: #333333; + border-bottom: 1px solid #dadada; + color: #666666; background: #ffffff; margin: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; @@ -1115,7 +1112,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1124,9 +1121,9 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child { @@ -1136,15 +1133,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: #007ad9; + background: #aed3c7; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1154,26 +1151,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 0.857rem; - color: #333333; + color: #666666; background: #f4f4f4; font-weight: 700; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 0.429rem 0.857rem; - color: #333333; + color: #666666; background: transparent; } .p-inputgroup-addon { - background: #eaeaea; - color: #848484; - border-top: 1px solid #a6a6a6; - border-left: 1px solid #a6a6a6; - border-bottom: 1px solid #a6a6a6; + background: #dbdbdb; + color: #666666; + border-top: 1px solid #dadada; + border-left: 1px solid #dadada; + border-bottom: 1px solid #dadada; padding: 0.429rem 0.429rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid #a6a6a6; + border-right: 1px solid #dadada; } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1201,24 +1198,24 @@ .p-inputgroup input:first-child, .p-inputgroup > .p-inputwrapper:first-child, .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; } .p-inputgroup .p-float-label:first-child input { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child, .p-inputgroup > .p-inputwrapper:last-child, .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .p-inputgroup .p-float-label:last-child input { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .p-fluid .p-inputgroup .p-button { width: auto; @@ -1227,7 +1224,7 @@ width: 2.357rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #a80000; + border-color: #e7a3a3; } .p-inputswitch { position: relative; @@ -1269,13 +1266,13 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #cccccc; + background: #ffffff; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 30px; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #ffffff; + background: #7b95a3; width: 1.25rem; height: 1.25rem; left: 0.25rem; @@ -1284,50 +1281,50 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: #007ad9; + background: #afd3c8; } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #cccccc; + background: #385048; transform: translateX(1.25rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #b7b7b7; + background: #d8dae2; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: #116fbf; + background: #afd3c8; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #a80000; + border-color: #e7a3a3; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: #333333; + color: #666666; background: #ffffff; padding: 0.429rem 0.429rem; - border: 1px solid #a6a6a6; + border: 1px solid #dadada; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 3px; + border-radius: 2px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: #212121; + border-color: #a6a6a6; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-inputtext.p-invalid.p-component { - border-color: #a80000; + border-color: #e7a3a3; } .p-inputtext.p-variant-filled { background-color: #f4f4f4; @@ -1348,32 +1345,38 @@ } .p-float-label > label { left: 0.429rem; - color: #666666; + color: #a6a6a6; transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #a80000; + color: #e7a3a3; } .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { - color: #666666; + color: #a6a6a6; } :-moz-placeholder { - color: #666666; + color: #a6a6a6; } ::-moz-placeholder { - color: #666666; + color: #a6a6a6; } :-ms-input-placeholder { - color: #666666; + color: #a6a6a6; } .p-input-filled .p-inputtext { background-color: #f4f4f4; @@ -1404,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; - color: #848484; + color: #a6a6a6; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; + z-index: 1; } .p-inputotp { display: flex; @@ -1450,27 +1455,27 @@ } .p-listbox { background: #ffffff; - color: #333333; - border: 1px solid #a6a6a6; - border-radius: 3px; + color: #666666; + border: 1px solid #dadada; + border-radius: 2px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; } .p-listbox .p-listbox-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #eaeaea; - color: #333333; + border-bottom: 1px solid #dadada; + color: #666666; background: #ffffff; margin: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.429rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; } .p-listbox .p-listbox-list { padding: 0; @@ -1480,8 +1485,8 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item:first-child { @@ -1491,51 +1496,51 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; - color: #333333; + color: #666666; background: #f4f4f4; font-weight: 700; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 0.429rem 0.857rem; - color: #333333; + color: #666666; background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: #007ad9; + background: #aed3c7; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-listbox.p-invalid { - border-color: #a80000; + border-color: #e7a3a3; } .p-mention-panel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + color: #666666; + border: 1px solid #eaeaea; + border-radius: 2px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-mention-panel .p-mention-items { padding: 0; @@ -1544,18 +1549,18 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-multiselect { display: inline-flex; @@ -1647,19 +1652,19 @@ } .p-multiselect { background: #ffffff; - border: 1px solid #a6a6a6; + border: 1px solid #dadada; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + border-radius: 2px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: #212121; + border-color: #a6a6a6; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-multiselect.p-variant-filled { background: #f4f4f4; @@ -1675,13 +1680,13 @@ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-multiselect .p-multiselect-label.p-placeholder { - color: #666666; + color: #a6a6a6; } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #c8c8c8; - color: #333333; + background: #dadada; + color: #666666; border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1689,39 +1694,39 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: #848484; + color: #a6a6a6; width: 2.357rem; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .p-multiselect.p-invalid.p-component { - border-color: #a80000; + border-color: #e7a3a3; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.2145rem 0.429rem; } .p-multiselect-panel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + color: #666666; + border: 1px solid #eaeaea; + border-radius: 2px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-multiselect-panel .p-multiselect-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #eaeaea; - color: #333333; + border-bottom: 1px solid #dadada; + color: #666666; background: #ffffff; margin: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.429rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1737,14 +1742,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-multiselect-panel .p-multiselect-items { padding: 0; @@ -1753,9 +1758,9 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child { @@ -1765,15 +1770,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: #007ad9; + background: #aed3c7; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1781,38 +1786,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 0.857rem; - color: #333333; + color: #666666; background: #f4f4f4; font-weight: 700; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 0.429rem 0.857rem; - color: #333333; + color: #666666; background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #a80000; + border-color: #e7a3a3; } .p-password-panel { padding: 0.571rem 1rem; background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 3px; + color: #666666; + border: 1px solid #f1f1f1; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 2px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: #eaeaea; + background: #efefef; } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #e91224; + background: #f4b6b6; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #ffba01; + background: #ffe38e; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #34a835; + background: #a3e2c6; } .p-radiobutton { position: relative; @@ -1855,15 +1860,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid #a6a6a6; + border: 1px solid #dadada; border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 1px solid #a6a6a6; + border: 1px solid #dadada; background: #ffffff; width: 20px; height: 20px; - color: #333333; + color: #666666; border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; @@ -1875,15 +1880,15 @@ background-color: #ffffff; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #007ad9; - background: #007ad9; + border-color: #7b95a3; + background: #7b95a3; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: #212121; + border-color: #a6a6a6; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #005b9f; - background: #005b9f; + border-color: #617c8a; + background: #617c8a; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { background-color: #ffffff; @@ -1891,38 +1896,35 @@ .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #a80000; + border-color: #e7a3a3; } .p-radiobutton.p-variant-filled .p-radiobutton-box { background-color: #f4f4f4; } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #007ad9; + background: #7b95a3; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { background-color: #f4f4f4; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #005b9f; + background: #617c8a; } .p-input-filled .p-radiobutton .p-radiobutton-box { background-color: #f4f4f4; } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #007ad9; + background: #7b95a3; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { background-color: #f4f4f4; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #005b9f; - } - .p-highlight .p-radiobutton .p-radiobutton-box { - border-color: #ffffff; + background: #617c8a; } .p-rating { position: relative; @@ -1945,7 +1947,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #333333; + color: #666666; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; font-size: 1.143rem; } @@ -1954,28 +1956,25 @@ height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #e4018d; + color: #f3b9b9; } .p-rating .p-rating-item.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #007ad9; + color: #7b95a3; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #007ad9; + color: #7b95a3; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #b5019f; - } - .p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #ffffff; + color: #d66161; } .p-selectbutton .p-button { - background: #dadada; - border: 1px solid #dadada; + background: #eaeaea; + border: 1px solid #eaeaea; color: #333333; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } @@ -1990,82 +1989,82 @@ } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: #212121; + color: #666666; } .p-selectbutton .p-button.p-highlight { - background: #007ad9; - border-color: #007ad9; - color: #ffffff; + background: #afd3c8; + border-color: #afd3c8; + color: #385048; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: #ffffff; + color: #385048; } .p-selectbutton .p-button.p-highlight:hover { - background: #116fbf; - border-color: #116fbf; - color: #ffffff; + background: #8dc8b5; + border-color: #8dc8b5; + color: #385048; } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: #ffffff; + color: #385048; } .p-selectbutton.p-invalid > .p-button { - border-color: #a80000; + border-color: #e7a3a3; } .p-slider { - background: #c8c8c8; + background: #c4c4c4; border: 0 none; - border-radius: 3px; + border-radius: 2px; } .p-slider.p-slider-horizontal { height: 0.286rem; } .p-slider.p-slider-horizontal .p-slider-handle { - margin-top: -0.5715rem; - margin-left: -0.5715rem; + margin-top: -0.7145rem; + margin-left: -0.7145rem; } .p-slider.p-slider-vertical { width: 0.286rem; } .p-slider.p-slider-vertical .p-slider-handle { - margin-left: -0.5715rem; - margin-bottom: -0.5715rem; + margin-left: -0.7145rem; + margin-bottom: -0.7145rem; } .p-slider .p-slider-handle { - height: 1.143rem; - width: 1.143rem; + height: 1.429rem; + width: 1.429rem; background: #ffffff; - border: 2px solid #666666; - border-radius: 100%; + border: 2px solid #7f7f7f; + border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-slider .p-slider-range { - background: #007ad9; + background: #7b95a3; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: 2px solid #666666; - border-color: #007ad9; + background: 2px solid #7f7f7f; + border-color: #7b95a3; } .p-treeselect { background: #ffffff; - border: 1px solid #a6a6a6; + border: 1px solid #dadada; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + border-radius: 2px; } .p-treeselect:not(.p-disabled):hover { - border-color: #212121; + border-color: #a6a6a6; } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 1.429rem; @@ -2084,47 +2083,47 @@ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-treeselect .p-treeselect-label.p-placeholder { - color: #666666; + color: #a6a6a6; } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #c8c8c8; - color: #333333; + background: #dadada; + color: #666666; border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: #848484; + color: #a6a6a6; width: 2.357rem; - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .p-treeselect .p-treeselect-clear-icon { - color: #848484; + color: #a6a6a6; right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #a80000; + border-color: #e7a3a3; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.2145rem 0.429rem; } .p-treeselect-panel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + color: #666666; + border: 1px solid #eaeaea; + border-radius: 2px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-treeselect-panel .p-treeselect-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #eaeaea; - color: #333333; + border-bottom: 1px solid #dadada; + color: #666666; background: #ffffff; margin: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container { margin-right: 0.5rem; @@ -2134,7 +2133,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 2.858rem; @@ -2152,21 +2151,21 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-treeselect-panel .p-treeselect-items-wrapper .p-tree { border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 0.429rem 0.857rem; - color: #333333; + color: #666666; background: transparent; } .p-input-filled .p-treeselect { @@ -2202,12 +2201,12 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid #dadada; - border-radius: 3px; + border: 1px solid #eaeaea; + border-radius: 2px; } .p-togglebutton .p-button { - background: #dadada; - border: 1px solid #dadada; + background: #eaeaea; + border: 1px solid #eaeaea; color: #333333; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; @@ -2217,13 +2216,13 @@ color: #666666; } .p-togglebutton.p-highlight .p-button { - background: #007ad9; - border-color: #007ad9; - color: #ffffff; + background: #afd3c8; + border-color: #afd3c8; + color: #385048; } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: #ffffff; + color: #385048; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { background: #c8c8c8; @@ -2232,102 +2231,102 @@ } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: #212121; + color: #666666; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #116fbf; - border-color: #116fbf; - color: #ffffff; + background: #8dc8b5; + border-color: #8dc8b5; + color: #385048; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: #ffffff; + color: #385048; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; - border-color: #007ad9; + box-shadow: 0 0 0 0.2rem #e4e9ec; + border-color: #7b95a3; } .p-togglebutton.p-invalid > .p-button { - border-color: #a80000; + border-color: #e7a3a3; } .p-button { color: #ffffff; - background: #007ad9; - border: 1px solid #007ad9; + background: #7b95a3; + border: 1px solid #7b95a3; padding: 0.429rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + border-radius: 2px; } .p-button:not(:disabled):hover { - background: #116fbf; + background: #6c8999; color: #ffffff; - border-color: #116fbf; + border-color: #6c8999; } .p-button:not(:disabled):active { - background: #005b9f; + background: #617c8a; color: #ffffff; - border-color: #005b9f; + border-color: #617c8a; } .p-button.p-button-outlined { background-color: transparent; - color: #007ad9; + color: #7b95a3; border: 1px solid; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); - color: #007ad9; + background: rgba(123, 149, 163, 0.04); + color: #7b95a3; border: 1px solid; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); - color: #007ad9; + background: rgba(123, 149, 163, 0.16); + color: #7b95a3; border: 1px solid; } .p-button.p-button-outlined.p-button-plain { - color: #848484; - border-color: #848484; + color: #a6a6a6; + border-color: #a6a6a6; } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: #eaeaea; - color: #848484; - } + background: #f4f4f4; + color: #a6a6a6; + } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: #d2d2d2; - color: #848484; + background: #dbdbdb; + color: #a6a6a6; } .p-button.p-button-text { background-color: transparent; - color: #007ad9; + color: #7b95a3; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); - color: #007ad9; + background: rgba(123, 149, 163, 0.04); + color: #7b95a3; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); - color: #007ad9; + background: rgba(123, 149, 163, 0.16); + color: #7b95a3; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: #848484; + color: #a6a6a6; } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: #eaeaea; - color: #848484; + background: #f4f4f4; + color: #a6a6a6; } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: #d2d2d2; - color: #848484; + background: #dbdbdb; + color: #a6a6a6; } .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-button .p-button-label { transition-duration: 0.2s; @@ -2349,7 +2348,7 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #007ad9; + color: #7b95a3; background-color: #ffffff; } .p-button.p-button-raised { @@ -2413,300 +2412,300 @@ } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { color: #ffffff; - background: #607d8b; - border: 1px solid #607d8b; + background: #a3897b; + border: 1px solid #8e6f5f; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: #546e7a; + background: #8e6f5f; color: #ffffff; - border-color: #546e7a; + border-color: #7a5743; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #b0bec5; + box-shadow: 0 0 0 0.2rem #bfaaa0; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: #455a64; + background: #7a5743; color: #ffffff; - border-color: #455a64; + border-color: #6e4e3c; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #607d8b; + color: #a3897b; border: 1px solid; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(96, 125, 139, 0.04); - color: #607d8b; + background: rgba(163, 137, 123, 0.04); + color: #a3897b; border: 1px solid; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(96, 125, 139, 0.16); - color: #607d8b; + background: rgba(163, 137, 123, 0.16); + color: #a3897b; border: 1px solid; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #607d8b; + color: #a3897b; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(96, 125, 139, 0.04); + background: rgba(163, 137, 123, 0.04); border-color: transparent; - color: #607d8b; + color: #a3897b; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(96, 125, 139, 0.16); + background: rgba(163, 137, 123, 0.16); border-color: transparent; - color: #607d8b; + color: #a3897b; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #ffffff; - background: #007ad9; - border: 1px solid #007ad9; + color: #3d4447; + background: #a3def8; + border: 1px solid #79c8eb; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: #116fbf; - color: #ffffff; - border-color: #116fbf; + background: #81cbec; + color: #3d4447; + border-color: #60b7de; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #d2effc; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: #005b9f; - color: #ffffff; - border-color: #005b9f; + background: #3ea9db; + color: #3d4447; + border-color: #2987b1; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #007ad9; + color: #a3def8; border: 1px solid; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); - color: #007ad9; + background: rgba(163, 222, 248, 0.04); + color: #a3def8; border: 1px solid; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); - color: #007ad9; + background: rgba(163, 222, 248, 0.16); + color: #a3def8; border: 1px solid; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #007ad9; + color: #a3def8; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); + background: rgba(163, 222, 248, 0.04); border-color: transparent; - color: #007ad9; + color: #a3def8; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); + background: rgba(163, 222, 248, 0.16); border-color: transparent; - color: #007ad9; + color: #a3def8; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #ffffff; - background: #34a835; - border: 1px solid #34a835; + color: #323e39; + background: #a3e2c6; + border: 1px solid #80caaa; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: #107d11; - color: #ffffff; - border-color: #107d11; + background: #80caaa; + color: #323e39; + border-color: #5ea285; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #aae5aa; + box-shadow: 0 0 0 0.2rem #caeede; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: #0c6b0d; - color: #ffffff; - border-color: #0c6b0d; + background: #31b57c; + color: #323e39; + border-color: #5ea285; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #34a835; + color: #a3e2c6; border: 1px solid; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(52, 168, 53, 0.04); - color: #34a835; + background: rgba(163, 226, 198, 0.04); + color: #a3e2c6; border: 1px solid; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(52, 168, 53, 0.16); - color: #34a835; + background: rgba(163, 226, 198, 0.16); + color: #a3e2c6; border: 1px solid; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #34a835; + color: #a3e2c6; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(52, 168, 53, 0.04); + background: rgba(163, 226, 198, 0.04); border-color: transparent; - color: #34a835; + color: #a3e2c6; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(52, 168, 53, 0.16); + background: rgba(163, 226, 198, 0.16); border-color: transparent; - color: #34a835; + color: #a3e2c6; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { color: #333333; - background: #ffba01; - border: 1px solid #ffba01; + background: #ffe38e; + border: 1px solid #ffd95e; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: #ed990b; + background: #ffd95e; color: #333333; - border-color: #ed990b; + border-color: #ffce3c; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #ffeab4; + box-shadow: 0 0 0 0.2rem #ffe9a8; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: #d38b10; + background: #ffce3c; color: #333333; - border-color: #d38b10; + border-color: #ffc62a; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #ffba01; + color: #ffe38e; border: 1px solid; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(255, 186, 1, 0.04); - color: #ffba01; + background: rgba(255, 227, 142, 0.04); + color: #ffe38e; border: 1px solid; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 186, 1, 0.16); - color: #ffba01; + background: rgba(255, 227, 142, 0.16); + color: #ffe38e; border: 1px solid; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #ffba01; + color: #ffe38e; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(255, 186, 1, 0.04); + background: rgba(255, 227, 142, 0.04); border-color: transparent; - color: #ffba01; + color: #ffe38e; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(255, 186, 1, 0.16); + background: rgba(255, 227, 142, 0.16); border-color: transparent; - color: #ffba01; + color: #ffe38e; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #ffffff; - background: #9c27b0; - border: 1px solid #9c27b0; + color: #333333; + background: #e9bef1; + border: 1px solid #de9eea; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: #8e24aa; - color: #ffffff; - border-color: #8e24aa; + background: #de9eea; + color: #333333; + border-color: #d37de3; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #ce93d8; + box-shadow: 0 0 0 0.2rem #f0d3f6; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: #7b1fa2; - color: #ffffff; - border-color: #7b1fa2; + background: #d37de3; + color: #333333; + border-color: #c85ddc; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #9c27b0; + color: #e9bef1; border: 1px solid; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(233, 190, 241, 0.04); + color: #e9bef1; border: 1px solid; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(233, 190, 241, 0.16); + color: #e9bef1; border: 1px solid; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #9c27b0; + color: #e9bef1; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(233, 190, 241, 0.04); border-color: transparent; - color: #9c27b0; + color: #e9bef1; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(233, 190, 241, 0.16); border-color: transparent; - color: #9c27b0; + color: #e9bef1; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #ffffff; - background: #e91224; - border: 1px solid #e91224; + color: #262222; + background: #f4b6b6; + border: 1px solid #e38787; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: #c01120; - color: #ffffff; - border-color: #c01120; + background: #ef9999; + color: #262222; + border-color: #cb5858; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #f9b4ba; + box-shadow: 0 0 0 0.2rem #fbe2e2; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: #a90000; - color: #ffffff; - border-color: #a90000; + background: #eb5656; + color: #262222; + border-color: #b73737; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #e91224; + color: #f4b6b6; border: 1px solid; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(233, 18, 36, 0.04); - color: #e91224; + background: rgba(244, 182, 182, 0.04); + color: #f4b6b6; border: 1px solid; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(233, 18, 36, 0.16); - color: #e91224; + background: rgba(244, 182, 182, 0.16); + color: #f4b6b6; border: 1px solid; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #e91224; + color: #f4b6b6; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(233, 18, 36, 0.04); + background: rgba(244, 182, 182, 0.04); border-color: transparent; - color: #e91224; + color: #f4b6b6; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(233, 18, 36, 0.16); + background: rgba(244, 182, 182, 0.16); border-color: transparent; - color: #e91224; + color: #f4b6b6; } .p-button.p-button-link { - color: #005b9f; + color: #617c8a; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #005b9f; + color: #617c8a; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2714,67 +2713,67 @@ } .p-button.p-button-link:not(:disabled):focus { background: transparent; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; border-color: transparent; } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #005b9f; + color: #617c8a; border-color: transparent; } .p-splitbutton { - border-radius: 3px; + border-radius: 2px; } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #007ad9; + color: #7b95a3; border: 1px solid; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); - color: #007ad9; + background: rgba(123, 149, 163, 0.04); + color: #7b95a3; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); - color: #007ad9; + background: rgba(123, 149, 163, 0.16); + color: #7b95a3; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: #848484; - border-color: #848484; + color: #a6a6a6; + border-color: #a6a6a6; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: #eaeaea; - color: #848484; + background: #f4f4f4; + color: #a6a6a6; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: #d2d2d2; - color: #848484; + background: #dbdbdb; + color: #a6a6a6; } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #007ad9; + color: #7b95a3; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); - color: #007ad9; + background: rgba(123, 149, 163, 0.04); + color: #7b95a3; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); - color: #007ad9; + background: rgba(123, 149, 163, 0.16); + color: #7b95a3; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: #848484; + color: #a6a6a6; } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: #eaeaea; - color: #848484; + background: #f4f4f4; + color: #a6a6a6; } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: #d2d2d2; - color: #848484; + background: #dbdbdb; + color: #a6a6a6; } .p-splitbutton.p-button-raised { box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); @@ -2810,171 +2809,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #607d8b; + color: #a3897b; border: 1px solid; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(96, 125, 139, 0.04); - color: #607d8b; + background: rgba(163, 137, 123, 0.04); + color: #a3897b; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(96, 125, 139, 0.16); - color: #607d8b; + background: rgba(163, 137, 123, 0.16); + color: #a3897b; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #607d8b; + color: #a3897b; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(96, 125, 139, 0.04); + background: rgba(163, 137, 123, 0.04); border-color: transparent; - color: #607d8b; + color: #a3897b; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(96, 125, 139, 0.16); + background: rgba(163, 137, 123, 0.16); border-color: transparent; - color: #607d8b; + color: #a3897b; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #007ad9; + color: #a3def8; border: 1px solid; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); - color: #007ad9; + background: rgba(163, 222, 248, 0.04); + color: #a3def8; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); - color: #007ad9; + background: rgba(163, 222, 248, 0.16); + color: #a3def8; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #007ad9; + color: #a3def8; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(0, 122, 217, 0.04); + background: rgba(163, 222, 248, 0.04); border-color: transparent; - color: #007ad9; + color: #a3def8; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(0, 122, 217, 0.16); + background: rgba(163, 222, 248, 0.16); border-color: transparent; - color: #007ad9; + color: #a3def8; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #34a835; + color: #a3e2c6; border: 1px solid; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(52, 168, 53, 0.04); - color: #34a835; + background: rgba(163, 226, 198, 0.04); + color: #a3e2c6; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(52, 168, 53, 0.16); - color: #34a835; + background: rgba(163, 226, 198, 0.16); + color: #a3e2c6; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #34a835; + color: #a3e2c6; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(52, 168, 53, 0.04); + background: rgba(163, 226, 198, 0.04); border-color: transparent; - color: #34a835; + color: #a3e2c6; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(52, 168, 53, 0.16); + background: rgba(163, 226, 198, 0.16); border-color: transparent; - color: #34a835; + color: #a3e2c6; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #ffba01; + color: #ffe38e; border: 1px solid; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 186, 1, 0.04); - color: #ffba01; + background: rgba(255, 227, 142, 0.04); + color: #ffe38e; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 186, 1, 0.16); - color: #ffba01; + background: rgba(255, 227, 142, 0.16); + color: #ffe38e; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #ffba01; + color: #ffe38e; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 186, 1, 0.04); + background: rgba(255, 227, 142, 0.04); border-color: transparent; - color: #ffba01; + color: #ffe38e; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 186, 1, 0.16); + background: rgba(255, 227, 142, 0.16); border-color: transparent; - color: #ffba01; + color: #ffe38e; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #9c27b0; + color: #e9bef1; border: 1px solid; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(233, 190, 241, 0.04); + color: #e9bef1; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(233, 190, 241, 0.16); + color: #e9bef1; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #9c27b0; + color: #e9bef1; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(233, 190, 241, 0.04); border-color: transparent; - color: #9c27b0; + color: #e9bef1; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(233, 190, 241, 0.16); border-color: transparent; - color: #9c27b0; + color: #e9bef1; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #e91224; + color: #f4b6b6; border: 1px solid; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(233, 18, 36, 0.04); - color: #e91224; + background: rgba(244, 182, 182, 0.04); + color: #f4b6b6; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(233, 18, 36, 0.16); - color: #e91224; + background: rgba(244, 182, 182, 0.16); + color: #f4b6b6; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #e91224; + color: #f4b6b6; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(233, 18, 36, 0.04); + background: rgba(244, 182, 182, 0.04); border-color: transparent; - color: #e91224; + color: #f4b6b6; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(233, 18, 36, 0.16); + background: rgba(244, 182, 182, 0.16); border-color: transparent; - color: #e91224; + color: #f4b6b6; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3038,7 +3037,7 @@ } .p-speeddial-mask { background-color: rgba(0, 0, 0, 0.4); - border-radius: 3px; + border-radius: 2px; } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { @@ -3052,7 +3051,7 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } @@ -3060,7 +3059,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { @@ -3074,18 +3073,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: #f4f4f4; + background-color: #7b95a3; width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: #eaeaea; + background: #617c8a; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-datatable .p-paginator-top { border-width: 1px 1px 0 1px; @@ -3096,17 +3095,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #333333; + background: #7b95a3; color: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-datatable .p-datatable-footer { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #dadada; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; @@ -3114,24 +3113,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; border-width: 1px 1px 1px 1px; font-weight: 700; - color: #333333; - background: #f4f4f4; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + background: #ffffff; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; border-width: 1px; font-weight: 700; - color: #333333; - background: #f4f4f4; + color: #666666; + background: #ffffff; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #848484; + color: #666666; margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3139,43 +3138,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: #e0e0e0; - color: #333333; + background: #eaeaea; + color: #666666; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: #333333; + color: #666666; } .p-datatable .p-sortable-column.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; + color: #385048; } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: #ffffff; + color: #385048; } .p-datatable .p-sortable-column:focus-visible { - box-shadow: inset 0 0 0 0.15rem #8dcdff; + box-shadow: inset 0 0 0 0.15rem #e4e9ec; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { background: #ffffff; - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; border-width: 1px; padding: 0.571rem 0.857rem; } @@ -3195,7 +3194,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } @@ -3205,7 +3204,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -3214,54 +3213,54 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - outline: 0.15rem solid #8dcdff; + outline: 0.15rem solid #e4e9ec; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #007ad9; + box-shadow: inset 0 2px 0 0 #afd3c8; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #007ad9; + box-shadow: inset 0 -2px 0 0 #afd3c8; } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { background: #eaeaea; - color: #333333; + color: #666666; } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { - outline: 0.15rem solid #8dcdff; + outline: 0.15rem solid #e4e9ec; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { background: #eaeaea; - color: #333333; + color: #666666; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { - outline: 0.15rem solid #8dcdff; + outline: 0.15rem solid #e4e9ec; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { background: #eaeaea; - color: #333333; + color: #666666; } .p-datatable .p-column-resizer-helper { - background: #007ad9; + background: #7b95a3; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #333333; + background: #7b95a3; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #f4f4f4; + background-color: #ffffff; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3325,20 +3324,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: #f9f9f9; + background: #f8f8f8; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #ffffff; + color: #385048; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #ffffff; + color: #385048; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: #f9f9f9; + background: #f8f8f8; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.72845rem 0.85rem; @@ -3371,7 +3370,7 @@ padding: 0.71375rem 1.25rem; } .p-datatable-drag-selection-helper { - background: rgba(0, 122, 217, 0.16); + background: rgba(123, 149, 163, 0.16); } .p-dataview .p-paginator-top { border-width: 1px 1px 0 1px; @@ -3382,28 +3381,28 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #333333; + background: #7b95a3; color: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-dataview .p-dataview-content { background: #ffffff; - color: #333333; + color: #666666; border: 0 none; padding: 0; } .p-dataview .p-dataview-footer { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #dadada; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; } .p-dataview .p-dataview-loading-icon { font-size: 2rem; @@ -3421,32 +3420,32 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #333333; + background: #7b95a3; color: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-datascroller .p-datascroller-content { background: #ffffff; - color: #333333; + color: #666666; border: 0 none; padding: 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: 1px solid #d8dae2; - border-width: 1px; + border: 1px solid #dadada; + border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #dadada; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; } .p-column-filter-row .p-column-filter-menu-button, .p-column-filter-row .p-column-filter-clear-button { @@ -3462,22 +3461,22 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { background: transparent; - color: #007ad9; + color: #666666; } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-column-filter-menu-button:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-column-filter-clear-button { width: 2rem; @@ -3489,21 +3488,21 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-column-filter-clear-button:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-column-filter-overlay { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + color: #666666; + border: 1px solid #eaeaea; + border-radius: 2px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); min-width: 12.5rem; } .p-column-filter-overlay .p-column-filter-row-items { @@ -3513,40 +3512,40 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: #333333; - background: #eaeaea; + color: #666666; + background: #f4f4f4; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #8dcdff; + box-shadow: inset 0 0 0 0.15rem #e4e9ec; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #eaeaea; - color: #333333; + border-bottom: 1px solid #dadada; + color: #666666; background: #ffffff; margin: 0; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 0.571rem 1rem; - border-bottom: 1px solid #d8dae2; + border-bottom: 1px solid #dadada; } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3570,19 +3569,19 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #333333; + background: #7b95a3; color: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; padding: 0.857rem 1rem; font-weight: 700; border-bottom: 0 none; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-orderlist .p-orderlist-filter-container { padding: 0.857rem 1rem; background: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3590,72 +3589,72 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; } .p-orderlist .p-orderlist-list { - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; padding: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.429rem 0.857rem; margin: 0; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: #eaeaea; - color: #333333; + background: #f4f4f4; + color: #666666; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: #007ad9; + background: #aed3c7; } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: #f9f9f9; + background: #f8f8f8; } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: #eaeaea; + background: #f4f4f4; } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: #eaeaea; - color: #333333; + background: #f4f4f4; + color: #666666; } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #00325a; + color: #5da68f; } .p-organizationchart .p-organizationchart-line-down { background: #c8c8c8; } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid #c8c8c8; + border-right: 1px solid #dadada; border-color: #c8c8c8; } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid #c8c8c8; + border-top: 1px solid #dadada; border-color: #c8c8c8; } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; padding: 0.571rem 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3666,15 +3665,15 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-paginator { - background: #f4f4f4; - color: #333333; - border: solid #c8c8c8; + background: #ffffff; + color: #666666; + border: solid #dadada; border-width: 1px; padding: 0; - border-radius: 3px; + border-radius: 2px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -3682,20 +3681,20 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: #848484; + color: #666666; min-width: 2.357rem; height: 2.357rem; margin: 0; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: #e0e0e0; + background: #f4f4f4; border-color: transparent; - color: #333333; + color: #666666; } .p-paginator .p-paginator-first { border-top-left-radius: 0; @@ -3722,7 +3721,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: #848484; + color: #666666; min-width: 2.357rem; height: 2.357rem; margin: 0; @@ -3731,22 +3730,22 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: #848484; + color: #666666; min-width: 2.357rem; height: 2.357rem; margin: 0; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #007ad9; - border-color: #007ad9; - color: #ffffff; + background: #afd3c8; + border-color: #afd3c8; + color: #385048; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: #e0e0e0; + background: #f4f4f4; border-color: transparent; - color: #333333; + color: #666666; } .p-picklist .p-picklist-buttons { padding: 0.571rem 1rem; @@ -3755,19 +3754,19 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #333333; + background: #7b95a3; color: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; padding: 0.857rem 1rem; font-weight: 700; border-bottom: 0 none; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-picklist .p-picklist-filter-container { padding: 0.857rem 1rem; background: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3775,39 +3774,39 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; } .p-picklist .p-picklist-list { - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; padding: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.429rem 0.857rem; margin: 0; border: 0 none; - color: #333333; + color: #666666; background: transparent; - transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: #eaeaea; - color: #333333; + background: #f4f4f4; + color: #666666; } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: #007ad9; + background: #aed3c7; } .p-tree-container { margin: 0; @@ -3866,11 +3865,11 @@ justify-content: center; } .p-tree { - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; padding: 0.571rem 1rem; - border-radius: 3px; + border-radius: 2px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; @@ -3879,11 +3878,11 @@ .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #8dcdff; + box-shadow: inset 0 0 0 0.15rem #e4e9ec; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 3px; - transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 2px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; padding: 0; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -3897,44 +3896,44 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: #848484; + color: #a6a6a6; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: #333333; + color: #666666; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #ffffff; + color: #385048; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #ffffff; + color: #385048; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: #eaeaea; - color: #333333; + background: #f4f4f4; + color: #666666; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: #eaeaea; - color: #333333; + background: #f4f4f4; + color: #666666; } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -3945,7 +3944,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 0.429rem; - color: #848484; + color: #a6a6a6; } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -3961,7 +3960,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: #0062ae; + background: #7db8a6; } .p-treetable { position: relative; @@ -4099,17 +4098,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #333333; + background: #7b95a3; color: #ffffff; - border: 1px solid #333333; + border: 1px solid #7b95a3; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-treetable .p-treetable-footer { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #dadada; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; @@ -4117,27 +4116,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; border-width: 1px 1px 1px 1px; font-weight: 700; - color: #333333; - background: #f4f4f4; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + background: #ffffff; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; border-width: 1px; font-weight: 700; - color: #333333; - background: #f4f4f4; + color: #666666; + background: #ffffff; } .p-treetable .p-sortable-column { - outline-color: #8dcdff; + outline-color: #e4e9ec; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #848484; + color: #666666; margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4145,32 +4144,32 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #ffffff; - background: #007ad9; + color: #385048; + background: #afd3c8; margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: #e0e0e0; - color: #333333; + background: #eaeaea; + color: #666666; } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #333333; + color: #666666; } .p-treetable .p-sortable-column.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #ffffff; + color: #385048; } .p-treetable .p-treetable-tbody > tr { background: #ffffff; - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; border-width: 1px; padding: 0.571rem 0.857rem; } @@ -4184,14 +4183,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { margin-right: 0.5rem; @@ -4200,35 +4199,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: #333333; + color: #666666; } .p-treetable .p-treetable-tbody > tr:focus-visible { - outline: 0.15rem solid #8dcdff; + outline: 0.15rem solid #e4e9ec; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #ffffff; + color: #385048; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #ffffff; + color: #385048; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { background: #eaeaea; - color: #333333; + color: #666666; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: #333333; + color: #666666; } .p-treetable .p-column-resizer-helper { - background: #007ad9; + background: #7b95a3; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #333333; + background: #7b95a3; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4259,20 +4258,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: #f9f9f9; + background: #f8f8f8; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #ffffff; + color: #385048; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #ffffff; + color: #385048; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: #f9f9f9; + background: #f8f8f8; } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.749875rem 0.875rem; @@ -4309,7 +4308,7 @@ border-radius: 50%; width: 1rem; height: 1rem; - background-color: #007ad9; + background-color: #afd3c8; } .p-timeline .p-timeline-event-connector { background-color: #c8c8c8; @@ -4330,12 +4329,12 @@ } .p-accordion .p-accordion-header .p-accordion-header-link { padding: 0.857rem 1rem; - border: 1px solid #333333; + border: 1px solid #7b95a3; color: #ffffff; - background: #333333; + background: #7b95a3; font-weight: 700; - border-radius: 3px; - transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 2px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -4343,44 +4342,44 @@ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: #dbdbdb; - border-color: #dbdbdb; - color: #333333; + background: #617c8a; + border-color: #617c8a; + color: #ffffff; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #007ad9; - border-color: #007ad9; - color: #ffffff; + background: #afd3c8; + border-color: #dadada; + color: #385048; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { - border-color: #005b9f; - background: #005b9f; - color: #ffffff; + border-color: #8dc8b5; + background: #8dc8b5; + color: #385048; } .p-accordion .p-accordion-content { padding: 0.571rem 1rem; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-accordion .p-accordion-tab { margin-bottom: 2px; } .p-card { background: #ffffff; - color: #333333; + color: #666666; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - border-radius: 3px; + border-radius: 2px; } .p-card .p-card-body { padding: 1rem; @@ -4393,7 +4392,7 @@ .p-card .p-card-subtitle { font-weight: 700; margin-bottom: 0.5rem; - color: #848484; + color: #a6a6a6; } .p-card .p-card-content { padding: 1rem 0; @@ -4402,18 +4401,18 @@ padding: 1rem 0 0 0; } .p-fieldset { - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; - border-radius: 3px; + color: #666666; + border-radius: 2px; } .p-fieldset .p-fieldset-legend { padding: 0.857rem 1rem; - border: 1px solid #333333; + border: 1px solid #7b95a3; color: #ffffff; - background: #333333; + background: #7b95a3; font-weight: 700; - border-radius: 3px; + border-radius: 2px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -4422,8 +4421,8 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 0.857rem 1rem; color: #ffffff; - border-radius: 3px; - transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 2px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -4431,12 +4430,12 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: #dbdbdb; - border-color: #dbdbdb; - color: #333333; + background: #617c8a; + border-color: #617c8a; + color: #ffffff; } .p-fieldset .p-fieldset-content { padding: 0.571rem 1rem; @@ -4449,7 +4448,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #c8c8c8; + border-top: 1px #dadada; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4459,18 +4458,18 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #c8c8c8; + border-left: 1px #dadada; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid #333333; + border: 1px solid #7b95a3; padding: 0.857rem 1rem; - background: #333333; + background: #7b95a3; color: #ffffff; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-panel .p-panel-header .p-panel-title { font-weight: 700; @@ -4485,14 +4484,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.857rem 1rem; @@ -4503,40 +4502,40 @@ } .p-panel .p-panel-content { padding: 0.571rem 1rem; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + color: #666666; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 0.571rem 1rem; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; border-top: 0 none; } .p-splitter { - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - border-radius: 3px; - color: #333333; + border-radius: 2px; + color: #666666; } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; background: #eaeaea; } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: #d8dae2; + background: #dadada; } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-splitter .p-splitter-gutter-resizing { - background: #d8dae2; + background: #dadada; } .p-stepper .p-stepper-nav { display: flex; @@ -4549,14 +4548,14 @@ padding: 0.5rem; } .p-stepper .p-stepper-header .p-stepper-action { - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 2px; background: #ffffff; outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: #333333; - border: 1px solid #dee2e6; + color: #a6a6a6; + border: 1px solid #c8c8c8; border-width: 2px; background: #ffffff; min-width: 2rem; @@ -4568,41 +4567,41 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: #848484; + color: #a6a6a6; font-weight: 700; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: #333333; + color: #666666; } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #007ad9; + background-color: #7b95a3; } .p-stepper .p-stepper-panels { background: #ffffff; padding: 0.571rem 1rem; - color: #333333; + color: #666666; } .p-stepper .p-stepper-separator { background-color: #c8c8c8; width: 100%; height: 2px; margin-inline-start: 1rem; - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-stepper.p-stepper-vertical { display: flex; @@ -4612,7 +4611,7 @@ display: flex; flex: 1 1 auto; background: #ffffff; - color: #333333; + color: #666666; } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4636,7 +4635,7 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #007ad9; + background-color: #7b95a3; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; @@ -4648,7 +4647,7 @@ .p-scrollpanel .p-scrollpanel-bar:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-tabview-nav-container { position: relative; @@ -4721,39 +4720,39 @@ margin-right: 2px; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: 1px solid #333333; + border: 1px solid #7b95a3; border-width: 1px; - border-color: #333333; - background: #333333; + border-color: #7b95a3; + background: #7b95a3; color: #ffffff; padding: 0.857rem 1rem; font-weight: 700; - border-top-right-radius: 3px; - border-top-left-radius: 3px; - transition: background-color 0.2s, box-shadow 0.2s; + border-top-right-radius: 2px; + border-top-left-radius: 2px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #8dcdff; + box-shadow: inset 0 0 0 0.2rem #e4e9ec; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: #dbdbdb; - border-color: #dbdbdb; - color: #333333; + background: #617c8a; + border-color: #617c8a; + color: #ffffff; } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: #007ad9; - border-color: #007ad9; - color: #ffffff; + background: #afd3c8; + border-color: #dadada; + color: #385048; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; width: 2.357rem; box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4761,21 +4760,21 @@ .p-tabview .p-tabview-nav-btn.p-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #8dcdff; + box-shadow: inset 0 0 0 0.2rem #e4e9ec; } .p-tabview .p-tabview-panels { background: #ffffff; padding: 0.571rem 1rem; - border: 1px solid #c8c8c8; - color: #333333; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border: 1px solid #dadada; + color: #666666; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-toolbar { - background: #333333; - border: 1px solid #333333; + background: #7b95a3; + border: 1px solid #7b95a3; padding: 0.857rem 1rem; - border-radius: 3px; + border-radius: 2px; gap: 0.5rem; } .p-toolbar .p-toolbar-separator { @@ -4783,9 +4782,9 @@ } .p-confirm-popup { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; + color: #666666; + border: 1px solid #f1f1f1; + border-radius: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-confirm-popup .p-confirm-popup-content { @@ -4809,14 +4808,14 @@ } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(200, 200, 200, 0); - border-bottom-color: #bebebe; + border-color: rgba(241, 241, 241, 0); + border-bottom-color: #e5e5e5; } .p-confirm-popup.p-confirm-popup-flipped:after { border-top-color: #ffffff; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #c8c8c8; + border-top-color: #f1f1f1; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4829,17 +4828,17 @@ margin-left: 1rem; } .p-dialog { - border-radius: 3px; + border-radius: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - border: 1px solid #c8c8c8; + border: 1px solid #f1f1f1; } .p-dialog .p-dialog-header { - border-bottom: 1px solid #333333; - background: #333333; + border-bottom: 1px solid #7b95a3; + background: #7b95a3; color: #ffffff; padding: 1rem; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 700; @@ -4855,14 +4854,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-dialog .p-dialog-header .p-dialog-header-icon { margin-right: 0.5rem; @@ -4872,21 +4871,21 @@ } .p-dialog .p-dialog-content { background: #ffffff; - color: #333333; + color: #666666; padding: 1rem; } .p-dialog .p-dialog-content:last-of-type { - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-dialog .p-dialog-footer { - border-top: 1px solid #c8c8c8; + border-top: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; padding: 0.571rem 1rem; text-align: right; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -4907,16 +4906,16 @@ } .p-overlaypanel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; - border-radius: 3px; + color: #666666; + border: 1px solid #f1f1f1; + border-radius: 2px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-overlaypanel .p-overlaypanel-content { padding: 0.571rem 1rem; } .p-overlaypanel .p-overlaypanel-close { - background: #007ad9; + background: #7b95a3; color: #ffffff; width: 2rem; height: 2rem; @@ -4927,7 +4926,7 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: #116fbf; + background: #6c8999; color: #ffffff; } .p-overlaypanel:after { @@ -4937,19 +4936,19 @@ } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(200, 200, 200, 0); - border-bottom-color: #bebebe; + border-color: rgba(241, 241, 241, 0); + border-bottom-color: #e5e5e5; } .p-overlaypanel.p-overlaypanel-flipped:after { border-top-color: #ffffff; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #c8c8c8; + border-top-color: #f1f1f1; } .p-sidebar { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #f1f1f1; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-sidebar .p-sidebar-header { @@ -4967,7 +4966,7 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: #007ad9; + color: #666666; border-color: transparent; background: transparent; } @@ -4975,7 +4974,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -4984,32 +4983,32 @@ padding: 0.571rem 1rem; } .p-tooltip .p-tooltip-text { - background: #333333; - color: #ffffff; + background: #afd3c8; + color: #385048; padding: 0.429rem 0.429rem; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 3px; + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 2px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #333333; + border-right-color: #afd3c8; } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #333333; + border-left-color: #afd3c8; } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #333333; + border-top-color: #afd3c8; } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #333333; + border-bottom-color: #afd3c8; } .p-fileupload .p-fileupload-buttonbar { - background: #333333; + background: #7b95a3; padding: 0.857rem 1rem; - border: 1px solid #333333; + border: 1px solid #7b95a3; color: #ffffff; border-bottom: 0 none; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; gap: 0.5rem; } .p-fileupload .p-fileupload-buttonbar .p-button { @@ -5018,10 +5017,10 @@ .p-fileupload .p-fileupload-content { background: #ffffff; padding: 0.571rem 1rem; - border: 1px solid #c8c8c8; - color: #333333; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border: 1px solid #dadada; + color: #666666; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -5035,41 +5034,41 @@ .p-breadcrumb { background: #ffffff; border: 1px solid #c8c8c8; - border-radius: 3px; + border-radius: 2px; padding: 0.571rem 1rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 2px; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: #333333; + color: #666666; } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: #333333; + color: #666666; } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: #333333; + color: #666666; } .p-contextmenu { padding: 0; background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 3px; + border-radius: 2px; width: 12.5rem; } .p-contextmenu .p-contextmenu-root-list { @@ -5078,68 +5077,68 @@ .p-contextmenu .p-submenu-list { padding: 0; background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 3px; + border-radius: 2px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-contextmenu .p-submenu-icon { @@ -5160,12 +5159,12 @@ } .p-dock .p-dock-item { padding: 0.5rem; - border-radius: 3px; + border-radius: 2px; } .p-dock .p-dock-item.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #8dcdff; + box-shadow: inset 0 0 0 0.15rem #e4e9ec; } .p-dock .p-dock-action { width: 4rem; @@ -5238,90 +5237,90 @@ .p-megamenu { padding: 0.5rem; background: #ffffff; - color: #333333; + color: #666666; border: 1px solid #c8c8c8; - border-radius: 3px; + border-radius: 2px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu .p-megamenu-panel { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-megamenu .p-submenu-header { margin: 0; padding: 0.857rem; - color: #333333; + color: #666666; background: #f4f4f4; font-weight: 700; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-megamenu .p-submenu-list { padding: 0; width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-megamenu.p-megamenu-vertical { @@ -5331,58 +5330,58 @@ .p-megamenu .p-megamenu-button { width: 2rem; height: 2rem; - color: #333333; + color: #666666; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-megamenu .p-megamenu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 2px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { padding: 0.857rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0; background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5397,60 +5396,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5478,191 +5477,191 @@ .p-menu { padding: 0; background: #ffffff; - color: #333333; + color: #666666; border: 1px solid #c8c8c8; - border-radius: 3px; + border-radius: 2px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menu.p-menu-overlay { background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-menu .p-submenu-header { margin: 0; padding: 0.857rem; - color: #333333; + color: #666666; background: #f4f4f4; font-weight: 700; - border-top-right-radius: 3px; - border-top-left-radius: 3px; + border-top-right-radius: 2px; + border-top-left-radius: 2px; } .p-menu .p-menu-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-menubar { padding: 0.5rem; background: #ffffff; - color: #333333; + color: #666666; border: 1px solid #c8c8c8; - border-radius: 3px; + border-radius: 2px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 2px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { padding: 0.857rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-submenu-list { padding: 0; background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5671,27 +5670,27 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2rem; height: 2rem; - color: #333333; + color: #666666; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0; background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5734,30 +5733,30 @@ display: flex; width: 2rem; height: 2rem; - color: #333333; + color: #666666; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-menubar .p-menubar-root-list { position: absolute; display: none; padding: 0; background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5772,60 +5771,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5878,11 +5877,11 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { - border: 1px solid #333333; + border: 1px solid #7b95a3; color: #ffffff; - background: #333333; - border-radius: 3px; - transition: background-color 0.2s, box-shadow 0.2s; + background: #7b95a3; + border-radius: 2px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: #ffffff; @@ -5898,101 +5897,101 @@ .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #8dcdff; + box-shadow: inset 0 0 0 0.2rem #e4e9ec; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: #dbdbdb; - border-color: #dbdbdb; - color: #333333; + background: #617c8a; + border-color: #617c8a; + color: #ffffff; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #007ad9; - border-color: #007ad9; - color: #ffffff; + background: #afd3c8; + border-color: #dadada; + color: #385048; border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { - border-color: #005b9f; - background: #005b9f; - color: #ffffff; + border-color: #8dc8b5; + background: #8dc8b5; + color: #385048; } .p-panelmenu .p-panelmenu-content { padding: 0; - border: 1px solid #c8c8c8; + border: 1px solid #dadada; background: #ffffff; - color: #333333; + color: #666666; border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 3px; - border-bottom-left-radius: 3px; + border-bottom-right-radius: 2px; + border-bottom-left-radius: 2px; } .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list { outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6004,89 +6003,89 @@ .p-slidemenu { padding: 0; background: #ffffff; - color: #333333; + color: #666666; border: 1px solid #c8c8c8; - border-radius: 3px; + border-radius: 2px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-slidemenu.p-slidemenu-overlay { background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-slidemenu .p-slidemenu-list { padding: 0; background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { background: #eaeaea; } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: #333333; + color: #666666; } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: #333333; + color: #666666; } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-slidemenu .p-slidemenu-icon { @@ -6098,17 +6097,17 @@ } .p-slidemenu .p-slidemenu-backward { padding: 0.857rem; - color: #333333; + color: #666666; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, box-shadow 0.2s; - border-radius: 3px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 2px; background: #ffffff; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: #333333; - border: 1px solid #dee2e6; + color: #a6a6a6; + border: 1px solid #c8c8c8; background: #ffffff; min-width: 2rem; height: 2rem; @@ -6119,24 +6118,24 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: #848484; + color: #a6a6a6; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 700; - color: #333333; + color: #666666; } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; width: 100%; top: 50%; left: 0; @@ -6153,16 +6152,16 @@ margin-right: 2px; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: 1px solid #333333; + border: 1px solid #7b95a3; border-width: 1px; - border-color: #333333; - background: #333333; + border-color: #7b95a3; + background: #7b95a3; color: #ffffff; padding: 0.857rem 1rem; font-weight: 700; - border-top-right-radius: 3px; - border-top-left-radius: 3px; - transition: background-color 0.2s, box-shadow 0.2s; + border-top-right-radius: 2px; + border-top-left-radius: 2px; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; margin: 0 0 -1px 0; height: calc(100% + 1px); } @@ -6172,29 +6171,29 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #8dcdff; + box-shadow: inset 0 0 0 0.2rem #e4e9ec; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: #dbdbdb; - border-color: #dbdbdb; - color: #333333; + background: #617c8a; + border-color: #617c8a; + color: #ffffff; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: #007ad9; - border-color: #007ad9; - color: #ffffff; + background: #afd3c8; + border-color: #dadada; + color: #385048; } .p-tieredmenu { padding: 0; background: #ffffff; - color: #333333; + color: #666666; border: 1px solid #c8c8c8; - border-radius: 3px; + border-radius: 2px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-tieredmenu .p-tieredmenu-root-list { @@ -6203,67 +6202,67 @@ .p-tieredmenu .p-submenu-list { padding: 0; background: #ffffff; - border: 1px solid #c8c8c8; + border: 1px solid #eaeaea; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: #333333; - transition: background-color 0.2s, box-shadow 0.2s; + color: #666666; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #333333; + color: #666666; padding: 0.857rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #333333; + color: #666666; margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #333333; + color: #666666; background: #eaeaea; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #333333; - background: #d6d6d6; + color: #666666; + background: #e0e0e0; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #333333; + color: #666666; background: #eaeaea; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #333333; + color: #666666; } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid #d8dae2; + border-top: 1px solid #dadada; margin: 0; } .p-tieredmenu .p-submenu-icon { @@ -6276,39 +6275,39 @@ .p-inline-message { padding: 0.5rem; margin: 0; - border-radius: 3px; + border-radius: 2px; } .p-inline-message.p-inline-message-info { - background: #7fbcec; - border: 0 none; - border-width: 0; + background: #a3def8; + border: 1px solid #79c8eb; + border-width: 1px; color: #212121; } .p-inline-message.p-inline-message-info .p-inline-message-icon { color: #212121; } .p-inline-message.p-inline-message-success { - background: #b7d8b7; - border: 0 none; - border-width: 0; + background: #a3e2c6; + border: 1px solid #a3e2c6; + border-width: 1px; color: #212121; } .p-inline-message.p-inline-message-success .p-inline-message-icon { color: #212121; } .p-inline-message.p-inline-message-warn { - background: #ffe399; - border: 0 none; - border-width: 0; + background: #ffe277; + border: 1px solid #ffe277; + border-width: 1px; color: #212121; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { color: #212121; } .p-inline-message.p-inline-message-error { - background: #f8b7bd; - border: 0 none; - border-width: 0; + background: #ff8b8b; + border: 1px solid #ff8b8b; + border-width: 1px; color: #212121; } .p-inline-message.p-inline-message-error .p-inline-message-icon { @@ -6330,7 +6329,7 @@ } .p-message { margin: 1rem 0; - border-radius: 3px; + border-radius: 2px; } .p-message .p-message-wrapper { padding: 1rem; @@ -6348,12 +6347,12 @@ .p-message .p-message-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-message.p-message-info { - background: #7fbcec; - border: 0 none; - border-width: 0; + background: #a3def8; + border: 1px solid #79c8eb; + border-width: 1px; color: #212121; } .p-message.p-message-info .p-message-icon { @@ -6363,9 +6362,9 @@ color: #212121; } .p-message.p-message-success { - background: #b7d8b7; - border: 0 none; - border-width: 0; + background: #a3e2c6; + border: 1px solid #a3e2c6; + border-width: 1px; color: #212121; } .p-message.p-message-success .p-message-icon { @@ -6375,9 +6374,9 @@ color: #212121; } .p-message.p-message-warn { - background: #ffe399; - border: 0 none; - border-width: 0; + background: #ffe277; + border: 1px solid #ffe277; + border-width: 1px; color: #212121; } .p-message.p-message-warn .p-message-icon { @@ -6387,9 +6386,9 @@ color: #212121; } .p-message.p-message-error { - background: #f8b7bd; - border: 0 none; - border-width: 0; + background: #ff8b8b; + border: 1px solid #ff8b8b; + border-width: 1px; color: #212121; } .p-message.p-message-error .p-message-icon { @@ -6422,7 +6421,7 @@ .p-toast .p-toast-message { margin: 0 0 1rem 0; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 3px; + border-radius: 2px; } .p-toast .p-toast-message .p-toast-message-content { padding: 1rem; @@ -6456,12 +6455,12 @@ .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-toast .p-toast-message.p-toast-message-info { - background: #7fbcec; - border: 0 none; - border-width: 0; + background: #a3def8; + border: 1px solid #79c8eb; + border-width: 1px; color: #212121; } .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon, @@ -6469,9 +6468,9 @@ color: #212121; } .p-toast .p-toast-message.p-toast-message-success { - background: #b7d8b7; - border: 0 none; - border-width: 0; + background: #a3e2c6; + border: 1px solid #a3e2c6; + border-width: 1px; color: #212121; } .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon, @@ -6479,9 +6478,9 @@ color: #212121; } .p-toast .p-toast-message.p-toast-message-warn { - background: #ffe399; - border: 0 none; - border-width: 0; + background: #ffe277; + border: 1px solid #ffe277; + border-width: 1px; color: #212121; } .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon, @@ -6489,9 +6488,9 @@ color: #212121; } .p-toast .p-toast-message.p-toast-message-error { - background: #f8b7bd; - border: 0 none; - border-width: 0; + background: #ff8b8b; + border: 1px solid #ff8b8b; + border-width: 1px; color: #212121; } .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon, @@ -6524,7 +6523,7 @@ width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 3px; + border-radius: 2px; margin: 0 0.5rem; } .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon, @@ -6549,18 +6548,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: #f4f4f4; + background-color: #7b95a3; width: 1rem; height: 1rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: #eaeaea; + background: #617c8a; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6578,8 +6577,8 @@ background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #007ad9; - color: #ffffff; + background: #afd3c8; + color: #385048; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6601,12 +6600,12 @@ color: #aeb6bf; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-galleria-mask { --maskbg: rgba(0, 0, 0, 0.9); @@ -6653,8 +6652,8 @@ height: 1.5rem; } .p-avatar { - background-color: #c8c8c8; - border-radius: 3px; + background-color: #dadada; + border-radius: 2px; } .p-avatar.p-avatar-lg { width: 3rem; @@ -6679,8 +6678,8 @@ border: 2px solid #ffffff; } .p-chip { - background-color: #c8c8c8; - color: #333333; + background-color: #dadada; + color: #666666; border-radius: 16px; padding: 0 0.429rem; } @@ -6699,14 +6698,14 @@ margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { - border-radius: 3px; + border-radius: 2px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; margin-left: 0.5rem; } .p-chip .p-chip-remove-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-chip .p-chip-remove-icon:focus { outline: 0 none; @@ -6715,7 +6714,7 @@ width: 3rem; height: 3rem; border-radius: 50%; - box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { @@ -6733,35 +6732,35 @@ height: 1.5rem; } .p-skeleton { - background-color: #eaeaea; - border-radius: 3px; + background-color: #dadada; + border-radius: 2px; } .p-skeleton:after { background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); } .p-tag { - background: #007ad9; + background: #7b95a3; color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 3px; + border-radius: 2px; } .p-tag.p-tag-success { - background-color: #34a835; - color: #ffffff; + background-color: #a3e2c6; + color: #323e39; } .p-tag.p-tag-info { - background-color: #007ad9; - color: #ffffff; + background-color: #a3def8; + color: #3d4447; } .p-tag.p-tag-warning { - background-color: #ffba01; + background-color: #ffe38e; color: #333333; } .p-tag.p-tag-danger { - background-color: #e91224; - color: #ffffff; + background-color: #f4b6b6; + color: #262222; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6773,31 +6772,31 @@ } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; - border-radius: 3px; + border-radius: 2px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: #eaeaea; - color: #333333; + background: #f4f4f4; + color: #666666; } .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #8dcdff; + box-shadow: 0 0 0 0.2rem #e4e9ec; } .p-metergroup .p-metergroup-meter-container { - background: #eaeaea; - border-radius: 3px; + background: #efefef; + border-radius: 2px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #007ad9; + background: #7b95a3; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 24px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #007ad9; + background: #7b95a3; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6815,12 +6814,12 @@ height: 0.5rem; } .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type { - border-top-left-radius: 3px; - border-bottom-left-radius: 3px; + border-top-left-radius: 2px; + border-bottom-left-radius: 2px; } .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type { - border-top-right-radius: 3px; - border-bottom-right-radius: 3px; + border-top-right-radius: 2px; + border-bottom-right-radius: 2px; } .p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start { margin-bottom: 1rem; @@ -6833,12 +6832,12 @@ height: 100%; } .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type { - border-top-left-radius: 3px; - border-top-right-radius: 3px; + border-top-left-radius: 2px; + border-top-right-radius: 2px; } .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type { - border-bottom-left-radius: 3px; - border-bottom-right-radius: 3px; + border-bottom-left-radius: 2px; + border-bottom-right-radius: 2px; } .p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start) { margin-left: 1rem; @@ -6846,13 +6845,13 @@ .p-progressbar { border: 0 none; height: 24px; - background: #eaeaea; - border-radius: 3px; + background: #efefef; + border-radius: 2px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #007ad9; + background: #7b95a3; } .p-progressbar .p-progressbar-label { color: #ffffff; @@ -6860,8 +6859,8 @@ } .p-terminal { background: #ffffff; - color: #333333; - border: 1px solid #c8c8c8; + color: #666666; + border: 1px solid #dadada; padding: 0.571rem 1rem; } .p-terminal .p-terminal-input { @@ -6870,7 +6869,7 @@ font-size: 1rem; } .p-badge { - background: #007ad9; + background: #7b95a3; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -6879,24 +6878,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #607d8b; + background-color: #a3897b; color: #ffffff; } .p-badge.p-badge-success { - background-color: #34a835; - color: #ffffff; + background-color: #a3e2c6; + color: #323e39; } .p-badge.p-badge-info { - background-color: #007ad9; - color: #ffffff; + background-color: #a3def8; + color: #3d4447; } .p-badge.p-badge-warning { - background-color: #ffba01; + background-color: #ffe38e; color: #333333; } .p-badge.p-badge-danger { - background-color: #e91224; - color: #ffffff; + background-color: #f4b6b6; + color: #262222; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -6911,28 +6910,28 @@ line-height: 3rem; } .p-tag { - background: #007ad9; + background: #7b95a3; color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 3px; + border-radius: 2px; } .p-tag.p-tag-success { - background-color: #34a835; - color: #ffffff; + background-color: #a3e2c6; + color: #323e39; } .p-tag.p-tag-info { - background-color: #007ad9; - color: #ffffff; + background-color: #a3def8; + color: #3d4447; } .p-tag.p-tag-warning { - background-color: #ffba01; + background-color: #ffe38e; color: #333333; } .p-tag.p-tag-danger { - background-color: #e91224; - color: #ffffff; + background-color: #f4b6b6; + color: #262222; } } @layer primereact { @@ -6940,25 +6939,13 @@ color: #ffffff; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: #b4b4b4; + color: #ffffff; } .p-dialog .p-dialog-header .p-dialog-header-icon { color: #ffffff; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: #b4b4b4; + color: #ffffff; } } -.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background-color: #494949; - border: 1px solid #494949; - color: #ffffff; -} - -.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background-color: #494949; - border-color: #494949; - color: #ffffff; -} - /* Customizations to the designer theme should be defined here */ diff --git a/public/themes/nova/theme.css b/public/themes/nova/theme.css index 164d2261d5..9f5b703217 100644 --- a/public/themes/nova/theme.css +++ b/public/themes/nova/theme.css @@ -1357,12 +1357,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { color: #666666; } @@ -1404,13 +1410,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; color: #848484; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; color: #848484; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/rhea/theme.css b/public/themes/rhea/theme.css index 47a051ca37..59a6e359eb 100644 --- a/public/themes/rhea/theme.css +++ b/public/themes/rhea/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 1.858rem; + } .p-icon-field-left.p-float-label > label { left: 1.858rem; } .p-icon-field-right > .p-inputtext { padding-right: 1.858rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 1.858rem; + } ::-webkit-input-placeholder { color: #a6a6a6; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.429rem; color: #a6a6a6; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.429rem; color: #a6a6a6; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/saga-blue/theme.css b/public/themes/saga-blue/theme.css index bfe3ae5937..8e69d3c44d 100644 --- a/public/themes/saga-blue/theme.css +++ b/public/themes/saga-blue/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: #6c757d; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: #6c757d; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: #6c757d; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/saga-green/theme.css b/public/themes/saga-green/theme.css index 50d1c48bd7..f5b498405f 100644 --- a/public/themes/saga-green/theme.css +++ b/public/themes/saga-green/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: #6c757d; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: #6c757d; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: #6c757d; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/saga-orange/theme.css b/public/themes/saga-orange/theme.css index 3360bd5c95..bd6f670561 100644 --- a/public/themes/saga-orange/theme.css +++ b/public/themes/saga-orange/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: #6c757d; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: #6c757d; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: #6c757d; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/saga-purple/theme.css b/public/themes/saga-purple/theme.css index b2528eef64..69211042ba 100644 --- a/public/themes/saga-purple/theme.css +++ b/public/themes/saga-purple/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: #6c757d; } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: #6c757d; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: #6c757d; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/soho-dark/theme.css b/public/themes/soho-dark/theme.css index 98867e587b..d69e7c63e7 100644 --- a/public/themes/soho-dark/theme.css +++ b/public/themes/soho-dark/theme.css @@ -1375,12 +1375,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/soho-light/theme.css b/public/themes/soho-light/theme.css index 1d3f894e73..25ddefd9ab 100644 --- a/public/themes/soho-light/theme.css +++ b/public/themes/soho-light/theme.css @@ -1375,12 +1375,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #708da9; } @@ -1422,13 +1428,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #708da9; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #708da9; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/tailwind-light/theme.css b/public/themes/tailwind-light/theme.css index 9636d9f353..a2e24a185d 100644 --- a/public/themes/tailwind-light/theme.css +++ b/public/themes/tailwind-light/theme.css @@ -1384,12 +1384,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #71717a; } @@ -1431,13 +1437,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #71717a; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #71717a; + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/vela-blue/theme.css b/public/themes/vela-blue/theme.css index d9331ca995..465db7ba7a 100644 --- a/public/themes/vela-blue/theme.css +++ b/public/themes/vela-blue/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/vela-green/theme.css b/public/themes/vela-green/theme.css index 8691ff3426..b8ac92f9ca 100644 --- a/public/themes/vela-green/theme.css +++ b/public/themes/vela-green/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/vela-orange/theme.css b/public/themes/vela-orange/theme.css index e71a354ee7..d1f2ad94cb 100644 --- a/public/themes/vela-orange/theme.css +++ b/public/themes/vela-orange/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/vela-purple/theme.css b/public/themes/vela-purple/theme.css index 37b4c247ed..67add3818d 100644 --- a/public/themes/vela-purple/theme.css +++ b/public/themes/vela-purple/theme.css @@ -1354,12 +1354,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2rem; + } .p-icon-field-left.p-float-label > label { left: 2rem; } .p-icon-field-right > .p-inputtext { padding-right: 2rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1401,13 +1407,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.5rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/viva-dark/theme.css b/public/themes/viva-dark/theme.css index ca5a00feb6..7963f54b1f 100644 --- a/public/themes/viva-dark/theme.css +++ b/public/themes/viva-dark/theme.css @@ -1382,12 +1382,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); } @@ -1429,13 +1435,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); + z-index: 1; } .p-inputotp { display: flex; diff --git a/public/themes/viva-light/theme.css b/public/themes/viva-light/theme.css index 12e52646d7..dedfc8dde9 100644 --- a/public/themes/viva-light/theme.css +++ b/public/themes/viva-light/theme.css @@ -1382,12 +1382,18 @@ .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; } + .p-icon-field-left > .p-autocomplete .p-inputtext { + padding-left: 2.5rem; + } .p-icon-field-left.p-float-label > label { left: 2.5rem; } .p-icon-field-right > .p-inputtext { padding-right: 2.5rem; } + .p-icon-field-right > .p-autocomplete .p-inputtext { + padding-right: 2.5rem; + } ::-webkit-input-placeholder { color: #898989; } @@ -1429,13 +1435,15 @@ .p-fluid .p-icon-field-right { width: 100%; } - .p-icon-field-left > .p-input-icon:first-of-type { + .p-icon-field-left > .p-input-icon { left: 0.75rem; color: #898989; + z-index: 1; } - .p-icon-field-right > .p-input-icon:last-of-type { + .p-icon-field-right > .p-input-icon { right: 0.75rem; color: #898989; + z-index: 1; } .p-inputotp { display: flex; From 3bcee075b4567884579d63826f7ada15f46e2327 Mon Sep 17 00:00:00 2001 From: KumJungMin Date: Sat, 23 Nov 2024 22:51:37 +0900 Subject: [PATCH 3/5] style: update style --- public/themes/md-light-indigo/theme.css | 3142 +++++++++--------- public/themes/mdc-dark-indigo/theme.css | 3142 +++++++++--------- public/themes/mdc-light-deeppurple/theme.css | 520 +-- public/themes/mdc-light-indigo/theme.css | 520 +-- public/themes/nova-alt/theme.css | 2983 ++++++++--------- 5 files changed, 5164 insertions(+), 5143 deletions(-) diff --git a/public/themes/md-light-indigo/theme.css b/public/themes/md-light-indigo/theme.css index 5e8320a266..19da9e338d 100644 --- a/public/themes/md-light-indigo/theme.css +++ b/public/themes/md-light-indigo/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #1e1e1e; - --surface-b: #121212; - --surface-c: hsla(0, 0%, 100%, 0.04); - --surface-d: hsla(0, 0%, 100%, 0.12); - --surface-e: #1e1e1e; - --surface-f: #262626; - --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); - --primary-color: #9FA8DA; - --primary-color-text: #121212; - --surface-0: #121212; - --surface-50: #2a2a2a; - --surface-100: #414141; - --surface-200: #595959; - --surface-300: #717171; - --surface-400: #898989; - --surface-500: #a0a0a0; - --surface-600: #b8b8b8; - --surface-700: #d0d0d0; - --surface-800: #e7e7e7; - --surface-900: #ffffff; - --gray-50: #e7e7e7; - --gray-100: #d0d0d0; - --gray-200: #b8b8b8; - --gray-300: #a0a0a0; - --gray-400: #898989; - --gray-500: #717171; - --gray-600: #595959; - --gray-700: #414141; - --gray-800: #2a2a2a; - --gray-900: #121212; + --surface-a: #ffffff; + --surface-b: #fafafa; + --surface-c: rgba(0, 0, 0, 0.04); + --surface-d: rgba(0, 0, 0, 0.12); + --surface-e: #ffffff; + --surface-f: #ffffff; + --text-color: rgba(0, 0, 0, 0.87); + --text-color-secondary: rgba(0, 0, 0, 0.6); + --primary-color: #3F51B5; + --primary-color-text: #ffffff; + --surface-0: #ffffff; + --surface-50: #fafafa; + --surface-100: #f5f5f5; + --surface-200: #eeeeee; + --surface-300: #e0e0e0; + --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: #e0e0e0; + --gray-400: #bdbdbd; + --gray-500: #9e9e9e; + --gray-600: #757575; + --gray-700: #616161; + --gray-800: #424242; + --gray-900: #212121; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #121212; - --surface-section: #121212; - --surface-card: #1e1e1e; - --surface-overlay: #262626; - --surface-border: hsla(0, 0%, 100%, 0.12); - --surface-hover: hsla(0, 0%, 100%, 0.04); + --surface-ground: #fafafa; + --surface-section: #ffffff; + --surface-card: #ffffff; + --surface-overlay: #ffffff; + --surface-border: rgba(0, 0, 0, 0.12); + --surface-hover: rgba(0, 0, 0, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(159, 168, 218, 0.16); - --highlight-text-color: #9FA8DA; - color-scheme: dark; + --highlight-bg: rgba(63, 81, 181, 0.12); + --highlight-text-color: #3F51B5; + color-scheme: light; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#fafbfd; - --primary-100:#e8eaf6; - --primary-200:#d6daef; - --primary-300:#c3c9e8; - --primary-400:#b1b9e1; - --primary-500:#9fa8da; - --primary-600:#878fb9; - --primary-700:#6f7699; - --primary-800:#575c78; - --primary-900:#404357; + --primary-50:#f5f6fb; + --primary-100:#d1d5ed; + --primary-200:#acb4df; + --primary-300:#8893d1; + --primary-400:#6372c3; + --primary-500:#3f51b5; + --primary-600:#36459a; + --primary-700:#2c397f; + --primary-800:#232d64; + --primary-900:#192048; } .p-editor-container .p-editor-toolbar { - background: #1e1e1e; + background: #ffffff; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(255, 255, 255, 0.6); + stroke: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(255, 255, 255, 0.6); + fill: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 1rem 1rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-content .ql-editor { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #9FA8DA; + color: #3F51B5; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #9FA8DA; + stroke: #3F51B5; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #9FA8DA; + fill: #3F51B5; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #9FA8DA; + color: #3F51B5; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #f44435; + color: #b00020; } .p-text-secondary { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.5rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-autocomplete-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-datepicker { padding: 0.5rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #2b2b2b; + background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; margin: 0; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #9FA8DA; + color: #3F51B5; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: transparent; - color: rgba(255, 255, 255, 0.87); - border-color: rgba(255, 255, 255, 0.5); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border-color: rgb(0, 0, 0); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid hsla(0, 0%, 100%, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-cascadeselect.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-cascadeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 1rem 1rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #9FA8DA; - background: #9FA8DA; + border-color: #3F51B5; + background: #3F51B5; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #9FA8DA; - background: #9FA8DA; - color: #121212; + border-color: #3F51B5; + background: #3F51B5; + color: #ffffff; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #f44435; + border-color: #b00020; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #9FA8DA; + background: #3F51B5; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-chips .p-chips-multiple-container { padding: 0.5rem 1rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: hsla(0, 0%, 100%, 0.24); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.24); + color: rgba(0, 0, 0, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #2b2b2b; - border: 1px solid #1e1e1e; + background: #323232; + border: 1px solid #191919; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-dropdown.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-dropdown-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-inputgroup-addon { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.6); - border-top: 1px solid hsla(0, 0%, 100%, 0.3); - border-left: 1px solid hsla(0, 0%, 100%, 0.3); - border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.6); + border-top: 1px solid rgba(0, 0, 0, 0.38); + border-left: 1px solid rgba(0, 0, 0, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.38); padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid hsla(0, 0%, 100%, 0.3); + border-right: 1px solid rgba(0, 0, 0, 0.38); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #bdbdbd; + background: #ffffff; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(159, 168, 218, 0.5); + background: rgba(63, 81, 181, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #9FA8DA; + background: #3F51B5; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(159, 168, 218, 0.5); + background: rgba(63, 81, 181, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #f44435; + border-color: #b00020; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; padding: 1rem 1rem; - border: 1px solid hsla(0, 0%, 100%, 0.3); + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-inputtext.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputtext.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-inputtext.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-inputtext.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,11 +1366,11 @@ } .p-float-label > label { left: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #f44435; + color: #b00020; } .p-icon-field-left > .p-inputtext { padding-left: 3rem; @@ -1388,25 +1388,25 @@ padding-right: 3rem; } ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } ::-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-input-filled .p-inputtext { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-inputtext:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1430,12 +1430,12 @@ } .p-icon-field-left > .p-input-icon { left: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); z-index: 1; } .p-inputotp { @@ -1475,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1496,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1506,7 +1506,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } @@ -1517,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-listbox.p-invalid { - border-color: #f44435; + border-color: #b00020; } .p-mention-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1570,18 +1570,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-multiselect { display: inline-flex; @@ -1672,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-multiselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1715,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.5rem 1rem; } .p-multiselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1747,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1756,16 +1756,16 @@ margin-left: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1779,7 +1779,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1791,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1807,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-password-panel { padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(159, 168, 218, 0.32); + background: rgba(63, 81, 181, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #ef9a9a; + background: #d32f2f; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fff59d; + background: #fbc02d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #c5e1a5; + background: #689f38; } .p-radiobutton { position: relative; @@ -1881,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 20px; height: 20px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1898,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #9FA8DA; + background-color: #3F51B5; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #9FA8DA; - background: #121212; + border-color: #3F51B5; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #9FA8DA; - background: #121212; + border-color: #3F51B5; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #9FA8DA; + background-color: #3F51B5; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #f44435; + border-color: #b00020; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-rating { position: relative; @@ -1968,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #9FA8DA; + color: #3F51B5; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1.143rem; } @@ -1977,7 +1977,7 @@ height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1985,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #9FA8DA; + color: #3F51B5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #9FA8DA; + color: #3F51B5; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-selectbutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-slider { - background: hsla(0, 0%, 100%, 0.3); + background: #c1c1c1; border: 0 none; border-radius: 4px; } @@ -2055,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #9FA8DA; + background: #3F51B5; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2066,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #9FA8DA; + background: #3F51B5; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #9FA8DA; + background: #3F51B5; border-color: 0 none; } .p-treeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 2rem; } .p-treeselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.5rem 1rem; } .p-treeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2154,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 4rem; @@ -2165,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2186,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-togglebutton { position: relative; @@ -2222,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #9FA8DA; + border-color: #3F51B5; } .p-togglebutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-button { - color: #121212; - background: #9FA8DA; + color: #ffffff; + background: #3F51B5; border: 0 none; padding: 0.714rem 1rem; font-size: 1rem; @@ -2282,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(159, 168, 218, 0.92); - color: #121212; + background: rgba(63, 81, 181, 0.92); + color: #ffffff; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.68); - color: #121212; + background: rgba(63, 81, 181, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button:focus { outline: 0 none; @@ -2369,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #9FA8DA; - background-color: #121212; + color: #3F51B5; + background-color: #ffffff; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2432,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #121212; - background: #F48FB1; + color: #ffffff; + background: #ff4081; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(244, 143, 177, 0.92); - color: #121212; + background: rgba(255, 64, 129, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(244, 143, 177, 0.68); - color: #121212; + background: rgba(255, 64, 129, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #F48FB1; + color: #ff4081; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); - color: #F48FB1; + background: rgba(255, 64, 129, 0.04); + color: #ff4081; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); - color: #F48FB1; + background: rgba(255, 64, 129, 0.16); + color: #ff4081; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #F48FB1; + color: #ff4081; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); + background: rgba(255, 64, 129, 0.04); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #212121; - background: #90caf9; + color: #ffffff; + background: #2196f3; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(144, 202, 249, 0.92); - color: #212121; + background: rgba(33, 150, 243, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); - color: #212121; + background: rgba(33, 150, 243, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #212121; - background: #c5e1a5; + color: #ffffff; + background: #689f38; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(197, 225, 165, 0.92); - color: #212121; + background: rgba(104, 159, 56, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); - color: #212121; + background: rgba(104, 159, 56, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212121; - background: #fff59d; + color: #212529; + background: #fbc02d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(255, 245, 157, 0.92); - color: #212121; + background: rgba(251, 192, 45, 0.92); + color: #212529; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); - color: #212121; + background: rgba(251, 192, 45, 0.68); + color: #212529; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #212121; - background: #ce93d8; + color: #ffffff; + background: #9c27b0; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(206, 147, 216, 0.92); - color: #212121; + background: rgba(156, 39, 176, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); - color: #212121; + background: rgba(156, 39, 176, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #212121; - background: #ef9a9a; + color: #ffffff; + background: #d32f2f; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(239, 154, 154, 0.92); - color: #212121; + background: rgba(211, 47, 47, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); - color: #212121; + background: rgba(211, 47, 47, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #121212; - background: #ffffff; - border: 1px solid #ffffff; + color: #ffffff; + background: #212121; + border: 1px solid #212121; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #d0d0d0; - color: #121212; - border-color: #d0d0d0; + background: #424242; + color: #ffffff; + border-color: #424242; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #b8b8b8; - color: #121212; - border-color: #b8b8b8; + background: #616161; + color: #ffffff; + border-color: #616161; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #ffffff; + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: #ffffff; + background: rgba(33, 33, 33, 0.04); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: #ffffff; + background: rgba(33, 33, 33, 0.16); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #ffffff; + color: #212121; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(33, 33, 33, 0.04); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-link { - color: #9FA8DA; + color: #3F51B5; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2787,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-splitbutton { @@ -2795,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #9FA8DA; + color: #3F51B5; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(159, 168, 218, 0.04); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.04); + color: #3F51B5; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.16); + color: #3F51B5; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2878,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #F48FB1; + color: #ff4081; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); - color: #F48FB1; + background: rgba(255, 64, 129, 0.04); + color: #ff4081; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); - color: #F48FB1; + background: rgba(255, 64, 129, 0.16); + color: #ff4081; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #F48FB1; + color: #ff4081; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(244, 143, 177, 0.04); + background: rgba(255, 64, 129, 0.04); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); border-color: transparent; - color: #F48FB1; + color: #ff4081; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3061,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #F48FB1; - color: #212121; + background: #ff4081; + color: #fff; } .p-speeddial-action:hover { - background: rgba(244, 143, 177, 0.92); - color: #212121; + background: rgba(255, 64, 129, 0.92); + color: #fff; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3112,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3120,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3142,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3164,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3182,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3207,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; } @@ -3253,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3263,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3282,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(159, 168, 218, 0.16); + box-shadow: inset 0 2px 0 0 rgba(63, 81, 181, 0.12); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(159, 168, 218, 0.16); + box-shadow: inset 0 -2px 0 0 rgba(63, 81, 181, 0.12); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-column-resizer-helper { - background: #9FA8DA; + background: #3F51B5; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #1e1e1e; + background-color: #ffffff; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3393,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #9FA8DA; + color: #3F51B5; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #9FA8DA; + color: #3F51B5; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.5rem 0.5rem; @@ -3439,7 +3439,7 @@ padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { - background: rgba(159, 168, 218, 0.16); + background: rgba(63, 81, 181, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3450,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 1rem 0; } .p-dataview .p-dataview-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3489,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3523,24 +3523,24 @@ .p-column-filter-menu-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3550,16 +3550,16 @@ .p-column-filter-clear-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3567,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3581,18 +3581,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3600,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3638,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3649,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 1rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3658,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3673,57 +3673,57 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: rgba(0, 0, 0, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(69, 86, 180, 0.16); + color: rgba(30, 39, 86, 0.12); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-right: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-top: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3737,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: solid #e4e4e4; border-width: 0; padding: 0.5rem 1rem; border-radius: 4px; @@ -3750,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3761,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3790,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3807,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(159, 168, 218, 0.16); - border-color: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + border-color: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { padding: 1rem; @@ -3823,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3834,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 1rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3843,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3858,24 +3858,24 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-tree-container { margin: 0; @@ -3934,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1rem; border-radius: 4px; } @@ -3958,16 +3958,16 @@ margin-right: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3976,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #9FA8DA; + color: #3F51B5; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #9FA8DA; + color: #3F51B5; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4013,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4029,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(105, 119, 197, 0.16); + background: rgba(50, 65, 145, 0.12); } .p-treetable { position: relative; @@ -4167,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -4185,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4213,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #9FA8DA; - background: rgba(159, 168, 218, 0.16); + color: #3F51B5; + background: rgba(63, 81, 181, 0.12); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4268,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #9FA8DA; + color: #3F51B5; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #9FA8DA; + color: #3F51B5; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-column-resizer-helper { - background: #9FA8DA; + background: #3F51B5; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4327,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #9FA8DA; + color: #3F51B5; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #9FA8DA; + color: #3F51B5; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.875rem 0.875rem; @@ -4399,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.5rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 400; border-radius: 4px; transition: none; @@ -4414,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { padding: 1rem 1.5rem; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4470,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4486,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { padding: 1rem 0; @@ -4495,16 +4495,16 @@ padding: 1rem 0 0 0; } .p-fieldset { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; border-radius: 4px; } @@ -4514,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; } @@ -4527,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(255, 255, 255, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { padding: 1rem; } .p-divider .p-divider-content { - background-color: #1e1e1e; + background-color: #ffffff; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px hsla(0, 0%, 100%, 0.12); + border-top: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4552,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px hsla(0, 0%, 100%, 0.12); + border-left: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4571,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4596,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 1rem 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; + border: 1px solid #e0e0e0; + background: #ffffff; border-radius: 4px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4629,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4648,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4661,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4671,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4683,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #9FA8DA; + background-color: #3F51B5; } .p-stepper .p-stepper-panels { - background: transparent; + background: #ffffff; padding: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4704,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: transparent; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4729,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #9FA8DA; + background-color: #3F51B5; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4806,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -4832,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(159, 168, 218, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(63, 81, 181, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #9FA8DA; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #3F51B5; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: transparent; - color: #9FA8DA; + background: #ffffff; + color: #3F51B5; width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4857,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: transparent; + background: #ffffff; padding: 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; padding: 1rem; border-radius: 4px; gap: 0.5rem; @@ -4875,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4897,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4928,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4941,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4964,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4974,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; @@ -4999,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5009,8 +5009,8 @@ padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; width: 2.5rem; height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5020,28 +5020,28 @@ right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(159, 168, 218, 0.92); - color: #121212; + background: rgba(63, 81, 181, 0.92); + color: #ffffff; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-sidebar { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5052,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5060,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5077,29 +5077,29 @@ padding: 1rem; } .p-tooltip .p-tooltip-text { - background: #444444; - color: rgba(255, 255, 255, 0.87); + background: rgba(97, 97, 97, 0.9); + color: #ffffff; padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #444444; + border-right-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #444444; + border-left-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #444444; + border-top-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #444444; + border-bottom-color: rgba(97, 97, 97, 0.9); } .p-fileupload .p-fileupload-buttonbar { - background: #1e1e1e; + background: #ffffff; padding: 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5109,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #1e1e1e; + background: #ffffff; padding: 2rem 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5126,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e5e5e5; border-radius: 4px; padding: 1rem; } @@ -5141,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5170,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5330,81 +5330,81 @@ } .p-megamenu { padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-megamenu-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5414,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5424,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5438,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5447,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5490,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5570,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu.p-menu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5670,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5764,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5779,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5827,13 +5827,13 @@ display: flex; width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5844,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5865,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5972,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1.5rem; font-weight: 400; } @@ -5994,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6026,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6120,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6215,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6224,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6236,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6244,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); width: 100%; top: 50%; left: 0; @@ -6262,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -6292,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(159, 168, 218, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(63, 81, 181, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #9FA8DA; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #3F51B5; } .p-tieredmenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6319,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6637,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: rgba(255, 255, 255, 0.87); + color: #f6f6f6; width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6666,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6689,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.4); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(159, 168, 218, 0.16); - color: #9FA8DA; + background: rgba(63, 81, 181, 0.12); + color: #3F51B5; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6770,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: hsla(0, 0%, 100%, 0.12); + background-color: rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6793,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #1e1e1e; + border: 2px solid #ffffff; } .p-chip { - background-color: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; padding: 0 1rem; } @@ -6836,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #F48FB1; + background: #ff4081; } .p-scrolltop.p-link:hover { - background: rgba(244, 143, 177, 0.92); + background: rgba(255, 64, 129, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #121212; + color: #ffffff; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(255, 255, 255, 0.06); + background-color: rgba(0, 0, 0, 0.08); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); } .p-tag { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6894,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6903,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(159, 168, 218, 0.32); + background: rgba(63, 81, 181, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #9FA8DA; + background: #3F51B5; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #9FA8DA; + background: #3F51B5; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6963,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(159, 168, 218, 0.32); + background: rgba(63, 81, 181, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #9FA8DA; + background: #3F51B5; } .p-progressbar .p-progressbar-label { - color: #121212; + color: #ffffff; line-height: 4px; } .p-terminal { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 1rem; } .p-terminal .p-terminal-input { @@ -6987,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6996,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #F48FB1; - color: #121212; + background-color: #ff4081; + color: #ffffff; } .p-badge.p-badge-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-badge.p-badge-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-badge.p-badge-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-badge.p-badge-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7028,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #9FA8DA; - color: #121212; + background: #3F51B5; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } } @layer primereact { @@ -7074,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7092,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7109,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7138,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7150,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-button { font-weight: 500; @@ -7179,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(159, 168, 218, 0.76); + background: rgba(63, 81, 181, 0.76); } .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.68); + background: rgba(63, 81, 181, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(159, 168, 218, 0.12); + background: rgba(63, 81, 181, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); + background: rgba(63, 81, 181, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7206,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(255, 255, 255, 0.12) !important; - color: rgba(255, 255, 255, 0.38) !important; + background-color: rgba(0, 0, 0, 0.12) !important; + color: rgba(0, 0, 0, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(244, 143, 177, 0.76); + background: rgba(255, 64, 129, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(244, 143, 177, 0.68); + background: rgba(255, 64, 129, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(244, 143, 177, 0.12); + background: rgba(255, 64, 129, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(244, 143, 177, 0.16); + background-color: rgba(255, 64, 129, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(144, 202, 249, 0.76); + background: rgba(33, 150, 243, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); + background: rgba(33, 150, 243, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(144, 202, 249, 0.16); + background-color: rgba(33, 150, 243, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(197, 225, 165, 0.76); + background: rgba(104, 159, 56, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); + background: rgba(104, 159, 56, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(197, 225, 165, 0.16); + background-color: rgba(104, 159, 56, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(255, 245, 157, 0.76); + background: rgba(251, 192, 45, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); + background: rgba(251, 192, 45, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(255, 245, 157, 0.16); + background-color: rgba(251, 192, 45, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(206, 147, 216, 0.76); + background: rgba(156, 39, 176, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); + background: rgba(156, 39, 176, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(156, 39, 176, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(239, 154, 154, 0.76); + background: rgba(211, 47, 47, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); + background: rgba(211, 47, 47, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(239, 154, 154, 0.16); + background-color: rgba(211, 47, 47, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(255, 255, 255, 0.76); + background: rgba(33, 33, 33, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(255, 255, 255, 0.68); + background: rgba(33, 33, 33, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(33, 33, 33, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(255, 255, 255, 0.16); + background-color: rgba(33, 33, 33, 0.16); } .p-calendar-w-btn { - border: 1px solid hsla(0, 0%, 100%, 0.3); - background: #1e1e1e; + border: 1px solid rgba(0, 0, 0, 0.38); + background: #ffffff; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7362,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #9FA8DA; - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + border-color: #3F51B5; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7394,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(159, 168, 218, 0.16); + box-shadow: 0 0 0 1px rgba(63, 81, 181, 0.12); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #f44435; + border-color: #b00020; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7432,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7451,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7463,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7479,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #F48FB1; - color: #121212; + background: #ff4081; + color: #ffffff; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7490,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7510,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7538,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-checkbox { border-radius: 50%; @@ -7558,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; border-radius: 2px; position: relative; } @@ -7574,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #9FA8DA; + border-color: #3F51B5; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7621,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7643,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7672,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #9FA8DA; + box-shadow: inset 0 2px 0 0 #3F51B5; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #9FA8DA; + box-shadow: inset 0 -2px 0 0 #3F51B5; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7710,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-dropdown-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7730,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7749,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #F48FB1; - color: #121212; + background: #ff4081; + color: #ffffff; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(244, 143, 177, 0.68); - color: #121212; + background: rgba(255, 64, 129, 0.68); + color: #ffffff; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7815,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7845,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7861,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7888,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #1e1e1e; + background-color: #ffffff; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7898,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #9FA8DA; + color: #3F51B5; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.5rem; @@ -7915,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7943,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7972,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8014,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-panel { border-radius: 4px; @@ -8075,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8104,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-progressbar { border-radius: 0; @@ -8126,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); + box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #9FA8DA; + border-color: #3F51B5; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-rating { gap: 0; @@ -8168,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(159, 168, 218, 0.12); + background: rgba(63, 81, 181, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.12); + background: rgba(176, 0, 32, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.04); + background: rgba(176, 0, 32, 0.04); } .p-selectbutton .p-button:focus { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-selectbutton .p-button:focus.p-highlight { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } .p-slidemenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(244, 143, 177, 0.2); + box-shadow: 0 0 1px 10px rgba(255, 64, 129, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(159, 168, 218, 0.12); + background: rgba(63, 81, 181, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(159, 168, 218, 0.16); + background: rgba(63, 81, 181, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8221,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(244, 143, 177, 0.12); + background: rgba(255, 64, 129, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(244, 143, 177, 0.16); + background: rgba(255, 64, 129, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8275,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #9FA8DA; - color: #121212; + background-color: #3F51B5; + color: #ffffff; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8324,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #9FA8DA; - color: #121212; + background-color: #3F51B5; + color: #ffffff; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8345,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(159, 168, 218, 0.12); + background-color: rgba(63, 81, 181, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8356,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #9FA8DA; + background-color: #3F51B5; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-toolbar { border: 0 none; @@ -8373,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(159, 168, 218, 0.24); + background: rgba(63, 81, 181, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8386,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; + box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; } .p-treeselect-item .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8406,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8448,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8480,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(159, 168, 218, 0.16); + background-color: rgba(63, 81, 181, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(159, 168, 218, 0.12); + background-color: rgba(63, 81, 181, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(159, 168, 218, 0.12); + background-color: rgba(63, 81, 181, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #9FA8DA; + background-color: #3F51B5; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } } /* Customizations to the designer theme should be defined here */ diff --git a/public/themes/mdc-dark-indigo/theme.css b/public/themes/mdc-dark-indigo/theme.css index 2d888bd4ec..cec5027d4a 100644 --- a/public/themes/mdc-dark-indigo/theme.css +++ b/public/themes/mdc-dark-indigo/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #ffffff; - --surface-b: #fafafa; - --surface-c: rgba(0, 0, 0, 0.04); - --surface-d: rgba(0, 0, 0, 0.12); - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: rgba(0, 0, 0, 0.87); - --text-color-secondary: rgba(0, 0, 0, 0.6); - --primary-color: #3F51B5; - --primary-color-text: #ffffff; - --surface-0: #ffffff; - --surface-50: #fafafa; - --surface-100: #f5f5f5; - --surface-200: #eeeeee; - --surface-300: #e0e0e0; - --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: #e0e0e0; - --gray-400: #bdbdbd; - --gray-500: #9e9e9e; - --gray-600: #757575; - --gray-700: #616161; - --gray-800: #424242; - --gray-900: #212121; + --surface-a: #1e1e1e; + --surface-b: #121212; + --surface-c: hsla(0, 0%, 100%, 0.04); + --surface-d: hsla(0, 0%, 100%, 0.12); + --surface-e: #1e1e1e; + --surface-f: #262626; + --text-color: rgba(255, 255, 255, 0.87); + --text-color-secondary: rgba(255, 255, 255, 0.6); + --primary-color: #9FA8DA; + --primary-color-text: #121212; + --surface-0: #121212; + --surface-50: #2a2a2a; + --surface-100: #414141; + --surface-200: #595959; + --surface-300: #717171; + --surface-400: #898989; + --surface-500: #a0a0a0; + --surface-600: #b8b8b8; + --surface-700: #d0d0d0; + --surface-800: #e7e7e7; + --surface-900: #ffffff; + --gray-50: #e7e7e7; + --gray-100: #d0d0d0; + --gray-200: #b8b8b8; + --gray-300: #a0a0a0; + --gray-400: #898989; + --gray-500: #717171; + --gray-600: #595959; + --gray-700: #414141; + --gray-800: #2a2a2a; + --gray-900: #121212; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #fafafa; - --surface-section: #ffffff; - --surface-card: #ffffff; - --surface-overlay: #ffffff; - --surface-border: rgba(0, 0, 0, 0.12); - --surface-hover: rgba(0, 0, 0, 0.04); + --surface-ground: #121212; + --surface-section: #121212; + --surface-card: #1e1e1e; + --surface-overlay: #262626; + --surface-border: hsla(0, 0%, 100%, 0.12); + --surface-hover: hsla(0, 0%, 100%, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(63, 81, 181, 0.12); - --highlight-text-color: #3F51B5; - color-scheme: light; + --highlight-bg: rgba(159, 168, 218, 0.16); + --highlight-text-color: #9FA8DA; + color-scheme: dark; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#f5f6fb; - --primary-100:#d1d5ed; - --primary-200:#acb4df; - --primary-300:#8893d1; - --primary-400:#6372c3; - --primary-500:#3f51b5; - --primary-600:#36459a; - --primary-700:#2c397f; - --primary-800:#232d64; - --primary-900:#192048; + --primary-50:#fafbfd; + --primary-100:#e8eaf6; + --primary-200:#d6daef; + --primary-300:#c3c9e8; + --primary-400:#b1b9e1; + --primary-500:#9fa8da; + --primary-600:#878fb9; + --primary-700:#6f7699; + --primary-800:#575c78; + --primary-900:#404357; } .p-editor-container .p-editor-toolbar { - background: #ffffff; + background: #1e1e1e; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(0, 0, 0, 0.6); + stroke: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(0, 0, 0, 0.6); + fill: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 0.75rem 0.75rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-content .ql-editor { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #3F51B5; + color: #9FA8DA; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #3F51B5; + stroke: #9FA8DA; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #3F51B5; + fill: #9FA8DA; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #3F51B5; + color: #9FA8DA; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #b00020; + color: #f44435; } .p-text-secondary { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-autocomplete-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-datepicker { padding: 0.5rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #ffffff; + background: #2b2b2b; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; margin: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #3F51B5; + color: #9FA8DA; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border-color: rgb(0, 0, 0); + background: transparent; + color: rgba(255, 255, 255, 0.87); + border-color: rgba(255, 255, 255, 0.5); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker .p-datepicker-buttonbar { padding: 0.75rem 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid rgba(0, 0, 0, 0.12); + border-left: 1px solid hsla(0, 0%, 100%, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-cascadeselect.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-cascadeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 0.75rem 0.75rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #3F51B5; - background: #3F51B5; + border-color: #9FA8DA; + background: #9FA8DA; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #3F51B5; - background: #3F51B5; - color: #ffffff; + border-color: #9FA8DA; + background: #9FA8DA; + color: #121212; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #b00020; + border-color: #f44435; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #3F51B5; + background: #9FA8DA; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: rgba(0, 0, 0, 0.24); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.24); + color: rgba(255, 255, 255, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #323232; - border: 1px solid #191919; + background: #2b2b2b; + border: 1px solid #1e1e1e; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-dropdown.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-dropdown-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-inputgroup-addon { - background: #ffffff; - color: rgba(0, 0, 0, 0.6); - border-top: 1px solid rgba(0, 0, 0, 0.38); - border-left: 1px solid rgba(0, 0, 0, 0.38); - border-bottom: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.6); + border-top: 1px solid hsla(0, 0%, 100%, 0.3); + border-left: 1px solid hsla(0, 0%, 100%, 0.3); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid rgba(0, 0, 0, 0.38); + border-right: 1px solid hsla(0, 0%, 100%, 0.3); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #ffffff; + background: #bdbdbd; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(63, 81, 181, 0.5); + background: rgba(159, 168, 218, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #3F51B5; + background: #9FA8DA; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(63, 81, 181, 0.5); + background: rgba(159, 168, 218, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #b00020; + border-color: #f44435; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; padding: 0.75rem 0.75rem; - border: 1px solid rgba(0, 0, 0, 0.38); + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-inputtext.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputtext.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-inputtext.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-inputtext.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,11 +1366,11 @@ } .p-float-label > label { left: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #b00020; + color: #f44435; } .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; @@ -1388,25 +1388,25 @@ padding-right: 2.5rem; } ::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } ::-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-ms-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-input-filled .p-inputtext { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-inputtext:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1430,12 +1430,12 @@ } .p-icon-field-left > .p-input-icon { left: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); z-index: 1; } .p-inputotp { @@ -1475,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1496,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1506,7 +1506,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } @@ -1517,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-listbox.p-invalid { - border-color: #b00020; + border-color: #f44435; } .p-mention-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1570,18 +1570,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-multiselect { display: inline-flex; @@ -1672,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-multiselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1715,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.375rem 0.75rem; } .p-multiselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1747,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1756,16 +1756,16 @@ margin-left: 0.5rem; width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1779,7 +1779,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1791,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1807,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-password-panel { padding: 0.75rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(63, 81, 181, 0.32); + background: rgba(159, 168, 218, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #d32f2f; + background: #ef9a9a; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fbc02d; + background: #fff59d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #689f38; + background: #c5e1a5; } .p-radiobutton { position: relative; @@ -1881,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 20px; height: 20px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1898,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #3F51B5; + background-color: #9FA8DA; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #3F51B5; - background: #ffffff; + border-color: #9FA8DA; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #3F51B5; - background: #ffffff; + border-color: #9FA8DA; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #3F51B5; + background-color: #9FA8DA; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #b00020; + border-color: #f44435; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-rating { position: relative; @@ -1968,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #3F51B5; + color: #9FA8DA; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1rem; } @@ -1977,7 +1977,7 @@ height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1985,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #3F51B5; + color: #9FA8DA; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #3F51B5; + color: #9FA8DA; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-selectbutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-slider { - background: #c1c1c1; + background: hsla(0, 0%, 100%, 0.3); border: 0 none; border-radius: 4px; } @@ -2055,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #3F51B5; + background: #9FA8DA; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2066,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #3F51B5; + background: #9FA8DA; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #3F51B5; + background: #9FA8DA; border-color: 0 none; } .p-treeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 1.75rem; } .p-treeselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.375rem 0.75rem; } .p-treeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2154,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 3.5rem; @@ -2165,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2186,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-togglebutton { position: relative; @@ -2222,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(0, 0, 0, 0.12); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #3F51B5; + border-color: #9FA8DA; } .p-togglebutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-button { - color: #ffffff; - background: #3F51B5; + color: #121212; + background: #9FA8DA; border: 0 none; padding: 0.571rem 0.75rem; font-size: 1rem; @@ -2282,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(63, 81, 181, 0.92); - color: #ffffff; + background: rgba(159, 168, 218, 0.92); + color: #121212; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.68); - color: #ffffff; + background: rgba(159, 168, 218, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button:focus { outline: 0 none; @@ -2369,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #3F51B5; - background-color: #ffffff; + color: #9FA8DA; + background-color: #121212; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2432,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #ffffff; - background: #ff4081; + color: #121212; + background: #F48FB1; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(255, 64, 129, 0.92); - color: #ffffff; + background: rgba(244, 143, 177, 0.92); + color: #121212; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(255, 64, 129, 0.68); - color: #ffffff; + background: rgba(244, 143, 177, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #ff4081; + color: #F48FB1; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); - color: #ff4081; + background: rgba(244, 143, 177, 0.04); + color: #F48FB1; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); - color: #ff4081; + background: rgba(244, 143, 177, 0.16); + color: #F48FB1; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #ff4081; + color: #F48FB1; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); + background: rgba(244, 143, 177, 0.04); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #ffffff; - background: #2196f3; + color: #212121; + background: #90caf9; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(33, 150, 243, 0.92); - color: #ffffff; + background: rgba(144, 202, 249, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); - color: #ffffff; + background: rgba(144, 202, 249, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #ffffff; - background: #689f38; + color: #212121; + background: #c5e1a5; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(104, 159, 56, 0.92); - color: #ffffff; + background: rgba(197, 225, 165, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); - color: #ffffff; + background: rgba(197, 225, 165, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212529; - background: #fbc02d; + color: #212121; + background: #fff59d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(251, 192, 45, 0.92); - color: #212529; + background: rgba(255, 245, 157, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); - color: #212529; + background: rgba(255, 245, 157, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #ffffff; - background: #9c27b0; + color: #212121; + background: #ce93d8; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(156, 39, 176, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); - color: #ffffff; + background: rgba(206, 147, 216, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #ffffff; - background: #d32f2f; + color: #212121; + background: #ef9a9a; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(211, 47, 47, 0.92); - color: #ffffff; + background: rgba(239, 154, 154, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); - color: #ffffff; + background: rgba(239, 154, 154, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #ffffff; - background: #212121; - border: 1px solid #212121; + color: #121212; + background: #ffffff; + border: 1px solid #ffffff; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #424242; - color: #ffffff; - border-color: #424242; + background: #d0d0d0; + color: #121212; + border-color: #d0d0d0; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #616161; - color: #ffffff; - border-color: #616161; + background: #b8b8b8; + color: #121212; + border-color: #b8b8b8; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #212121; + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); - color: #212121; + background: rgba(255, 255, 255, 0.04); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); - color: #212121; + background: rgba(255, 255, 255, 0.16); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #212121; + color: #ffffff; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-link { - color: #3F51B5; + color: #9FA8DA; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2787,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-splitbutton { @@ -2795,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #3F51B5; + color: #9FA8DA; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(63, 81, 181, 0.04); - color: #3F51B5; + background: rgba(159, 168, 218, 0.04); + color: #9FA8DA; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2878,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #ff4081; + color: #F48FB1; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); - color: #ff4081; + background: rgba(244, 143, 177, 0.04); + color: #F48FB1; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); - color: #ff4081; + background: rgba(244, 143, 177, 0.16); + color: #F48FB1; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #ff4081; + color: #F48FB1; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 64, 129, 0.04); + background: rgba(244, 143, 177, 0.04); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); border-color: transparent; - color: #ff4081; + color: #F48FB1; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3061,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #ff4081; - color: #fff; + background: #F48FB1; + color: #212121; } .p-speeddial-action:hover { - background: rgba(255, 64, 129, 0.92); - color: #fff; + background: rgba(244, 143, 177, 0.92); + color: #212121; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3112,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3120,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3142,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3164,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3182,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3207,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } @@ -3253,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3263,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3282,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(63, 81, 181, 0.12); + box-shadow: inset 0 2px 0 0 rgba(159, 168, 218, 0.16); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(63, 81, 181, 0.12); + box-shadow: inset 0 -2px 0 0 rgba(159, 168, 218, 0.16); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-column-resizer-helper { - background: #3F51B5; + background: #9FA8DA; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #ffffff; + background-color: #1e1e1e; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3393,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #3F51B5; + color: #9FA8DA; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #3F51B5; + color: #9FA8DA; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.375rem 0.375rem; @@ -3439,7 +3439,7 @@ padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { - background: rgba(63, 81, 181, 0.16); + background: rgba(159, 168, 218, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3450,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 0.75rem; } .p-dataview .p-dataview-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3489,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3523,24 +3523,24 @@ .p-column-filter-menu-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3550,16 +3550,16 @@ .p-column-filter-clear-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3567,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3581,18 +3581,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3600,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3638,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3649,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 0.75rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3658,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3673,57 +3673,57 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(0, 0, 0, 0.02); + background: rgba(255, 255, 255, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(30, 39, 86, 0.12); + color: rgba(69, 86, 180, 0.16); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3737,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: solid #404040; border-width: 0; padding: 0.375rem 0.75rem; border-radius: 4px; @@ -3750,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3761,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3790,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3807,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(63, 81, 181, 0.12); - border-color: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + border-color: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { padding: 0.75rem; @@ -3823,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3834,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 0.75rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3843,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3858,24 +3858,24 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-tree-container { margin: 0; @@ -3934,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0.75rem; border-radius: 4px; } @@ -3958,16 +3958,16 @@ margin-right: 0.5rem; width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3976,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #3F51B5; + color: #9FA8DA; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #3F51B5; + color: #9FA8DA; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4013,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4029,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(50, 65, 145, 0.12); + background: rgba(105, 119, 197, 0.16); } .p-treetable { position: relative; @@ -4167,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -4185,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4213,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #3F51B5; - background: rgba(63, 81, 181, 0.12); + color: #9FA8DA; + background: rgba(159, 168, 218, 0.16); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4268,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #3F51B5; + color: #9FA8DA; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #3F51B5; + color: #9FA8DA; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-column-resizer-helper { - background: #3F51B5; + background: #9FA8DA; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4327,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #3F51B5; + color: #9FA8DA; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #3F51B5; + color: #9FA8DA; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.65625rem 0.65625rem; @@ -4399,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.25rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 400; border-radius: 4px; transition: none; @@ -4414,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { padding: 0.75rem 1.25rem; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4470,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4486,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { padding: 0.75rem 0; @@ -4495,16 +4495,16 @@ padding: 0.75rem 0 0 0; } .p-fieldset { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 0.75rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; border-radius: 4px; } @@ -4514,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; } @@ -4527,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(0, 0, 0, 0.04); - border-color: #e0e0e0; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { padding: 0.75rem; } .p-divider .p-divider-content { - background-color: #ffffff; + background-color: #1e1e1e; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4552,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4571,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4596,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 0.75rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 0.75rem 0.75rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid #e0e0e0; - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; border-radius: 4px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4629,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4648,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4661,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4671,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4683,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #3F51B5; + background-color: #9FA8DA; } .p-stepper .p-stepper-panels { - background: #ffffff; + background: transparent; padding: 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4704,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: transparent; + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4729,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #3F51B5; + background-color: #9FA8DA; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4806,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -4832,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(63, 81, 181, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(159, 168, 218, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #3F51B5; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #9FA8DA; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: #ffffff; - color: #3F51B5; + background: transparent; + color: #9FA8DA; width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4857,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: #ffffff; + background: transparent; padding: 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; border-radius: 4px; gap: 0.5rem; @@ -4875,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4897,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4928,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4941,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4964,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4974,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; @@ -4999,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5009,8 +5009,8 @@ padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; width: 2rem; height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5020,28 +5020,28 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(63, 81, 181, 0.92); - color: #ffffff; + background: rgba(159, 168, 218, 0.92); + color: #121212; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-sidebar { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5052,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5060,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5077,29 +5077,29 @@ padding: 0.75rem; } .p-tooltip .p-tooltip-text { - background: rgba(97, 97, 97, 0.9); - color: #ffffff; + background: #444444; + color: rgba(255, 255, 255, 0.87); padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: rgba(97, 97, 97, 0.9); + border-right-color: #444444; } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: rgba(97, 97, 97, 0.9); + border-left-color: #444444; } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: rgba(97, 97, 97, 0.9); + border-top-color: #444444; } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: rgba(97, 97, 97, 0.9); + border-bottom-color: #444444; } .p-fileupload .p-fileupload-buttonbar { - background: #ffffff; + background: #1e1e1e; padding: 0.75rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5109,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #ffffff; + background: #1e1e1e; padding: 2rem 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5126,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #ffffff; - border: 1px solid #e5e5e5; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; padding: 0.75rem; } @@ -5141,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5170,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5330,81 +5330,81 @@ } .p-megamenu { padding: 0.75rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-megamenu-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5414,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5424,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5438,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5447,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5490,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5570,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu.p-menu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 0.75rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5670,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5764,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5779,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5827,13 +5827,13 @@ display: flex; width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5844,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5865,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5972,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1.25rem; font-weight: 400; } @@ -5994,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6026,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6120,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6215,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6224,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6236,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6244,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); width: 100%; top: 50%; left: 0; @@ -6262,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -6292,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(63, 81, 181, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(159, 168, 218, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #3F51B5; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #9FA8DA; } .p-tieredmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6319,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6637,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: #f6f6f6; + color: rgba(255, 255, 255, 0.87); width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6666,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6689,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.4); + background: rgba(255, 255, 255, 0.3); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(63, 81, 181, 0.12); - color: #3F51B5; + background: rgba(159, 168, 218, 0.16); + color: #9FA8DA; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6770,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: rgba(0, 0, 0, 0.12); + background-color: hsla(0, 0%, 100%, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6793,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #ffffff; + border: 2px solid #1e1e1e; } .p-chip { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background-color: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; padding: 0 0.75rem; } @@ -6836,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #ff4081; + background: #F48FB1; } .p-scrolltop.p-link:hover { - background: rgba(255, 64, 129, 0.92); + background: rgba(244, 143, 177, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #ffffff; + color: #121212; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(0, 0, 0, 0.08); + background-color: rgba(255, 255, 255, 0.06); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); } .p-tag { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6894,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6903,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(63, 81, 181, 0.32); + background: rgba(159, 168, 218, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #3F51B5; + background: #9FA8DA; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #3F51B5; + background: #9FA8DA; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6963,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(63, 81, 181, 0.32); + background: rgba(159, 168, 218, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #3F51B5; + background: #9FA8DA; } .p-progressbar .p-progressbar-label { - color: #ffffff; + color: #121212; line-height: 4px; } .p-terminal { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; } .p-terminal .p-terminal-input { @@ -6987,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6996,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #ff4081; - color: #ffffff; + background-color: #F48FB1; + color: #121212; } .p-badge.p-badge-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-badge.p-badge-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-badge.p-badge-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-badge.p-badge-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7028,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #3F51B5; - color: #ffffff; + background: #9FA8DA; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } } @layer primereact { @@ -7074,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7092,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7109,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7138,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7150,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button { font-weight: 500; @@ -7179,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(63, 81, 181, 0.76); + background: rgba(159, 168, 218, 0.76); } .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.68); + background: rgba(159, 168, 218, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(63, 81, 181, 0.12); + background: rgba(159, 168, 218, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); + background: rgba(159, 168, 218, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7206,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(0, 0, 0, 0.12) !important; - color: rgba(0, 0, 0, 0.38) !important; + background-color: rgba(255, 255, 255, 0.12) !important; + color: rgba(255, 255, 255, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(255, 64, 129, 0.76); + background: rgba(244, 143, 177, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(255, 64, 129, 0.68); + background: rgba(244, 143, 177, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(255, 64, 129, 0.12); + background: rgba(244, 143, 177, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(255, 64, 129, 0.16); + background-color: rgba(244, 143, 177, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(33, 150, 243, 0.76); + background: rgba(144, 202, 249, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); + background: rgba(144, 202, 249, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(33, 150, 243, 0.16); + background-color: rgba(144, 202, 249, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(104, 159, 56, 0.76); + background: rgba(197, 225, 165, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); + background: rgba(197, 225, 165, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(104, 159, 56, 0.16); + background-color: rgba(197, 225, 165, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(251, 192, 45, 0.76); + background: rgba(255, 245, 157, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); + background: rgba(255, 245, 157, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(251, 192, 45, 0.16); + background-color: rgba(255, 245, 157, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(156, 39, 176, 0.76); + background: rgba(206, 147, 216, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); + background: rgba(206, 147, 216, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(156, 39, 176, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(211, 47, 47, 0.76); + background: rgba(239, 154, 154, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); + background: rgba(239, 154, 154, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(211, 47, 47, 0.16); + background-color: rgba(239, 154, 154, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(33, 33, 33, 0.76); + background: rgba(255, 255, 255, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(33, 33, 33, 0.68); + background: rgba(255, 255, 255, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(33, 33, 33, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(33, 33, 33, 0.16); + background-color: rgba(255, 255, 255, 0.16); } .p-calendar-w-btn { - border: 1px solid rgba(0, 0, 0, 0.38); - background: #ffffff; + border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #1e1e1e; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7362,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #3F51B5; - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + border-color: #9FA8DA; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7394,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.38); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(63, 81, 181, 0.12); + box-shadow: 0 0 0 1px rgba(159, 168, 218, 0.16); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #b00020; + border-color: #f44435; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7432,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7451,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7463,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7479,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #ff4081; - color: #ffffff; + background: #F48FB1; + color: #121212; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7490,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7510,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7538,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-checkbox { border-radius: 50%; @@ -7558,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); border-radius: 2px; position: relative; } @@ -7574,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #3F51B5; + border-color: #9FA8DA; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7621,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7643,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7672,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #3F51B5; + box-shadow: inset 0 2px 0 0 #9FA8DA; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #3F51B5; + box-shadow: inset 0 -2px 0 0 #9FA8DA; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7710,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-dropdown-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7730,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7749,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #ff4081; - color: #ffffff; + background: #F48FB1; + color: #121212; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(255, 64, 129, 0.68); - color: #ffffff; + background: rgba(244, 143, 177, 0.68); + color: #121212; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7815,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7845,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7861,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7888,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #ffffff; + background-color: #1e1e1e; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7898,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #3F51B5; + color: #9FA8DA; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.25rem; @@ -7915,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7943,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7972,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8014,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-panel { border-radius: 4px; @@ -8075,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8104,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-progressbar { border-radius: 0; @@ -8126,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.04); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(63, 81, 181, 0.12); + box-shadow: 0 0 1px 10px rgba(159, 168, 218, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #3F51B5; + border-color: #9FA8DA; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-rating { gap: 0; @@ -8168,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(63, 81, 181, 0.12); + background: rgba(159, 168, 218, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.12); + background: rgba(244, 68, 53, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.04); + background: rgba(244, 68, 53, 0.04); } .p-selectbutton .p-button:focus { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-selectbutton .p-button:focus.p-highlight { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } .p-slidemenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(255, 64, 129, 0.2); + box-shadow: 0 0 1px 10px rgba(244, 143, 177, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(63, 81, 181, 0.12); + background: rgba(159, 168, 218, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(63, 81, 181, 0.16); + background: rgba(159, 168, 218, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8221,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(255, 64, 129, 0.12); + background: rgba(244, 143, 177, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 64, 129, 0.16); + background: rgba(244, 143, 177, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8275,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #3F51B5; - color: #ffffff; + background-color: #9FA8DA; + color: #121212; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8324,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #3F51B5; - color: #ffffff; + background-color: #9FA8DA; + color: #121212; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8345,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(63, 81, 181, 0.12); + background-color: rgba(159, 168, 218, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8356,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #3F51B5; + background-color: #9FA8DA; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-toolbar { border: 0 none; @@ -8373,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(63, 81, 181, 0.24); + background: rgba(159, 168, 218, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8386,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5, inset 0 0 0 1px #3F51B5; + box-shadow: inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA, inset 0 0 0 1px #9FA8DA; } .p-treeselect-item .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8406,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #3F51B5, #3F51B5), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #9FA8DA, #9FA8DA), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8448,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8480,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(63, 81, 181, 0.16); + background-color: rgba(159, 168, 218, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(63, 81, 181, 0.12); + background-color: rgba(159, 168, 218, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(63, 81, 181, 0.12); + background-color: rgba(159, 168, 218, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #3F51B5; + background-color: #9FA8DA; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } } /* Customizations to the designer theme should be defined here */ diff --git a/public/themes/mdc-light-deeppurple/theme.css b/public/themes/mdc-light-deeppurple/theme.css index f2a12457b2..bb39d70e83 100644 --- a/public/themes/mdc-light-deeppurple/theme.css +++ b/public/themes/mdc-light-deeppurple/theme.css @@ -242,7 +242,7 @@ background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 1rem; + right: 0.75rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 4rem; + right: 3rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #673AB7; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(103, 58, 183, 0.12); color: #673AB7; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2.5rem; + line-height: 2rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(103, 58, 183, 0.12); } .p-datepicker .p-datepicker-buttonbar { - padding: 1rem 0; + padding: 0.75rem 0; border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); @@ -735,7 +735,7 @@ background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #673AB7; } .p-chips .p-chips-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 2rem; - margin-right: -2rem; + padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid rgba(0, 0, 0, 0.38); border-left: 1px solid rgba(0, 0, 0, 0.38); border-bottom: 1px solid rgba(0, 0, 0, 0.38); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #b00020; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(0, 0, 0, 0.87); background: #ffffff; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-float-label > label { - left: 1rem; + left: 0.75rem; color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } @@ -1373,19 +1373,19 @@ color: #b00020; } .p-icon-field-left > .p-inputtext { - padding-left: 3rem; + padding-left: 2.5rem; } .p-icon-field-left > .p-autocomplete .p-inputtext { - padding-left: 3rem; + padding-left: 2.5rem; } .p-icon-field-left.p-float-label > label { - left: 3rem; + left: 2.5rem; } .p-icon-field-right > .p-inputtext { - padding-right: 3rem; + padding-right: 2.5rem; } .p-icon-field-right > .p-autocomplete .p-inputtext { - padding-right: 3rem; + padding-right: 2.5rem; } ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.6); @@ -1410,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-icon-field { position: relative; @@ -1429,12 +1429,12 @@ width: 100%; } .p-icon-field-left > .p-input-icon { - left: 1rem; + left: 0.75rem; color: rgba(0, 0, 0, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); z-index: 1; } @@ -1445,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 3rem; + width: 2.5rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1483,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1492,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { @@ -1504,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); transition: none; @@ -1522,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1568,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1697,14 +1697,14 @@ background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -1724,7 +1724,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-multiselect-panel { background: #ffffff; @@ -1734,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1743,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 2rem; + padding-right: 1.75rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1754,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -1777,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1806,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1820,7 +1820,7 @@ border-color: #b00020; } .p-password-panel { - padding: 1rem; + padding: 0.75rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; @@ -1970,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #673AB7; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1.143rem; + font-size: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1.143rem; - height: 1.143rem; + width: 1rem; + height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #b00020; @@ -2088,7 +2088,7 @@ border-color: #673AB7; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect.p-variant-filled { background: #f5f5f5; @@ -2100,14 +2100,14 @@ background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -2128,7 +2128,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-treeselect-panel { background: #ffffff; @@ -2138,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -2150,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 4rem; + padding-right: 3.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 3rem; + right: 2.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -2185,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -2276,7 +2276,7 @@ color: #ffffff; background: #673AB7; border: 0 none; - padding: 0.714rem 1rem; + padding: 0.571rem 0.75rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2379,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 3rem; - padding: 0.714rem; + width: 2.25rem; + padding: 0.571rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2388,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 3rem; + height: 2.25rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2423,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-fluid .p-button-group { display: flex; @@ -2855,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3110,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3168,7 +3168,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3176,12 +3176,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3191,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3245,14 +3245,14 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3409,34 +3409,34 @@ background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { background: rgba(103, 58, 183, 0.16); @@ -3454,21 +3454,21 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-dataview .p-dataview-footer { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3493,14 +3493,14 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(0, 0, 0, 0.12); @@ -3511,7 +3511,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3521,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3548,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3579,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -3604,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -3613,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3626,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3641,23 +3641,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { @@ -3670,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3724,7 +3724,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1rem; + padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3741,7 +3741,7 @@ color: rgba(0, 0, 0, 0.87); border: solid #e4e4e4; border-width: 0; - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3817,7 +3817,7 @@ color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { - padding: 1rem; + padding: 0.75rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3826,23 +3826,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { @@ -3855,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3937,7 +3937,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1rem; + padding: 0.75rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3952,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.5rem; + padding: 0.25rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4009,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 2rem; + padding-right: 1.75rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { @@ -4171,7 +4171,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4179,12 +4179,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4194,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4240,11 +4240,11 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4343,34 +4343,34 @@ background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4397,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.5rem; + padding: 1.25rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4431,7 +4431,7 @@ color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; border: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4476,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 1rem; + padding: 0.75rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4489,10 +4489,10 @@ color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { - padding: 1rem 0; + padding: 0.75rem 0; } .p-card .p-card-footer { - padding: 1rem 0 0 0; + padding: 0.75rem 0 0 0; } .p-fieldset { border: 1px solid #e0e0e0; @@ -4501,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 1rem; + padding: 0.75rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4513,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; @@ -4532,7 +4532,7 @@ color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { - padding: 1rem; + padding: 0.75rem; } .p-divider .p-divider-content { background-color: #ffffff; @@ -4559,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; @@ -4569,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4595,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 1rem; + padding: 0.75rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4604,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4687,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: #ffffff; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { @@ -4819,7 +4819,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4847,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: #ffffff; color: #673AB7; - width: 3rem; + width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4858,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: #ffffff; - padding: 1rem; + padding: 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; @@ -4867,7 +4867,7 @@ .p-toolbar { background: #ffffff; border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; border-radius: 4px; gap: 0.5rem; } @@ -4882,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.5rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.5rem 1rem 1.5rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4930,7 +4930,7 @@ border-bottom: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1.5rem; + padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4939,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4966,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0 1.5rem 1.5rem 1.5rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4976,7 +4976,7 @@ border-top: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -5006,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 1rem; + padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { background: #673AB7; color: #ffffff; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1.25rem; - right: -1.25rem; + top: -1rem; + right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(103, 58, 183, 0.92); @@ -5046,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 1rem; + padding: 0.75rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -5074,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 1rem; + padding: 0.75rem; } .p-tooltip .p-tooltip-text { background: rgba(97, 97, 97, 0.9); @@ -5097,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #ffffff; - padding: 1rem; + padding: 0.75rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; @@ -5120,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5129,7 +5129,7 @@ background: #ffffff; border: 1px solid #e5e5e5; border-radius: 4px; - padding: 1rem; + padding: 0.75rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5182,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5329,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 1rem; + padding: 0.75rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5345,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5402,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5422,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5443,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5496,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5583,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5639,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5651,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 1rem; + padding: 0.75rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5666,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5698,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5762,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5805,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5825,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5871,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5945,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5979,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(0, 0, 0, 0.87); - padding: 1.5rem; + padding: 1.25rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6032,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6133,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6214,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6275,7 +6275,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6330,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6391,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border-radius: 4px; } @@ -6446,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 1rem 0; + margin: 0.75rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1.25rem 1.5rem; + padding: 1rem 1.25rem; } .p-message .p-message-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6542,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.5rem; + padding: 1.25rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6799,20 +6799,20 @@ background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); border-radius: 16px; - padding: 0 1rem; + padding: 0 0.75rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.5rem; - margin-bottom: 0.5rem; + margin-top: 0.375rem; + margin-bottom: 0.375rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.5rem; - height: 2.5rem; - margin-left: -1rem; + width: 2.25rem; + height: 2.25rem; + margin-left: -0.75rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6979,7 +6979,7 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7529,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7901,8 +7901,8 @@ color: #673AB7; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7996,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8217,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(3rem + 1px); + width: calc(2.25rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8430,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/mdc-light-indigo/theme.css b/public/themes/mdc-light-indigo/theme.css index 19da9e338d..2d888bd4ec 100644 --- a/public/themes/mdc-light-indigo/theme.css +++ b/public/themes/mdc-light-indigo/theme.css @@ -242,7 +242,7 @@ background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 1rem; + right: 0.75rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 4rem; + right: 3rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #3F51B5; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(63, 81, 181, 0.12); color: #3F51B5; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2.5rem; + line-height: 2rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.5rem; - height: 2.5rem; + width: 2.25rem; + height: 2.25rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(63, 81, 181, 0.12); } .p-datepicker .p-datepicker-buttonbar { - padding: 1rem 0; + padding: 0.75rem 0; border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); @@ -735,7 +735,7 @@ background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #3F51B5; } .p-chips .p-chips-multiple-container { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.5rem 0; + padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 2rem; - margin-right: -2rem; + padding-right: 1.75rem; + margin-right: -1.75rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid rgba(0, 0, 0, 0.38); border-left: 1px solid rgba(0, 0, 0, 0.38); border-bottom: 1px solid rgba(0, 0, 0, 0.38); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #b00020; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(0, 0, 0, 0.87); background: #ffffff; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-float-label > label { - left: 1rem; + left: 0.75rem; color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } @@ -1373,19 +1373,19 @@ color: #b00020; } .p-icon-field-left > .p-inputtext { - padding-left: 3rem; + padding-left: 2.5rem; } .p-icon-field-left > .p-autocomplete .p-inputtext { - padding-left: 3rem; + padding-left: 2.5rem; } .p-icon-field-left.p-float-label > label { - left: 3rem; + left: 2.5rem; } .p-icon-field-right > .p-inputtext { - padding-right: 3rem; + padding-right: 2.5rem; } .p-icon-field-right > .p-autocomplete .p-inputtext { - padding-right: 3rem; + padding-right: 2.5rem; } ::-webkit-input-placeholder { color: rgba(0, 0, 0, 0.6); @@ -1410,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-icon-field { position: relative; @@ -1429,12 +1429,12 @@ width: 100%; } .p-icon-field-left > .p-input-icon { - left: 1rem; + left: 0.75rem; color: rgba(0, 0, 0, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); z-index: 1; } @@ -1445,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 3rem; + width: 2.5rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1483,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1492,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { @@ -1504,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); transition: none; @@ -1522,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1568,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1697,14 +1697,14 @@ background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -1724,7 +1724,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-multiselect-panel { background: #ffffff; @@ -1734,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -1743,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 2rem; + padding-right: 1.75rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1754,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -1777,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -1806,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -1820,7 +1820,7 @@ border-color: #b00020; } .p-password-panel { - padding: 1rem; + padding: 0.75rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; @@ -1970,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #3F51B5; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1.143rem; + font-size: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1.143rem; - height: 1.143rem; + width: 1rem; + height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #b00020; @@ -2088,7 +2088,7 @@ border-color: #3F51B5; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect.p-variant-filled { background: #f5f5f5; @@ -2100,14 +2100,14 @@ background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; margin-right: 0.5rem; background: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); @@ -2128,7 +2128,7 @@ border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; } .p-treeselect-panel { background: #ffffff; @@ -2138,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -2150,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 2rem; + padding-right: 1.75rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 4rem; + padding-right: 3.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 3rem; + right: 2.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -2185,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); background: transparent; } @@ -2276,7 +2276,7 @@ color: #ffffff; background: #3F51B5; border: 0 none; - padding: 0.714rem 1rem; + padding: 0.571rem 0.75rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2379,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 3rem; - padding: 0.714rem; + width: 2.25rem; + padding: 0.571rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2388,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 3rem; + height: 2.25rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2423,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 3rem; + width: 2.25rem; } .p-fluid .p-button-group { display: flex; @@ -2855,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.62475rem 0.875rem; + padding: 0.499625rem 0.65625rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.8925rem 1.25rem; + padding: 0.71375rem 0.9375rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3110,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3168,7 +3168,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3176,12 +3176,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3191,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -3245,14 +3245,14 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3409,34 +3409,34 @@ background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { background: rgba(63, 81, 181, 0.16); @@ -3454,21 +3454,21 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-dataview .p-dataview-footer { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3493,14 +3493,14 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 0 none; - padding: 1rem 0; + padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(0, 0, 0, 0.12); @@ -3511,7 +3511,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3521,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3548,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -3579,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: transparent; @@ -3604,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -3613,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 1rem; + padding: 0.75rem; border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3626,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls { - padding: 1rem; + padding: 0.75rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3641,23 +3641,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { @@ -3670,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3724,7 +3724,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1rem; + padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3741,7 +3741,7 @@ color: rgba(0, 0, 0, 0.87); border: solid #e4e4e4; border-width: 0; - padding: 0.5rem 1rem; + padding: 0.375rem 0.75rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3817,7 +3817,7 @@ color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { - padding: 1rem; + padding: 0.75rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3826,23 +3826,23 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 1rem; + padding: 0.75rem; background: #ffffff; border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 2rem; + padding-right: 1.75rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { @@ -3855,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border: 0 none; color: rgba(0, 0, 0, 0.87); @@ -3937,7 +3937,7 @@ border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1rem; + padding: 0.75rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3952,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.5rem; + padding: 0.25rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4009,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 2rem; + padding-right: 1.75rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 1rem; + right: 0.75rem; color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { @@ -4171,7 +4171,7 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4179,12 +4179,12 @@ color: rgba(0, 0, 0, 0.87); border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4194,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; @@ -4240,11 +4240,11 @@ text-align: left; border: 1px solid #e4e4e4; border-width: 0 0 1px 0; - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4343,34 +4343,34 @@ background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.875rem 0.875rem; + padding: 0.65625rem 0.65625rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.5rem 0.5rem; + padding: 0.375rem 0.375rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 1.25rem 1.25rem; + padding: 0.9375rem 0.9375rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4397,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.5rem; + padding: 1.25rem; border: 0 none; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4431,7 +4431,7 @@ color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; border: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4476,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 1rem; + padding: 0.75rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4489,10 +4489,10 @@ color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { - padding: 1rem 0; + padding: 0.75rem 0; } .p-card .p-card-footer { - padding: 1rem 0 0 0; + padding: 0.75rem 0 0 0; } .p-fieldset { border: 1px solid #e0e0e0; @@ -4501,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 1rem; + padding: 0.75rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); background: #ffffff; @@ -4513,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; @@ -4532,7 +4532,7 @@ color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { - padding: 1rem; + padding: 0.75rem; } .p-divider .p-divider-content { background-color: #ffffff; @@ -4559,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; background: #ffffff; color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; @@ -4569,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4595,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 1rem; + padding: 0.75rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4604,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; border: 1px solid #e0e0e0; background: #ffffff; color: rgba(0, 0, 0, 0.87); @@ -4687,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: #ffffff; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { @@ -4819,7 +4819,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4847,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: #ffffff; color: #3F51B5; - width: 3rem; + width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4858,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: #ffffff; - padding: 1rem; + padding: 0.75rem; border: 0 none; color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; @@ -4867,7 +4867,7 @@ .p-toolbar { background: #ffffff; border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; border-radius: 4px; gap: 0.5rem; } @@ -4882,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.5rem; + padding: 1.25rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.5rem 1rem 1.5rem; + padding: 0 1.25rem 0.75rem 1.25rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4930,7 +4930,7 @@ border-bottom: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1.5rem; + padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4939,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -4966,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 0 1.5rem 1.5rem 1.5rem; + padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4976,7 +4976,7 @@ border-top: 0 none; background: #ffffff; color: rgba(0, 0, 0, 0.87); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -5006,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 1rem; + padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { background: #3F51B5; color: #ffffff; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1.25rem; - right: -1.25rem; + top: -1rem; + right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(63, 81, 181, 0.92); @@ -5046,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 1rem; + padding: 0.75rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; @@ -5074,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 1rem; + padding: 0.75rem; } .p-tooltip .p-tooltip-text { background: rgba(97, 97, 97, 0.9); @@ -5097,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #ffffff; - padding: 1rem; + padding: 0.75rem; border: 1px solid #e0e0e0; color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; @@ -5120,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5129,7 +5129,7 @@ background: #ffffff; border: 1px solid #e5e5e5; border-radius: 4px; - padding: 1rem; + padding: 0.75rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5182,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5329,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 1rem; + padding: 0.75rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5345,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5402,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5422,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5443,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5496,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5583,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5639,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 1rem; + padding: 0.75rem; color: rgba(0, 0, 0, 0.6); background: #ffffff; font-weight: 400; @@ -5651,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 1rem; + padding: 0.75rem; background: transparent; color: rgba(0, 0, 0, 0.87); border: 1px solid #e5e5e5; @@ -5666,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 1rem; + padding: 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5698,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5762,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5805,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5825,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5871,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5945,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 3rem; + padding-left: 2.25rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 5rem; + padding-left: 3.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 7rem; + padding-left: 5.25rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 9rem; + padding-left: 6.75rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 11rem; + padding-left: 8.25rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5979,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(0, 0, 0, 0.87); - padding: 1.5rem; + padding: 1.25rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6032,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6133,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6214,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6275,7 +6275,7 @@ border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; background: #ffffff; color: rgba(0, 0, 0, 0.6); - padding: 1rem 1.5rem; + padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6330,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(0, 0, 0, 0.87); - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6391,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 1rem 1rem; + padding: 0.75rem 0.75rem; margin: 0; border-radius: 4px; } @@ -6446,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 1rem 0; + margin: 0.75rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1.25rem 1.5rem; + padding: 1rem 1.25rem; } .p-message .p-message-close { - width: 2.5rem; - height: 2.5rem; + width: 2rem; + height: 2rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6542,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.5rem; + padding: 1.25rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6799,20 +6799,20 @@ background-color: rgba(0, 0, 0, 0.12); color: rgba(0, 0, 0, 0.87); border-radius: 16px; - padding: 0 1rem; + padding: 0 0.75rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.5rem; - margin-bottom: 0.5rem; + margin-top: 0.375rem; + margin-bottom: 0.375rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.5rem; - height: 2.5rem; - margin-left: -1rem; + width: 2.25rem; + height: 2.25rem; + margin-left: -0.75rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6979,7 +6979,7 @@ background: #ffffff; color: rgba(0, 0, 0, 0.87); border: 1px solid #e0e0e0; - padding: 1rem; + padding: 0.75rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7529,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7901,8 +7901,8 @@ color: #3F51B5; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7996,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8217,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(3rem + 1px); + width: calc(2.25rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8430,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.5rem; - padding-bottom: 0.5rem; + padding-top: 1.25rem; + padding-bottom: 0.25rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/nova-alt/theme.css b/public/themes/nova-alt/theme.css index 59a6e359eb..ea5ff01ea1 100644 --- a/public/themes/nova-alt/theme.css +++ b/public/themes/nova-alt/theme.css @@ -3,12 +3,12 @@ --surface-a: #ffffff; --surface-b: #f4f4f4; --surface-c: #eaeaea; - --surface-d: #dadada; + --surface-d: #c8c8c8; --surface-e: #ffffff; --surface-f: #ffffff; - --text-color: #495057; - --text-color-secondary: #6c757d; - --primary-color: #7b95a3; + --text-color: #333333; + --text-color-secondary: #848484; + --primary-color: #007ad9; --primary-color-text: #ffffff; --surface-0: #ffffff; --surface-50: #eef1f2; @@ -33,240 +33,240 @@ --gray-900: #111618; --content-padding: 0.571rem 1rem; --inline-spacing: 0.5rem; - --border-radius: 2px; + --border-radius: 3px; --surface-ground: #f4f4f4; --surface-section: #ffffff; --surface-card: #ffffff; --surface-overlay: #ffffff; - --surface-border: #dadada; + --surface-border: #c8c8c8; --surface-hover: #eaeaea; - --focus-ring: 0 0 0 0.2rem #e4e9ec; + --focus-ring: 0 0 0 0.2rem #8dcdff; --maskbg: rgba(0, 0, 0, 0.4); - --highlight-bg: #afd3c8; - --highlight-text-color: #385048; + --highlight-bg: #007ad9; + --highlight-text-color: #ffffff; color-scheme: light; } :root { - --blue-50:#f6fbfe; - --blue-100:#d4edfb; - --blue-200:#b2e0f7; - --blue-300:#91d2f4; - --blue-400:#6fc4f0; - --blue-500:#4db6ed; - --blue-600:#419bc9; - --blue-700:#367fa6; - --blue-800:#2a6482; - --blue-900:#1f495f; - --green-50:#f7fcf9; - --green-100:#daeee4; - --green-200:#bce1ce; - --green-300:#9fd4b8; - --green-400:#81c7a3; - --green-500:#64ba8d; - --green-600:#559e78; - --green-700:#468263; - --green-800:#37664e; - --green-900:#284a38; - --yellow-50:#fffdf6; - --yellow-100:#fef4d5; - --yellow-200:#fdecb4; - --yellow-300:#fce493; - --yellow-400:#fbdb71; - --yellow-500:#fad350; - --yellow-600:#d5b344; - --yellow-700:#af9438; - --yellow-800:#8a742c; - --yellow-900:#645420; - --cyan-50:#f7fefe; - --cyan-100:#daf8fa; - --cyan-200:#bdf3f6; - --cyan-300:#a0edf2; - --cyan-400:#83e8ee; - --cyan-500:#66e2ea; - --cyan-600:#57c0c7; - --cyan-700:#479ea4; - --cyan-800:#387c81; - --cyan-900:#295a5e; - --pink-50:#fef8fc; - --pink-100:#fadeef; - --pink-200:#f7c4e2; - --pink-300:#f3a9d5; - --pink-400:#f08fc9; - --pink-500:#ec75bc; - --pink-600:#c963a0; - --pink-700:#a55284; - --pink-800:#824067; - --pink-900:#5e2f4b; - --indigo-50:#f7f9fe; - --indigo-100:#d6e4f8; - --indigo-200:#b6cef2; - --indigo-300:#96b8ec; - --indigo-400:#75a3e7; - --indigo-500:#558de1; - --indigo-600:#4878bf; - --indigo-700:#3c639e; - --indigo-800:#2f4e7c; - --indigo-900:#22385a; + --blue-50:#f3f8fc; + --blue-100:#c6dcef; + --blue-200:#98c1e3; + --blue-300:#6ba5d7; + --blue-400:#3d8aca; + --blue-500:#106ebe; + --blue-600:#0e5ea2; + --blue-700:#0b4d85; + --blue-800:#093d69; + --blue-900:#062c4c; + --green-50:#f7fbf6; + --green-100:#d6ead1; + --green-200:#b6d9ad; + --green-300:#96c889; + --green-400:#76b765; + --green-500:#56a641; + --green-600:#498d37; + --green-700:#3c742e; + --green-800:#2f5b24; + --green-900:#22421a; + --yellow-50:#fffcf5; + --yellow-100:#fdefcd; + --yellow-200:#fbe3a6; + --yellow-300:#f9d67f; + --yellow-400:#f8ca57; + --yellow-500:#f6bd30; + --yellow-600:#d1a129; + --yellow-700:#ac8422; + --yellow-800:#87681a; + --yellow-900:#624c13; + --cyan-50:#f4fbfd; + --cyan-100:#ccebf5; + --cyan-200:#a4dbed; + --cyan-300:#7ccce5; + --cyan-400:#54bcdd; + --cyan-500:#2cacd5; + --cyan-600:#2592b5; + --cyan-700:#1f7895; + --cyan-800:#185f75; + --cyan-900:#124555; + --pink-50:#fdf4f9; + --pink-100:#f6cce0; + --pink-200:#eea3c7; + --pink-300:#e77aae; + --pink-400:#df5296; + --pink-500:#d8297d; + --pink-600:#b8236a; + --pink-700:#971d58; + --pink-800:#771745; + --pink-900:#561032; + --indigo-50:#f4f6fd; + --indigo-100:#ccd3f5; + --indigo-200:#a4b0ed; + --indigo-300:#7c8de5; + --indigo-400:#546add; + --indigo-500:#2c47d5; + --indigo-600:#253cb5; + --indigo-700:#1f3295; + --indigo-800:#182775; + --indigo-900:#121c55; --teal-50:#f6fbfa; - --teal-100:#d4ebe7; - --teal-200:#b2dbd4; - --teal-300:#90ccc1; - --teal-400:#6ebcae; - --teal-500:#4cac9b; - --teal-600:#419284; - --teal-700:#35786d; - --teal-800:#2a5f55; - --teal-900:#1e453e; - --orange-50:#fefbf6; - --orange-100:#fbebd2; - --orange-200:#f9dbae; - --orange-300:#f6cb8a; - --orange-400:#f3bb67; - --orange-500:#f0ab43; - --orange-600:#cc9139; - --orange-700:#a8782f; - --orange-800:#845e25; - --orange-900:#60441b; - --bluegray-50:#f9fafa; - --bluegray-100:#e0e5e9; - --bluegray-200:#c8d1d7; - --bluegray-300:#b0bdc5; - --bluegray-400:#97a8b4; - --bluegray-500:#7f94a2; - --bluegray-600:#6c7e8a; - --bluegray-700:#596871; - --bluegray-800:#465159; - --bluegray-900:#333b41; - --purple-50:#fbf8fc; - --purple-100:#ecddf1; - --purple-200:#ddc2e6; - --purple-300:#cea7dc; - --purple-400:#bf8cd1; - --purple-500:#b071c6; - --purple-600:#9660a8; - --purple-700:#7b4f8b; - --purple-800:#613e6d; - --purple-900:#462d4f; - --red-50:#fff7f5; - --red-100:#ffd7cf; - --red-200:#ffb7a8; - --red-300:#ff9782; - --red-400:#ff775b; - --red-500:#ff5735; - --red-600:#d94a2d; - --red-700:#b33d25; - --red-800:#8c301d; - --red-900:#662315; - --primary-50:#f8fafa; - --primary-100:#dfe6e9; - --primary-200:#c6d1d7; - --primary-300:#adbdc6; - --primary-400:#94a9b4; - --primary-500:#7b95a3; - --primary-600:#697f8b; - --primary-700:#566872; - --primary-800:#44525a; - --primary-900:#313c41; + --teal-100:#d1eae5; + --teal-200:#add9d1; + --teal-300:#89c8bd; + --teal-400:#65b7a8; + --teal-500:#41a694; + --teal-600:#378d7e; + --teal-700:#2e7468; + --teal-800:#245b51; + --teal-900:#1a423b; + --orange-50:#fff9f5; + --orange-100:#fde4cd; + --orange-200:#fbcfa6; + --orange-300:#f9ba7f; + --orange-400:#f8a457; + --orange-500:#f68f30; + --orange-600:#d17a29; + --orange-700:#ac6422; + --orange-800:#874f1a; + --orange-900:#623913; + --bluegray-50:#f7f8f9; + --bluegray-100:#dae0e3; + --bluegray-200:#bdc7cd; + --bluegray-300:#a0aeb6; + --bluegray-400:#8295a0; + --bluegray-500:#657c8a; + --bluegray-600:#566975; + --bluegray-700:#475761; + --bluegray-800:#38444c; + --bluegray-900:#283237; + --purple-50:#f9f8fd; + --purple-100:#e1dff7; + --purple-200:#cac5f1; + --purple-300:#b2abeb; + --purple-400:#9b92e4; + --purple-500:#8378de; + --purple-600:#6f66bd; + --purple-700:#5c549b; + --purple-800:#48427a; + --purple-900:#343059; + --red-50:#fdf4f3; + --red-100:#f6ccc6; + --red-200:#eea39a; + --red-300:#e77b6d; + --red-400:#df5240; + --red-500:#d82a13; + --red-600:#b82410; + --red-700:#971d0d; + --red-800:#77170a; + --red-900:#561108; + --primary-50:#f2f8fd; + --primary-100:#c2dff6; + --primary-200:#91c6ef; + --primary-300:#61ade7; + --primary-400:#3093e0; + --primary-500:#007ad9; + --primary-600:#0068b8; + --primary-700:#005598; + --primary-800:#004377; + --primary-900:#003157; } .p-editor-container .p-editor-toolbar { - background: #7b95a3; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + background: #333333; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid #7b95a3; + border: 1px solid #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: #a6a6a6; + stroke: #848484; } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: #a6a6a6; + fill: #848484; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: #a6a6a6; + color: #848484; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: #666666; + color: #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: #666666; + stroke: #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: #666666; + fill: #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: #666666; + color: #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: #666666; + stroke: #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: #666666; + fill: #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { background: #ffffff; - border: 1px solid #eaeaea; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 2px; + border: 1px solid #c8c8c8; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: #666666; + color: #333333; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 0.429rem 0.857rem; } .p-editor-container .p-editor-content { - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid #dadada; + border: 1px solid #c8c8c8; } .p-editor-container .p-editor-content .ql-editor { background: #ffffff; - color: #666666; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + color: #333333; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: #666666; + color: #333333; } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: #666666; + stroke: #333333; } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: #666666; + fill: #333333; } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #7b95a3; + color: #007ad9; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #7b95a3; + stroke: #007ad9; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #7b95a3; + fill: #007ad9; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #7b95a3; + color: #007ad9; } @layer primereact { @@ -287,10 +287,10 @@ opacity: 0.5; } .p-error { - color: #e7a3a3; + color: #a80000; } .p-text-secondary { - color: #a6a6a6; + color: #848484; } .pi { font-size: 1rem; @@ -303,12 +303,12 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - border-radius: 2px; + border-radius: 3px; } .p-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-component-overlay-enter { animation: p-component-overlay-enter-animation 150ms forwards; @@ -343,13 +343,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: #a6a6a6; + border-color: #212121; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.2145rem 0; @@ -358,29 +358,29 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: #666666; + color: #333333; padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #afd3c8; - color: #385048; - border-radius: 2px; + background: #007ad9; + color: #ffffff; + border-radius: 3px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #e7a3a3; + border-color: #a80000; } .p-autocomplete-panel { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - border-radius: 2px; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-autocomplete-panel .p-autocomplete-items { padding: 0; @@ -389,59 +389,59 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 0.857rem; - color: #666666; + color: #333333; background: #f4f4f4; font-weight: 700; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #e7a3a3; + border-color: #a80000; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-datepicker { padding: 0.857rem; background: #ffffff; - color: #666666; - border: 1px solid #dadada; - border-radius: 2px; + color: #333333; + border: 1px solid #a6a6a6; + border-radius: 3px; } .p-datepicker:not(.p-datepicker-inline) { background: #ffffff; - border: 1px solid #eaeaea; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + border: 1px solid #c8c8c8; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: #666666; + color: #333333; background: #ffffff; font-weight: 700; margin: 0; border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { @@ -455,7 +455,7 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } @@ -463,21 +463,21 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: #666666; + color: #333333; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 700; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #7b95a3; + color: #007ad9; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -499,37 +499,37 @@ .p-datepicker table td > span { width: 2.5rem; height: 2.5rem; - border-radius: 2px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 3px; + transition: background-color 0.2s, box-shadow 0.2s; border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datepicker table td.p-datepicker-today > span { background: #d0d0d0; - color: #666666; + color: #333333; border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-datepicker .p-datepicker-buttonbar { padding: 0.857rem 0 0.429rem 0; - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; padding: 0.857rem 0 0.429rem 0; } .p-datepicker .p-timepicker button { @@ -542,14 +542,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -568,27 +568,27 @@ } .p-datepicker .p-monthpicker .p-monthpicker-month { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 3px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-datepicker .p-yearpicker { margin: 0.857rem 0; } .p-datepicker .p-yearpicker .p-yearpicker-year { padding: 0.5rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 3px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid #dadada; + border-left: 1px solid #d8dae2; padding-right: 0.857rem; padding-left: 0.857rem; padding-top: 0; @@ -602,28 +602,28 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: #f4f4f4; + background: #eaeaea; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: #f4f4f4; + background: #eaeaea; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: #f4f4f4; + background: #eaeaea; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } @media screen and (max-width: 769px) { .p-datepicker table th, @@ -633,19 +633,19 @@ } .p-cascadeselect { background: #ffffff; - border: 1px solid #dadada; + border: 1px solid #a6a6a6; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + border-radius: 3px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: #a6a6a6; + border-color: #212121; } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-cascadeselect.p-variant-filled { background-color: #f4f4f4; @@ -662,7 +662,7 @@ padding: 0.429rem 0.429rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: #a6a6a6; + color: #666666; } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -670,20 +670,20 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: #a6a6a6; + color: #848484; width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-cascadeselect.p-invalid.p-component { - border-color: #e7a3a3; + border-color: #a80000; } .p-cascadeselect-panel { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - border-radius: 2px; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items { padding: 0; @@ -691,9 +691,9 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:first-child { @@ -703,15 +703,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: #aed3c7; + background: #007ad9; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 0.429rem 0.857rem; @@ -749,16 +749,16 @@ height: 20px; } .p-checkbox .p-checkbox-input { - border: 1px solid #dadada; - border-radius: 2px; + border: 1px solid #a6a6a6; + border-radius: 3px; } .p-checkbox .p-checkbox-box { - border: 1px solid #dadada; + border: 1px solid #a6a6a6; background: #ffffff; width: 20px; height: 20px; - color: #666666; - border-radius: 2px; + color: #333333; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; } @@ -772,12 +772,12 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 1px solid #dadada; + border: 1px solid #a6a6a6; background: #ffffff; width: 20px; height: 20px; - color: #666666; - border-radius: 2px; + color: #333333; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; } @@ -791,49 +791,52 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #7b95a3; - background: #7b95a3; + border-color: #007ad9; + background: #007ad9; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: #a6a6a6; + border-color: #212121; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #617c8a; - background: #617c8a; + border-color: #005b9f; + background: #005b9f; color: #ffffff; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #e7a3a3; + border-color: #a80000; } .p-checkbox.p-variant-filled .p-checkbox-box { background-color: #f4f4f4; } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #7b95a3; + background: #007ad9; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { background-color: #f4f4f4; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #617c8a; + background: #005b9f; } .p-input-filled .p-checkbox .p-checkbox-box { background-color: #f4f4f4; } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #7b95a3; + background: #007ad9; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { background-color: #f4f4f4; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #617c8a; + background: #005b9f; + } + .p-highlight .p-checkbox .p-checkbox-box { + border-color: #ffffff; } .p-checkbox { position: relative; @@ -853,13 +856,13 @@ background-color: #f4f4f4; } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #7b95a3; + background: #007ad9; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { background-color: #f4f4f4; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #617c8a; + background: #005b9f; } .p-chips { display: inline-flex; @@ -901,13 +904,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: #a6a6a6; + border-color: #212121; } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-chips .p-chips-multiple-container { padding: 0.2145rem 0.429rem; @@ -916,13 +919,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #dadada; - color: #666666; + background: #c8c8c8; + color: #333333; border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: #cbcbcb; - color: #666666; + background: #bababa; + color: #333333; } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -934,12 +937,12 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: #666666; + color: #333333; padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #e7a3a3; + border-color: #a80000; } .p-colorpicker-preview { width: 2rem; @@ -954,7 +957,7 @@ border-color: #ffffff; } .p-colorpicker-overlay-panel { - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-dropdown { display: inline-flex; @@ -1036,19 +1039,19 @@ } .p-dropdown { background: #ffffff; - border: 1px solid #dadada; + border: 1px solid #a6a6a6; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + border-radius: 3px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: #a6a6a6; + border-color: #212121; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-dropdown.p-variant-filled { background: #f4f4f4; @@ -1070,7 +1073,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: #a6a6a6; + color: #666666; } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1078,33 +1081,33 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: #a6a6a6; + color: #848484; width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-dropdown .p-dropdown-clear-icon { - color: #a6a6a6; + color: #848484; right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #e7a3a3; + border-color: #a80000; } .p-dropdown-panel { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - border-radius: 2px; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-dropdown-panel .p-dropdown-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #dadada; - color: #666666; + border-bottom: 1px solid #eaeaea; + color: #333333; background: #ffffff; margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { padding-right: 1.429rem; @@ -1112,7 +1115,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.429rem; - color: #a6a6a6; + color: #848484; } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1121,9 +1124,9 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:first-child { @@ -1133,15 +1136,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: #aed3c7; + background: #007ad9; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1151,26 +1154,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 0.857rem; - color: #666666; + color: #333333; background: #f4f4f4; font-weight: 700; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 0.429rem 0.857rem; - color: #666666; + color: #333333; background: transparent; } .p-inputgroup-addon { - background: #dbdbdb; - color: #666666; - border-top: 1px solid #dadada; - border-left: 1px solid #dadada; - border-bottom: 1px solid #dadada; + background: #eaeaea; + color: #848484; + border-top: 1px solid #a6a6a6; + border-left: 1px solid #a6a6a6; + border-bottom: 1px solid #a6a6a6; padding: 0.429rem 0.429rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid #dadada; + border-right: 1px solid #a6a6a6; } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1198,24 +1201,24 @@ .p-inputgroup input:first-child, .p-inputgroup > .p-inputwrapper:first-child, .p-inputgroup > .p-inputwrapper:first-child > .p-inputtext { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup .p-float-label:first-child input { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-inputgroup-addon:last-child, .p-inputgroup button:last-child, .p-inputgroup input:last-child, .p-inputgroup > .p-inputwrapper:last-child, .p-inputgroup > .p-inputwrapper:last-child > .p-inputtext { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-inputgroup .p-float-label:last-child input { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-fluid .p-inputgroup .p-button { width: auto; @@ -1224,7 +1227,7 @@ width: 2.357rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #e7a3a3; + border-color: #a80000; } .p-inputswitch { position: relative; @@ -1266,13 +1269,13 @@ border-radius: 30px; } .p-inputswitch .p-inputswitch-slider { - background: #ffffff; + background: #cccccc; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; border-radius: 30px; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #7b95a3; + background: #ffffff; width: 1.25rem; height: 1.25rem; left: 0.25rem; @@ -1281,50 +1284,50 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: #afd3c8; + background: #007ad9; } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #385048; + background: #cccccc; transform: translateX(1.25rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: #d8dae2; + background: #b7b7b7; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: #afd3c8; + background: #116fbf; } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #e7a3a3; + border-color: #a80000; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: #666666; + color: #333333; background: #ffffff; padding: 0.429rem 0.429rem; - border: 1px solid #dadada; + border: 1px solid #a6a6a6; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; appearance: none; - border-radius: 2px; + border-radius: 3px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: #a6a6a6; + border-color: #212121; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-inputtext.p-invalid.p-component { - border-color: #e7a3a3; + border-color: #a80000; } .p-inputtext.p-variant-filled { background-color: #f4f4f4; @@ -1345,11 +1348,11 @@ } .p-float-label > label { left: 0.429rem; - color: #a6a6a6; + color: #666666; transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #e7a3a3; + color: #a80000; } .p-icon-field-left > .p-inputtext { padding-left: 1.858rem; @@ -1367,16 +1370,16 @@ padding-right: 1.858rem; } ::-webkit-input-placeholder { - color: #a6a6a6; + color: #666666; } :-moz-placeholder { - color: #a6a6a6; + color: #666666; } ::-moz-placeholder { - color: #a6a6a6; + color: #666666; } :-ms-input-placeholder { - color: #a6a6a6; + color: #666666; } .p-input-filled .p-inputtext { background-color: #f4f4f4; @@ -1455,27 +1458,27 @@ } .p-listbox { background: #ffffff; - color: #666666; - border: 1px solid #dadada; - border-radius: 2px; + color: #333333; + border: 1px solid #a6a6a6; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; } .p-listbox .p-listbox-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #dadada; - color: #666666; + border-bottom: 1px solid #eaeaea; + color: #333333; background: #ffffff; margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-listbox .p-listbox-header .p-listbox-filter { padding-right: 1.429rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 0.429rem; - color: #a6a6a6; + color: #848484; } .p-listbox .p-listbox-list { padding: 0; @@ -1485,8 +1488,8 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item:first-child { @@ -1496,51 +1499,51 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.857rem; - color: #666666; + color: #333333; background: #f4f4f4; font-weight: 700; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 0.429rem 0.857rem; - color: #666666; + color: #333333; background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: #aed3c7; + background: #007ad9; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-listbox.p-invalid { - border-color: #e7a3a3; + border-color: #a80000; } .p-mention-panel { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - border-radius: 2px; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-mention-panel .p-mention-items { padding: 0; @@ -1549,18 +1552,18 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-multiselect { display: inline-flex; @@ -1652,19 +1655,19 @@ } .p-multiselect { background: #ffffff; - border: 1px solid #dadada; + border: 1px solid #a6a6a6; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + border-radius: 3px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: #a6a6a6; + border-color: #212121; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-multiselect.p-variant-filled { background: #f4f4f4; @@ -1680,13 +1683,13 @@ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-multiselect .p-multiselect-label.p-placeholder { - color: #a6a6a6; + color: #666666; } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #dadada; - color: #666666; + background: #c8c8c8; + color: #333333; border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1694,39 +1697,39 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: #a6a6a6; + color: #848484; width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-multiselect.p-invalid.p-component { - border-color: #e7a3a3; + border-color: #a80000; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.2145rem 0.429rem; } .p-multiselect-panel { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - border-radius: 2px; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-multiselect-panel .p-multiselect-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #dadada; - color: #666666; + border-bottom: 1px solid #eaeaea; + color: #333333; background: #ffffff; margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { padding-right: 1.429rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 0.429rem; - color: #a6a6a6; + color: #848484; } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1742,14 +1745,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-multiselect-panel .p-multiselect-items { padding: 0; @@ -1758,9 +1761,9 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:first-child { @@ -1770,15 +1773,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: #aed3c7; + background: #007ad9; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1786,38 +1789,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 0.857rem; - color: #666666; + color: #333333; background: #f4f4f4; font-weight: 700; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 0.429rem 0.857rem; - color: #666666; + color: #333333; background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #e7a3a3; + border-color: #a80000; } .p-password-panel { padding: 0.571rem 1rem; background: #ffffff; - color: #666666; - border: 1px solid #f1f1f1; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 2px; + color: #333333; + border: 1px solid #c8c8c8; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: #efefef; + background: #eaeaea; } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #f4b6b6; + background: #e91224; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #ffe38e; + background: #ffba01; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #a3e2c6; + background: #34a835; } .p-radiobutton { position: relative; @@ -1860,15 +1863,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid #dadada; + border: 1px solid #a6a6a6; border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 1px solid #dadada; + border: 1px solid #a6a6a6; background: #ffffff; width: 20px; height: 20px; - color: #666666; + color: #333333; border-radius: 50%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; @@ -1880,15 +1883,15 @@ background-color: #ffffff; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #7b95a3; - background: #7b95a3; + border-color: #007ad9; + background: #007ad9; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: #a6a6a6; + border-color: #212121; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #617c8a; - background: #617c8a; + border-color: #005b9f; + background: #005b9f; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { background-color: #ffffff; @@ -1896,35 +1899,38 @@ .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #e7a3a3; + border-color: #a80000; } .p-radiobutton.p-variant-filled .p-radiobutton-box { background-color: #f4f4f4; } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #7b95a3; + background: #007ad9; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { background-color: #f4f4f4; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #617c8a; + background: #005b9f; } .p-input-filled .p-radiobutton .p-radiobutton-box { background-color: #f4f4f4; } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #7b95a3; + background: #007ad9; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { background-color: #f4f4f4; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #617c8a; + background: #005b9f; + } + .p-highlight .p-radiobutton .p-radiobutton-box { + border-color: #ffffff; } .p-rating { position: relative; @@ -1947,7 +1953,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #666666; + color: #333333; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; font-size: 1.143rem; } @@ -1956,25 +1962,28 @@ height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #f3b9b9; + color: #e4018d; } .p-rating .p-rating-item.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #7b95a3; + color: #007ad9; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #7b95a3; + color: #007ad9; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #d66161; + color: #b5019f; + } + .p-highlight .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { + color: #ffffff; } .p-selectbutton .p-button { - background: #eaeaea; - border: 1px solid #eaeaea; + background: #dadada; + border: 1px solid #dadada; color: #333333; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } @@ -1989,82 +1998,82 @@ } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: #666666; + color: #212121; } .p-selectbutton .p-button.p-highlight { - background: #afd3c8; - border-color: #afd3c8; - color: #385048; + background: #007ad9; + border-color: #007ad9; + color: #ffffff; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: #385048; + color: #ffffff; } .p-selectbutton .p-button.p-highlight:hover { - background: #8dc8b5; - border-color: #8dc8b5; - color: #385048; + background: #116fbf; + border-color: #116fbf; + color: #ffffff; } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: #385048; + color: #ffffff; } .p-selectbutton.p-invalid > .p-button { - border-color: #e7a3a3; + border-color: #a80000; } .p-slider { - background: #c4c4c4; + background: #c8c8c8; border: 0 none; - border-radius: 2px; + border-radius: 3px; } .p-slider.p-slider-horizontal { height: 0.286rem; } .p-slider.p-slider-horizontal .p-slider-handle { - margin-top: -0.7145rem; - margin-left: -0.7145rem; + margin-top: -0.5715rem; + margin-left: -0.5715rem; } .p-slider.p-slider-vertical { width: 0.286rem; } .p-slider.p-slider-vertical .p-slider-handle { - margin-left: -0.7145rem; - margin-bottom: -0.7145rem; + margin-left: -0.5715rem; + margin-bottom: -0.5715rem; } .p-slider .p-slider-handle { - height: 1.429rem; - width: 1.429rem; + height: 1.143rem; + width: 1.143rem; background: #ffffff; - border: 2px solid #7f7f7f; - border-radius: 50%; + border: 2px solid #666666; + border-radius: 100%; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-slider .p-slider-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-slider .p-slider-range { - background: #7b95a3; + background: #007ad9; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: 2px solid #7f7f7f; - border-color: #7b95a3; + background: 2px solid #666666; + border-color: #007ad9; } .p-treeselect { background: #ffffff; - border: 1px solid #dadada; + border: 1px solid #a6a6a6; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + border-radius: 3px; } .p-treeselect:not(.p-disabled):hover { - border-color: #a6a6a6; + border-color: #212121; } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 1.429rem; @@ -2083,47 +2092,47 @@ transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-treeselect .p-treeselect-label.p-placeholder { - color: #a6a6a6; + color: #666666; } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.2145rem 0.429rem; margin-right: 0.5rem; - background: #dadada; - color: #666666; + background: #c8c8c8; + color: #333333; border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: #a6a6a6; + color: #848484; width: 2.357rem; - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-treeselect .p-treeselect-clear-icon { - color: #a6a6a6; + color: #848484; right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #e7a3a3; + border-color: #a80000; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.2145rem 0.429rem; } .p-treeselect-panel { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - border-radius: 2px; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); } .p-treeselect-panel .p-treeselect-header { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #dadada; - color: #666666; + border-bottom: 1px solid #eaeaea; + color: #333333; background: #ffffff; margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container { margin-right: 0.5rem; @@ -2133,7 +2142,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 0.429rem; - color: #a6a6a6; + color: #848484; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 2.858rem; @@ -2151,21 +2160,21 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-treeselect-panel .p-treeselect-items-wrapper .p-tree { border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 0.429rem 0.857rem; - color: #666666; + color: #333333; background: transparent; } .p-input-filled .p-treeselect { @@ -2201,12 +2210,12 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid #eaeaea; - border-radius: 2px; + border: 1px solid #dadada; + border-radius: 3px; } .p-togglebutton .p-button { - background: #eaeaea; - border: 1px solid #eaeaea; + background: #dadada; + border: 1px solid #dadada; color: #333333; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; outline-color: transparent; @@ -2216,13 +2225,13 @@ color: #666666; } .p-togglebutton.p-highlight .p-button { - background: #afd3c8; - border-color: #afd3c8; - color: #385048; + background: #007ad9; + border-color: #007ad9; + color: #ffffff; } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: #385048; + color: #ffffff; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { background: #c8c8c8; @@ -2231,102 +2240,102 @@ } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: #666666; + color: #212121; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #8dc8b5; - border-color: #8dc8b5; - color: #385048; + background: #116fbf; + border-color: #116fbf; + color: #ffffff; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: #385048; + color: #ffffff; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; - border-color: #7b95a3; + box-shadow: 0 0 0 0.2rem #8dcdff; + border-color: #007ad9; } .p-togglebutton.p-invalid > .p-button { - border-color: #e7a3a3; + border-color: #a80000; } .p-button { color: #ffffff; - background: #7b95a3; - border: 1px solid #7b95a3; + background: #007ad9; + border: 1px solid #007ad9; padding: 0.429rem 1rem; font-size: 1rem; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + border-radius: 3px; } .p-button:not(:disabled):hover { - background: #6c8999; + background: #116fbf; color: #ffffff; - border-color: #6c8999; + border-color: #116fbf; } .p-button:not(:disabled):active { - background: #617c8a; + background: #005b9f; color: #ffffff; - border-color: #617c8a; + border-color: #005b9f; } .p-button.p-button-outlined { background-color: transparent; - color: #7b95a3; + color: #007ad9; border: 1px solid; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(123, 149, 163, 0.04); - color: #7b95a3; + background: rgba(0, 122, 217, 0.04); + color: #007ad9; border: 1px solid; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(123, 149, 163, 0.16); - color: #7b95a3; + background: rgba(0, 122, 217, 0.16); + color: #007ad9; border: 1px solid; } .p-button.p-button-outlined.p-button-plain { - color: #a6a6a6; - border-color: #a6a6a6; + color: #848484; + border-color: #848484; } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: #f4f4f4; - color: #a6a6a6; + background: #eaeaea; + color: #848484; } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: #dbdbdb; - color: #a6a6a6; + background: #d2d2d2; + color: #848484; } .p-button.p-button-text { background-color: transparent; - color: #7b95a3; + color: #007ad9; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(123, 149, 163, 0.04); - color: #7b95a3; + background: rgba(0, 122, 217, 0.04); + color: #007ad9; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(123, 149, 163, 0.16); - color: #7b95a3; + background: rgba(0, 122, 217, 0.16); + color: #007ad9; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: #a6a6a6; + color: #848484; } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: #f4f4f4; - color: #a6a6a6; + background: #eaeaea; + color: #848484; } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: #dbdbdb; - color: #a6a6a6; + background: #d2d2d2; + color: #848484; } .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-button .p-button-label { transition-duration: 0.2s; @@ -2348,7 +2357,7 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #7b95a3; + color: #007ad9; background-color: #ffffff; } .p-button.p-button-raised { @@ -2412,300 +2421,300 @@ } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { color: #ffffff; - background: #a3897b; - border: 1px solid #8e6f5f; + background: #607d8b; + border: 1px solid #607d8b; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: #8e6f5f; + background: #546e7a; color: #ffffff; - border-color: #7a5743; + border-color: #546e7a; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #bfaaa0; + box-shadow: 0 0 0 0.2rem #b0bec5; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: #7a5743; + background: #455a64; color: #ffffff; - border-color: #6e4e3c; + border-color: #455a64; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #a3897b; + color: #607d8b; border: 1px solid; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(163, 137, 123, 0.04); - color: #a3897b; + background: rgba(96, 125, 139, 0.04); + color: #607d8b; border: 1px solid; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(163, 137, 123, 0.16); - color: #a3897b; + background: rgba(96, 125, 139, 0.16); + color: #607d8b; border: 1px solid; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #a3897b; + color: #607d8b; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(163, 137, 123, 0.04); + background: rgba(96, 125, 139, 0.04); border-color: transparent; - color: #a3897b; + color: #607d8b; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(163, 137, 123, 0.16); + background: rgba(96, 125, 139, 0.16); border-color: transparent; - color: #a3897b; + color: #607d8b; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #3d4447; - background: #a3def8; - border: 1px solid #79c8eb; + color: #ffffff; + background: #007ad9; + border: 1px solid #007ad9; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: #81cbec; - color: #3d4447; - border-color: #60b7de; + background: #116fbf; + color: #ffffff; + border-color: #116fbf; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #d2effc; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: #3ea9db; - color: #3d4447; - border-color: #2987b1; + background: #005b9f; + color: #ffffff; + border-color: #005b9f; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #a3def8; + color: #007ad9; border: 1px solid; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(163, 222, 248, 0.04); - color: #a3def8; + background: rgba(0, 122, 217, 0.04); + color: #007ad9; border: 1px solid; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(163, 222, 248, 0.16); - color: #a3def8; + background: rgba(0, 122, 217, 0.16); + color: #007ad9; border: 1px solid; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #a3def8; + color: #007ad9; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(163, 222, 248, 0.04); + background: rgba(0, 122, 217, 0.04); border-color: transparent; - color: #a3def8; + color: #007ad9; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(163, 222, 248, 0.16); + background: rgba(0, 122, 217, 0.16); border-color: transparent; - color: #a3def8; + color: #007ad9; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #323e39; - background: #a3e2c6; - border: 1px solid #80caaa; + color: #ffffff; + background: #34a835; + border: 1px solid #34a835; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: #80caaa; - color: #323e39; - border-color: #5ea285; + background: #107d11; + color: #ffffff; + border-color: #107d11; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #caeede; + box-shadow: 0 0 0 0.2rem #aae5aa; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: #31b57c; - color: #323e39; - border-color: #5ea285; + background: #0c6b0d; + color: #ffffff; + border-color: #0c6b0d; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #a3e2c6; + color: #34a835; border: 1px solid; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(163, 226, 198, 0.04); - color: #a3e2c6; + background: rgba(52, 168, 53, 0.04); + color: #34a835; border: 1px solid; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(163, 226, 198, 0.16); - color: #a3e2c6; + background: rgba(52, 168, 53, 0.16); + color: #34a835; border: 1px solid; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #a3e2c6; + color: #34a835; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(163, 226, 198, 0.04); + background: rgba(52, 168, 53, 0.04); border-color: transparent; - color: #a3e2c6; + color: #34a835; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(163, 226, 198, 0.16); + background: rgba(52, 168, 53, 0.16); border-color: transparent; - color: #a3e2c6; + color: #34a835; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { color: #333333; - background: #ffe38e; - border: 1px solid #ffd95e; + background: #ffba01; + border: 1px solid #ffba01; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: #ffd95e; + background: #ed990b; color: #333333; - border-color: #ffce3c; + border-color: #ed990b; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #ffe9a8; + box-shadow: 0 0 0 0.2rem #ffeab4; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: #ffce3c; + background: #d38b10; color: #333333; - border-color: #ffc62a; + border-color: #d38b10; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #ffe38e; + color: #ffba01; border: 1px solid; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(255, 227, 142, 0.04); - color: #ffe38e; + background: rgba(255, 186, 1, 0.04); + color: #ffba01; border: 1px solid; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 227, 142, 0.16); - color: #ffe38e; + background: rgba(255, 186, 1, 0.16); + color: #ffba01; border: 1px solid; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #ffe38e; + color: #ffba01; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(255, 227, 142, 0.04); + background: rgba(255, 186, 1, 0.04); border-color: transparent; - color: #ffe38e; + color: #ffba01; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(255, 227, 142, 0.16); + background: rgba(255, 186, 1, 0.16); border-color: transparent; - color: #ffe38e; + color: #ffba01; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #333333; - background: #e9bef1; - border: 1px solid #de9eea; + color: #ffffff; + background: #9c27b0; + border: 1px solid #9c27b0; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: #de9eea; - color: #333333; - border-color: #d37de3; + background: #8e24aa; + color: #ffffff; + border-color: #8e24aa; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #f0d3f6; + box-shadow: 0 0 0 0.2rem #ce93d8; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: #d37de3; - color: #333333; - border-color: #c85ddc; + background: #7b1fa2; + color: #ffffff; + border-color: #7b1fa2; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #e9bef1; + color: #9c27b0; border: 1px solid; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(233, 190, 241, 0.04); - color: #e9bef1; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; border: 1px solid; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(233, 190, 241, 0.16); - color: #e9bef1; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; border: 1px solid; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #e9bef1; + color: #9c27b0; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(233, 190, 241, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #e9bef1; + color: #9c27b0; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(233, 190, 241, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #e9bef1; + color: #9c27b0; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #262222; - background: #f4b6b6; - border: 1px solid #e38787; + color: #ffffff; + background: #e91224; + border: 1px solid #e91224; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: #ef9999; - color: #262222; - border-color: #cb5858; + background: #c01120; + color: #ffffff; + border-color: #c01120; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - box-shadow: 0 0 0 0.2rem #fbe2e2; + box-shadow: 0 0 0 0.2rem #f9b4ba; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: #eb5656; - color: #262222; - border-color: #b73737; + background: #a90000; + color: #ffffff; + border-color: #a90000; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #f4b6b6; + color: #e91224; border: 1px solid; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(244, 182, 182, 0.04); - color: #f4b6b6; + background: rgba(233, 18, 36, 0.04); + color: #e91224; border: 1px solid; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(244, 182, 182, 0.16); - color: #f4b6b6; + background: rgba(233, 18, 36, 0.16); + color: #e91224; border: 1px solid; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #f4b6b6; + color: #e91224; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(244, 182, 182, 0.04); + background: rgba(233, 18, 36, 0.04); border-color: transparent; - color: #f4b6b6; + color: #e91224; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(244, 182, 182, 0.16); + background: rgba(233, 18, 36, 0.16); border-color: transparent; - color: #f4b6b6; + color: #e91224; } .p-button.p-button-link { - color: #617c8a; + color: #005b9f; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #617c8a; + color: #005b9f; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2713,67 +2722,67 @@ } .p-button.p-button-link:not(:disabled):focus { background: transparent; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; border-color: transparent; } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #617c8a; + color: #005b9f; border-color: transparent; } .p-splitbutton { - border-radius: 2px; + border-radius: 3px; } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #7b95a3; + color: #007ad9; border: 1px solid; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(123, 149, 163, 0.04); - color: #7b95a3; + background: rgba(0, 122, 217, 0.04); + color: #007ad9; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(123, 149, 163, 0.16); - color: #7b95a3; + background: rgba(0, 122, 217, 0.16); + color: #007ad9; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: #a6a6a6; - border-color: #a6a6a6; + color: #848484; + border-color: #848484; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: #f4f4f4; - color: #a6a6a6; + background: #eaeaea; + color: #848484; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: #dbdbdb; - color: #a6a6a6; + background: #d2d2d2; + color: #848484; } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #7b95a3; + color: #007ad9; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(123, 149, 163, 0.04); - color: #7b95a3; + background: rgba(0, 122, 217, 0.04); + color: #007ad9; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(123, 149, 163, 0.16); - color: #7b95a3; + background: rgba(0, 122, 217, 0.16); + color: #007ad9; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: #a6a6a6; + color: #848484; } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: #f4f4f4; - color: #a6a6a6; + background: #eaeaea; + color: #848484; } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: #dbdbdb; - color: #a6a6a6; + background: #d2d2d2; + color: #848484; } .p-splitbutton.p-button-raised { box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); @@ -2809,171 +2818,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #a3897b; + color: #607d8b; border: 1px solid; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(163, 137, 123, 0.04); - color: #a3897b; + background: rgba(96, 125, 139, 0.04); + color: #607d8b; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(163, 137, 123, 0.16); - color: #a3897b; + background: rgba(96, 125, 139, 0.16); + color: #607d8b; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #a3897b; + color: #607d8b; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(163, 137, 123, 0.04); + background: rgba(96, 125, 139, 0.04); border-color: transparent; - color: #a3897b; + color: #607d8b; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(163, 137, 123, 0.16); + background: rgba(96, 125, 139, 0.16); border-color: transparent; - color: #a3897b; + color: #607d8b; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #a3def8; + color: #007ad9; border: 1px solid; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(163, 222, 248, 0.04); - color: #a3def8; + background: rgba(0, 122, 217, 0.04); + color: #007ad9; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(163, 222, 248, 0.16); - color: #a3def8; + background: rgba(0, 122, 217, 0.16); + color: #007ad9; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #a3def8; + color: #007ad9; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(163, 222, 248, 0.04); + background: rgba(0, 122, 217, 0.04); border-color: transparent; - color: #a3def8; + color: #007ad9; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(163, 222, 248, 0.16); + background: rgba(0, 122, 217, 0.16); border-color: transparent; - color: #a3def8; + color: #007ad9; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #a3e2c6; + color: #34a835; border: 1px solid; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(163, 226, 198, 0.04); - color: #a3e2c6; + background: rgba(52, 168, 53, 0.04); + color: #34a835; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(163, 226, 198, 0.16); - color: #a3e2c6; + background: rgba(52, 168, 53, 0.16); + color: #34a835; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #a3e2c6; + color: #34a835; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(163, 226, 198, 0.04); + background: rgba(52, 168, 53, 0.04); border-color: transparent; - color: #a3e2c6; + color: #34a835; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(163, 226, 198, 0.16); + background: rgba(52, 168, 53, 0.16); border-color: transparent; - color: #a3e2c6; + color: #34a835; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #ffe38e; + color: #ffba01; border: 1px solid; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 227, 142, 0.04); - color: #ffe38e; + background: rgba(255, 186, 1, 0.04); + color: #ffba01; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 227, 142, 0.16); - color: #ffe38e; + background: rgba(255, 186, 1, 0.16); + color: #ffba01; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #ffe38e; + color: #ffba01; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 227, 142, 0.04); + background: rgba(255, 186, 1, 0.04); border-color: transparent; - color: #ffe38e; + color: #ffba01; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 227, 142, 0.16); + background: rgba(255, 186, 1, 0.16); border-color: transparent; - color: #ffe38e; + color: #ffba01; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #e9bef1; + color: #9c27b0; border: 1px solid; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(233, 190, 241, 0.04); - color: #e9bef1; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(233, 190, 241, 0.16); - color: #e9bef1; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #e9bef1; + color: #9c27b0; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(233, 190, 241, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #e9bef1; + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(233, 190, 241, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #e9bef1; + color: #9c27b0; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #f4b6b6; + color: #e91224; border: 1px solid; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(244, 182, 182, 0.04); - color: #f4b6b6; + background: rgba(233, 18, 36, 0.04); + color: #e91224; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(244, 182, 182, 0.16); - color: #f4b6b6; + background: rgba(233, 18, 36, 0.16); + color: #e91224; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #f4b6b6; + color: #e91224; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(244, 182, 182, 0.04); + background: rgba(233, 18, 36, 0.04); border-color: transparent; - color: #f4b6b6; + color: #e91224; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(244, 182, 182, 0.16); + background: rgba(233, 18, 36, 0.16); border-color: transparent; - color: #f4b6b6; + color: #e91224; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3037,7 +3046,7 @@ } .p-speeddial-mask { background-color: rgba(0, 0, 0, 0.4); - border-radius: 2px; + border-radius: 3px; } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { @@ -3051,7 +3060,7 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } @@ -3059,7 +3068,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { @@ -3073,18 +3082,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: #7b95a3; + background-color: #f4f4f4; width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: #617c8a; + background: #eaeaea; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-datatable .p-paginator-top { border-width: 1px 1px 0 1px; @@ -3095,17 +3104,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #7b95a3; + background: #333333; color: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-datatable .p-datatable-footer { background: #ffffff; - color: #666666; - border: 1px solid #dadada; + color: #333333; + border: 1px solid #c8c8c8; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; @@ -3113,24 +3122,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; border-width: 1px 1px 1px 1px; font-weight: 700; - color: #666666; - background: #ffffff; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + background: #f4f4f4; + transition: background-color 0.2s, box-shadow 0.2s; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; border-width: 1px; font-weight: 700; - color: #666666; - background: #ffffff; + color: #333333; + background: #f4f4f4; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: #666666; + color: #848484; margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3138,43 +3147,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: #eaeaea; - color: #666666; + background: #e0e0e0; + color: #333333; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: #666666; + color: #333333; } .p-datatable .p-sortable-column.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #385048; + color: #ffffff; } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: #385048; + color: #ffffff; } .p-datatable .p-sortable-column:focus-visible { - box-shadow: inset 0 0 0 0.15rem #e4e9ec; + box-shadow: inset 0 0 0 0.15rem #8dcdff; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { background: #ffffff; - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; border-width: 1px; padding: 0.571rem 0.857rem; } @@ -3194,7 +3203,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } @@ -3204,7 +3213,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -3213,54 +3222,54 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { - outline: 0.15rem solid #e4e9ec; + outline: 0.15rem solid #8dcdff; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #afd3c8; + box-shadow: inset 0 2px 0 0 #007ad9; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #afd3c8; + box-shadow: inset 0 -2px 0 0 #007ad9; } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { background: #eaeaea; - color: #666666; + color: #333333; } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { - outline: 0.15rem solid #e4e9ec; + outline: 0.15rem solid #8dcdff; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { background: #eaeaea; - color: #666666; + color: #333333; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { - outline: 0.15rem solid #e4e9ec; + outline: 0.15rem solid #8dcdff; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { background: #eaeaea; - color: #666666; + color: #333333; } .p-datatable .p-column-resizer-helper { - background: #7b95a3; + background: #007ad9; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #7b95a3; + background: #333333; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #ffffff; + background-color: #f4f4f4; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3324,20 +3333,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: #f8f8f8; + background: #f9f9f9; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #385048; + color: #ffffff; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #385048; + color: #ffffff; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: #f8f8f8; + background: #f9f9f9; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.72845rem 0.85rem; @@ -3370,7 +3379,7 @@ padding: 0.71375rem 1.25rem; } .p-datatable-drag-selection-helper { - background: rgba(123, 149, 163, 0.16); + background: rgba(0, 122, 217, 0.16); } .p-dataview .p-paginator-top { border-width: 1px 1px 0 1px; @@ -3381,28 +3390,28 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #7b95a3; + background: #333333; color: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-dataview .p-dataview-content { background: #ffffff; - color: #666666; + color: #333333; border: 0 none; padding: 0; } .p-dataview .p-dataview-footer { background: #ffffff; - color: #666666; - border: 1px solid #dadada; + color: #333333; + border: 1px solid #c8c8c8; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-dataview .p-dataview-loading-icon { font-size: 2rem; @@ -3420,32 +3429,32 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #7b95a3; + background: #333333; color: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-datascroller .p-datascroller-content { background: #ffffff; - color: #666666; + color: #333333; border: 0 none; padding: 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: 1px solid #dadada; - border-width: 0 0 1px 0; + border: 1px solid #d8dae2; + border-width: 1px; } .p-datascroller .p-datascroller-footer { background: #ffffff; - color: #666666; - border: 1px solid #dadada; + color: #333333; + border: 1px solid #c8c8c8; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-column-filter-row .p-column-filter-menu-button, .p-column-filter-row .p-column-filter-clear-button { @@ -3461,22 +3470,22 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { background: transparent; - color: #666666; + color: #007ad9; } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-column-filter-menu-button:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-column-filter-clear-button { width: 2rem; @@ -3488,21 +3497,21 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-column-filter-clear-button:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-column-filter-overlay { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; - border-radius: 2px; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); min-width: 12.5rem; } .p-column-filter-overlay .p-column-filter-row-items { @@ -3512,40 +3521,40 @@ margin: 0; padding: 0.429rem 0.857rem; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: #666666; - background: #f4f4f4; + color: #333333; + background: #eaeaea; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #e4e9ec; + box-shadow: inset 0 0 0 0.15rem #8dcdff; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 0.429rem 0.857rem; - border-bottom: 1px solid #dadada; - color: #666666; + border-bottom: 1px solid #eaeaea; + color: #333333; background: #ffffff; margin: 0; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 0.571rem 1rem; - border-bottom: 1px solid #dadada; + border-bottom: 1px solid #d8dae2; } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3569,19 +3578,19 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #7b95a3; + background: #333333; color: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; padding: 0.857rem 1rem; font-weight: 700; border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-orderlist .p-orderlist-filter-container { padding: 0.857rem 1rem; background: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3589,72 +3598,72 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 0.429rem; - color: #a6a6a6; + color: #848484; } .p-orderlist .p-orderlist-list { - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; padding: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { padding: 0.429rem 0.857rem; margin: 0; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: #f4f4f4; - color: #666666; + background: #eaeaea; + color: #333333; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: #aed3c7; + background: #007ad9; } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: #f8f8f8; + background: #f9f9f9; } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: #f4f4f4; + background: #eaeaea; } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: #f4f4f4; - color: #666666; + background: #eaeaea; + color: #333333; } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: #5da68f; + color: #00325a; } .p-organizationchart .p-organizationchart-line-down { background: #c8c8c8; } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid #dadada; + border-right: 1px solid #c8c8c8; border-color: #c8c8c8; } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid #dadada; + border-top: 1px solid #c8c8c8; border-color: #c8c8c8; } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; padding: 0.571rem 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3665,15 +3674,15 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-paginator { - background: #ffffff; - color: #666666; - border: solid #dadada; + background: #f4f4f4; + color: #333333; + border: solid #c8c8c8; border-width: 1px; padding: 0; - border-radius: 2px; + border-radius: 3px; } .p-paginator .p-paginator-first, .p-paginator .p-paginator-prev, @@ -3681,20 +3690,20 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: #666666; + color: #848484; min-width: 2.357rem; height: 2.357rem; margin: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-paginator .p-paginator-first:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: #f4f4f4; + background: #e0e0e0; border-color: transparent; - color: #666666; + color: #333333; } .p-paginator .p-paginator-first { border-top-left-radius: 0; @@ -3721,7 +3730,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: #666666; + color: #848484; min-width: 2.357rem; height: 2.357rem; margin: 0; @@ -3730,22 +3739,22 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: #666666; + color: #848484; min-width: 2.357rem; height: 2.357rem; margin: 0; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #afd3c8; - border-color: #afd3c8; - color: #385048; + background: #007ad9; + border-color: #007ad9; + color: #ffffff; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: #f4f4f4; + background: #e0e0e0; border-color: transparent; - color: #666666; + color: #333333; } .p-picklist .p-picklist-buttons { padding: 0.571rem 1rem; @@ -3754,19 +3763,19 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #7b95a3; + background: #333333; color: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; padding: 0.857rem 1rem; font-weight: 700; border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-picklist .p-picklist-filter-container { padding: 0.857rem 1rem; background: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3774,39 +3783,39 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 0.429rem; - color: #a6a6a6; + color: #848484; } .p-picklist .p-picklist-list { - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; padding: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { padding: 0.429rem 0.857rem; margin: 0; border: 0 none; - color: #666666; + color: #333333; background: transparent; - transition: transform 0.2s, background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: transform 0.2s, background-color 0.2s, box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: #f4f4f4; - color: #666666; + background: #eaeaea; + color: #333333; } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: #aed3c7; + background: #007ad9; } .p-tree-container { margin: 0; @@ -3865,11 +3874,11 @@ justify-content: center; } .p-tree { - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; padding: 0.571rem 1rem; - border-radius: 2px; + border-radius: 3px; } .p-tree .p-tree-container .p-treenode { padding: 0.143rem; @@ -3878,11 +3887,11 @@ .p-tree .p-tree-container .p-treenode:focus > .p-treenode-content { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #e4e9ec; + box-shadow: inset 0 0 0 0.15rem #8dcdff; } .p-tree .p-tree-container .p-treenode .p-treenode-content { - border-radius: 2px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 3px; + transition: background-color 0.2s, box-shadow 0.2s; padding: 0; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { @@ -3896,44 +3905,44 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: #a6a6a6; + color: #848484; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: #666666; + color: #333333; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #385048; + color: #ffffff; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #385048; + color: #ffffff; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: #f4f4f4; - color: #666666; + background: #eaeaea; + color: #333333; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: #f4f4f4; - color: #666666; + background: #eaeaea; + color: #333333; } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -3944,7 +3953,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 0.429rem; - color: #a6a6a6; + color: #848484; } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -3960,7 +3969,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: #7db8a6; + background: #0062ae; } .p-treetable { position: relative; @@ -4098,17 +4107,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #7b95a3; + background: #333333; color: #ffffff; - border: 1px solid #7b95a3; + border: 1px solid #333333; border-width: 1px 1px 0 1px; padding: 0.857rem 1rem; font-weight: 700; } .p-treetable .p-treetable-footer { background: #ffffff; - color: #666666; - border: 1px solid #dadada; + color: #333333; + border: 1px solid #c8c8c8; border-width: 0 1px 1px 1px; padding: 0.571rem 1rem; font-weight: normal; @@ -4116,27 +4125,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; border-width: 1px 1px 1px 1px; font-weight: 700; - color: #666666; - background: #ffffff; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + background: #f4f4f4; + transition: background-color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 0.571rem 0.857rem; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; border-width: 1px; font-weight: 700; - color: #666666; - background: #ffffff; + color: #333333; + background: #f4f4f4; } .p-treetable .p-sortable-column { - outline-color: #e4e9ec; + outline-color: #8dcdff; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: #666666; + color: #848484; margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4144,32 +4153,32 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #385048; - background: #afd3c8; + color: #ffffff; + background: #007ad9; margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: #eaeaea; - color: #666666; + background: #e0e0e0; + color: #333333; } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: #666666; + color: #333333; } .p-treetable .p-sortable-column.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #385048; + color: #ffffff; } .p-treetable .p-treetable-tbody > tr { background: #ffffff; - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; border-width: 1px; padding: 0.571rem 0.857rem; } @@ -4183,14 +4192,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { margin-right: 0.5rem; @@ -4199,35 +4208,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: #666666; + color: #333333; } .p-treetable .p-treetable-tbody > tr:focus-visible { - outline: 0.15rem solid #e4e9ec; + outline: 0.15rem solid #8dcdff; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #385048; + color: #ffffff; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #385048; + color: #ffffff; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { background: #eaeaea; - color: #666666; + color: #333333; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: #666666; + color: #333333; } .p-treetable .p-column-resizer-helper { - background: #7b95a3; + background: #007ad9; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #7b95a3; + background: #333333; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4258,20 +4267,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: #f8f8f8; + background: #f9f9f9; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #385048; + color: #ffffff; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #385048; + color: #ffffff; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: #f8f8f8; + background: #f9f9f9; } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.749875rem 0.875rem; @@ -4308,7 +4317,7 @@ border-radius: 50%; width: 1rem; height: 1rem; - background-color: #afd3c8; + background-color: #007ad9; } .p-timeline .p-timeline-event-connector { background-color: #c8c8c8; @@ -4329,12 +4338,12 @@ } .p-accordion .p-accordion-header .p-accordion-header-link { padding: 0.857rem 1rem; - border: 1px solid #7b95a3; + border: 1px solid #333333; color: #ffffff; - background: #7b95a3; + background: #333333; font-weight: 700; - border-radius: 2px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 3px; + transition: background-color 0.2s, box-shadow 0.2s; } .p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { margin-right: 0.5rem; @@ -4342,44 +4351,44 @@ .p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: #617c8a; - border-color: #617c8a; - color: #ffffff; + background: #dbdbdb; + border-color: #dbdbdb; + color: #333333; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #afd3c8; - border-color: #dadada; - color: #385048; + background: #007ad9; + border-color: #007ad9; + color: #ffffff; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { - border-color: #8dc8b5; - background: #8dc8b5; - color: #385048; + border-color: #005b9f; + background: #005b9f; + color: #ffffff; } .p-accordion .p-accordion-content { padding: 0.571rem 1rem; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-accordion .p-accordion-tab { margin-bottom: 2px; } .p-card { background: #ffffff; - color: #666666; + color: #333333; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); - border-radius: 2px; + border-radius: 3px; } .p-card .p-card-body { padding: 1rem; @@ -4392,7 +4401,7 @@ .p-card .p-card-subtitle { font-weight: 700; margin-bottom: 0.5rem; - color: #a6a6a6; + color: #848484; } .p-card .p-card-content { padding: 1rem 0; @@ -4401,18 +4410,18 @@ padding: 1rem 0 0 0; } .p-fieldset { - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; - border-radius: 2px; + color: #333333; + border-radius: 3px; } .p-fieldset .p-fieldset-legend { padding: 0.857rem 1rem; - border: 1px solid #7b95a3; + border: 1px solid #333333; color: #ffffff; - background: #7b95a3; + background: #333333; font-weight: 700; - border-radius: 2px; + border-radius: 3px; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; @@ -4421,8 +4430,8 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 0.857rem 1rem; color: #ffffff; - border-radius: 2px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-radius: 3px; + transition: background-color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a .p-fieldset-toggler { margin-right: 0.5rem; @@ -4430,12 +4439,12 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: #617c8a; - border-color: #617c8a; - color: #ffffff; + background: #dbdbdb; + border-color: #dbdbdb; + color: #333333; } .p-fieldset .p-fieldset-content { padding: 0.571rem 1rem; @@ -4448,7 +4457,7 @@ padding: 0 1rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px #dadada; + border-top: 1px #c8c8c8; } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4458,18 +4467,18 @@ padding: 1rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px #dadada; + border-left: 1px #c8c8c8; } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid #7b95a3; + border: 1px solid #333333; padding: 0.857rem 1rem; - background: #7b95a3; + background: #333333; color: #ffffff; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-panel .p-panel-header .p-panel-title { font-weight: 700; @@ -4484,14 +4493,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.857rem 1rem; @@ -4502,40 +4511,40 @@ } .p-panel .p-panel-content { padding: 0.571rem 1rem; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + color: #333333; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 0.571rem 1rem; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; border-top: 0 none; } .p-splitter { - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - border-radius: 2px; - color: #666666; + border-radius: 3px; + color: #333333; } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; background: #eaeaea; } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: #dadada; + background: #d8dae2; } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-splitter .p-splitter-gutter-resizing { - background: #dadada; + background: #d8dae2; } .p-stepper .p-stepper-nav { display: flex; @@ -4548,14 +4557,14 @@ padding: 0.5rem; } .p-stepper .p-stepper-header .p-stepper-action { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 3px; background: #ffffff; outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: #a6a6a6; - border: 1px solid #c8c8c8; + color: #333333; + border: 1px solid #dee2e6; border-width: 2px; background: #ffffff; min-width: 2rem; @@ -4567,41 +4576,41 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: #a6a6a6; + color: #848484; font-weight: 700; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-stepper .p-stepper-header .p-stepper-action:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: #666666; + color: #333333; } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #7b95a3; + background-color: #007ad9; } .p-stepper .p-stepper-panels { background: #ffffff; padding: 0.571rem 1rem; - color: #666666; + color: #333333; } .p-stepper .p-stepper-separator { background-color: #c8c8c8; width: 100%; height: 2px; margin-inline-start: 1rem; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } .p-stepper.p-stepper-vertical { display: flex; @@ -4611,7 +4620,7 @@ display: flex; flex: 1 1 auto; background: #ffffff; - color: #666666; + color: #333333; } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4635,7 +4644,7 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #7b95a3; + background-color: #007ad9; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; @@ -4647,7 +4656,7 @@ .p-scrollpanel .p-scrollpanel-bar:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-tabview-nav-container { position: relative; @@ -4720,39 +4729,39 @@ margin-right: 2px; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: 1px solid #7b95a3; + border: 1px solid #333333; border-width: 1px; - border-color: #7b95a3; - background: #7b95a3; + border-color: #333333; + background: #333333; color: #ffffff; padding: 0.857rem 1rem; font-weight: 700; - border-top-right-radius: 2px; - border-top-left-radius: 2px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-top-right-radius: 3px; + border-top-left-radius: 3px; + transition: background-color 0.2s, box-shadow 0.2s; margin: 0 0 -1px 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #e4e9ec; + box-shadow: inset 0 0 0 0.2rem #8dcdff; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: #617c8a; - border-color: #617c8a; - color: #ffffff; + background: #dbdbdb; + border-color: #dbdbdb; + color: #333333; } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: #afd3c8; - border-color: #dadada; - color: #385048; + background: #007ad9; + border-color: #007ad9; + color: #ffffff; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; width: 2.357rem; box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4760,21 +4769,21 @@ .p-tabview .p-tabview-nav-btn.p-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #e4e9ec; + box-shadow: inset 0 0 0 0.2rem #8dcdff; } .p-tabview .p-tabview-panels { background: #ffffff; padding: 0.571rem 1rem; - border: 1px solid #dadada; - color: #666666; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border: 1px solid #c8c8c8; + color: #333333; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-toolbar { - background: #7b95a3; - border: 1px solid #7b95a3; + background: #333333; + border: 1px solid #333333; padding: 0.857rem 1rem; - border-radius: 2px; + border-radius: 3px; gap: 0.5rem; } .p-toolbar .p-toolbar-separator { @@ -4782,9 +4791,9 @@ } .p-confirm-popup { background: #ffffff; - color: #666666; - border: 1px solid #f1f1f1; - border-radius: 2px; + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-confirm-popup .p-confirm-popup-content { @@ -4808,14 +4817,14 @@ } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(241, 241, 241, 0); - border-bottom-color: #e5e5e5; + border-color: rgba(200, 200, 200, 0); + border-bottom-color: #bebebe; } .p-confirm-popup.p-confirm-popup-flipped:after { border-top-color: #ffffff; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #f1f1f1; + border-top-color: #c8c8c8; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4828,17 +4837,17 @@ margin-left: 1rem; } .p-dialog { - border-radius: 2px; + border-radius: 3px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - border: 1px solid #f1f1f1; + border: 1px solid #c8c8c8; } .p-dialog .p-dialog-header { - border-bottom: 1px solid #7b95a3; - background: #7b95a3; + border-bottom: 1px solid #333333; + background: #333333; color: #ffffff; padding: 1rem; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-dialog .p-dialog-header .p-dialog-title { font-weight: 700; @@ -4854,14 +4863,14 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-dialog .p-dialog-header .p-dialog-header-icon { margin-right: 0.5rem; @@ -4871,21 +4880,21 @@ } .p-dialog .p-dialog-content { background: #ffffff; - color: #666666; + color: #333333; padding: 1rem; } .p-dialog .p-dialog-content:last-of-type { - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer { - border-top: 1px solid #dadada; + border-top: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; padding: 0.571rem 1rem; text-align: right; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-dialog .p-dialog-footer button { margin: 0 0.5rem 0 0; @@ -4906,16 +4915,16 @@ } .p-overlaypanel { background: #ffffff; - color: #666666; - border: 1px solid #f1f1f1; - border-radius: 2px; + color: #333333; + border: 1px solid #c8c8c8; + border-radius: 3px; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-overlaypanel .p-overlaypanel-content { padding: 0.571rem 1rem; } .p-overlaypanel .p-overlaypanel-close { - background: #7b95a3; + background: #007ad9; color: #ffffff; width: 2rem; height: 2rem; @@ -4926,7 +4935,7 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: #6c8999; + background: #116fbf; color: #ffffff; } .p-overlaypanel:after { @@ -4936,19 +4945,19 @@ } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(241, 241, 241, 0); - border-bottom-color: #e5e5e5; + border-color: rgba(200, 200, 200, 0); + border-bottom-color: #bebebe; } .p-overlaypanel.p-overlaypanel-flipped:after { border-top-color: #ffffff; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #f1f1f1; + border-top-color: #c8c8c8; } .p-sidebar { background: #ffffff; - color: #666666; - border: 1px solid #f1f1f1; + color: #333333; + border: 1px solid #c8c8c8; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); } .p-sidebar .p-sidebar-header { @@ -4966,7 +4975,7 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: #666666; + color: #007ad9; border-color: transparent; background: transparent; } @@ -4974,7 +4983,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -4983,32 +4992,32 @@ padding: 0.571rem 1rem; } .p-tooltip .p-tooltip-text { - background: #afd3c8; - color: #385048; + background: #333333; + color: #ffffff; padding: 0.429rem 0.429rem; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 2px; + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); + border-radius: 3px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #afd3c8; + border-right-color: #333333; } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #afd3c8; + border-left-color: #333333; } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #afd3c8; + border-top-color: #333333; } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #afd3c8; + border-bottom-color: #333333; } .p-fileupload .p-fileupload-buttonbar { - background: #7b95a3; + background: #333333; padding: 0.857rem 1rem; - border: 1px solid #7b95a3; + border: 1px solid #333333; color: #ffffff; border-bottom: 0 none; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; gap: 0.5rem; } .p-fileupload .p-fileupload-buttonbar .p-button { @@ -5017,10 +5026,10 @@ .p-fileupload .p-fileupload-content { background: #ffffff; padding: 0.571rem 1rem; - border: 1px solid #dadada; - color: #666666; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border: 1px solid #c8c8c8; + color: #333333; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-fileupload .p-progressbar { height: 0.25rem; @@ -5034,41 +5043,41 @@ .p-breadcrumb { background: #ffffff; border: 1px solid #c8c8c8; - border-radius: 2px; + border-radius: 3px; padding: 0.571rem 1rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 3px; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: #666666; + color: #333333; } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: #666666; + color: #333333; } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: #666666; + color: #333333; } .p-contextmenu { padding: 0; background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; + color: #333333; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 2px; + border-radius: 3px; width: 12.5rem; } .p-contextmenu .p-contextmenu-root-list { @@ -5077,68 +5086,68 @@ .p-contextmenu .p-submenu-list { padding: 0; background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 2px; + border-radius: 3px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-contextmenu .p-submenu-icon { @@ -5159,12 +5168,12 @@ } .p-dock .p-dock-item { padding: 0.5rem; - border-radius: 2px; + border-radius: 3px; } .p-dock .p-dock-item.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #e4e9ec; + box-shadow: inset 0 0 0 0.15rem #8dcdff; } .p-dock .p-dock-action { width: 4rem; @@ -5237,90 +5246,90 @@ .p-megamenu { padding: 0.5rem; background: #ffffff; - color: #666666; + color: #333333; border: 1px solid #c8c8c8; - border-radius: 2px; + border-radius: 3px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu .p-megamenu-panel { background: #ffffff; - color: #666666; - border: 1px solid #eaeaea; + color: #333333; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-megamenu .p-submenu-header { margin: 0; padding: 0.857rem; - color: #666666; + color: #333333; background: #f4f4f4; font-weight: 700; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-megamenu .p-submenu-list { padding: 0; width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-megamenu.p-megamenu-vertical { @@ -5330,58 +5339,58 @@ .p-megamenu .p-megamenu-button { width: 2rem; height: 2rem; - color: #666666; + color: #333333; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-megamenu .p-megamenu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 3px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { padding: 0.857rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0; background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5396,60 +5405,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5477,191 +5486,191 @@ .p-menu { padding: 0; background: #ffffff; - color: #666666; + color: #333333; border: 1px solid #c8c8c8; - border-radius: 2px; + border-radius: 3px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menu.p-menu-overlay { background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-menu .p-submenu-header { margin: 0; padding: 0.857rem; - color: #666666; + color: #333333; background: #f4f4f4; font-weight: 700; - border-top-right-radius: 2px; - border-top-left-radius: 2px; + border-top-right-radius: 3px; + border-top-left-radius: 3px; } .p-menu .p-menu-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-menubar { padding: 0.5rem; background: #ffffff; - color: #666666; + color: #333333; border: 1px solid #c8c8c8; - border-radius: 2px; + border-radius: 3px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 3px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { padding: 0.857rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-submenu-list { padding: 0; background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5670,27 +5679,27 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2rem; height: 2rem; - color: #666666; + color: #333333; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0; background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5733,30 +5742,30 @@ display: flex; width: 2rem; height: 2rem; - color: #666666; + color: #333333; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-menubar .p-menubar-root-list { position: absolute; display: none; padding: 0; background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5771,60 +5780,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5877,11 +5886,11 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { - border: 1px solid #7b95a3; + border: 1px solid #333333; color: #ffffff; - background: #7b95a3; - border-radius: 2px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + background: #333333; + border-radius: 3px; + transition: background-color 0.2s, box-shadow 0.2s; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: #ffffff; @@ -5897,101 +5906,101 @@ .p-panelmenu .p-panelmenu-header:not(.p-disabled):focus-visible .p-panelmenu-header-content { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #e4e9ec; + box-shadow: inset 0 0 0 0.2rem #8dcdff; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: #617c8a; - border-color: #617c8a; - color: #ffffff; + background: #dbdbdb; + border-color: #dbdbdb; + color: #333333; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #afd3c8; - border-color: #dadada; - color: #385048; + background: #007ad9; + border-color: #007ad9; + color: #ffffff; border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { - border-color: #8dc8b5; - background: #8dc8b5; - color: #385048; + border-color: #005b9f; + background: #005b9f; + color: #ffffff; } .p-panelmenu .p-panelmenu-content { padding: 0; - border: 1px solid #dadada; + border: 1px solid #c8c8c8; background: #ffffff; - color: #666666; + color: #333333; border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; - border-bottom-right-radius: 2px; - border-bottom-left-radius: 2px; + border-bottom-right-radius: 3px; + border-bottom-left-radius: 3px; } .p-panelmenu .p-panelmenu-content .p-panelmenu-root-list { outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6003,89 +6012,89 @@ .p-slidemenu { padding: 0; background: #ffffff; - color: #666666; + color: #333333; border: 1px solid #c8c8c8; - border-radius: 2px; + border-radius: 3px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-slidemenu.p-slidemenu-overlay { background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-slidemenu .p-slidemenu-list { padding: 0; background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { background: #eaeaea; } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: #666666; + color: #333333; } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: #666666; + color: #333333; } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-slidemenu .p-slidemenu-icon { @@ -6097,17 +6106,17 @@ } .p-slidemenu .p-slidemenu-backward { padding: 0.857rem; - color: #666666; + color: #333333; } .p-steps .p-steps-item .p-menuitem-link { background: transparent; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; - border-radius: 2px; + transition: background-color 0.2s, box-shadow 0.2s; + border-radius: 3px; background: #ffffff; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: #a6a6a6; - border: 1px solid #c8c8c8; + color: #333333; + border: 1px solid #dee2e6; background: #ffffff; min-width: 2rem; height: 2rem; @@ -6118,24 +6127,24 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: #a6a6a6; + color: #848484; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 700; - color: #666666; + color: #333333; } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; width: 100%; top: 50%; left: 0; @@ -6152,16 +6161,16 @@ margin-right: 2px; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: 1px solid #7b95a3; + border: 1px solid #333333; border-width: 1px; - border-color: #7b95a3; - background: #7b95a3; + border-color: #333333; + background: #333333; color: #ffffff; padding: 0.857rem 1rem; font-weight: 700; - border-top-right-radius: 2px; - border-top-left-radius: 2px; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + border-top-right-radius: 3px; + border-top-left-radius: 3px; + transition: background-color 0.2s, box-shadow 0.2s; margin: 0 0 -1px 0; height: calc(100% + 1px); } @@ -6171,29 +6180,29 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #e4e9ec; + box-shadow: inset 0 0 0 0.2rem #8dcdff; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: #617c8a; - border-color: #617c8a; - color: #ffffff; + background: #dbdbdb; + border-color: #dbdbdb; + color: #333333; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: #afd3c8; - border-color: #dadada; - color: #385048; + background: #007ad9; + border-color: #007ad9; + color: #ffffff; } .p-tieredmenu { padding: 0; background: #ffffff; - color: #666666; + color: #333333; border: 1px solid #c8c8c8; - border-radius: 2px; + border-radius: 3px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-tieredmenu .p-tieredmenu-root-list { @@ -6202,67 +6211,67 @@ .p-tieredmenu .p-submenu-list { padding: 0; background: #ffffff; - border: 1px solid #eaeaea; + border: 1px solid #c8c8c8; box-shadow: 0 0px 6px 0 rgba(0, 0, 0, 0.16); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: #666666; - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + color: #333333; + transition: background-color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: #666666; + color: #333333; padding: 0.857rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: #666666; + color: #333333; margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #666666; + color: #333333; background: #eaeaea; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: #eaeaea; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: #666666; - background: #e0e0e0; + color: #333333; + background: #d6d6d6; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: #666666; + color: #333333; background: #eaeaea; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: #666666; + color: #333333; } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid #dadada; + border-top: 1px solid #d8dae2; margin: 0; } .p-tieredmenu .p-submenu-icon { @@ -6275,39 +6284,39 @@ .p-inline-message { padding: 0.5rem; margin: 0; - border-radius: 2px; + border-radius: 3px; } .p-inline-message.p-inline-message-info { - background: #a3def8; - border: 1px solid #79c8eb; - border-width: 1px; + background: #7fbcec; + border: 0 none; + border-width: 0; color: #212121; } .p-inline-message.p-inline-message-info .p-inline-message-icon { color: #212121; } .p-inline-message.p-inline-message-success { - background: #a3e2c6; - border: 1px solid #a3e2c6; - border-width: 1px; + background: #b7d8b7; + border: 0 none; + border-width: 0; color: #212121; } .p-inline-message.p-inline-message-success .p-inline-message-icon { color: #212121; } .p-inline-message.p-inline-message-warn { - background: #ffe277; - border: 1px solid #ffe277; - border-width: 1px; + background: #ffe399; + border: 0 none; + border-width: 0; color: #212121; } .p-inline-message.p-inline-message-warn .p-inline-message-icon { color: #212121; } .p-inline-message.p-inline-message-error { - background: #ff8b8b; - border: 1px solid #ff8b8b; - border-width: 1px; + background: #f8b7bd; + border: 0 none; + border-width: 0; color: #212121; } .p-inline-message.p-inline-message-error .p-inline-message-icon { @@ -6329,7 +6338,7 @@ } .p-message { margin: 1rem 0; - border-radius: 2px; + border-radius: 3px; } .p-message .p-message-wrapper { padding: 1rem; @@ -6347,12 +6356,12 @@ .p-message .p-message-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-message.p-message-info { - background: #a3def8; - border: 1px solid #79c8eb; - border-width: 1px; + background: #7fbcec; + border: 0 none; + border-width: 0; color: #212121; } .p-message.p-message-info .p-message-icon { @@ -6362,9 +6371,9 @@ color: #212121; } .p-message.p-message-success { - background: #a3e2c6; - border: 1px solid #a3e2c6; - border-width: 1px; + background: #b7d8b7; + border: 0 none; + border-width: 0; color: #212121; } .p-message.p-message-success .p-message-icon { @@ -6374,9 +6383,9 @@ color: #212121; } .p-message.p-message-warn { - background: #ffe277; - border: 1px solid #ffe277; - border-width: 1px; + background: #ffe399; + border: 0 none; + border-width: 0; color: #212121; } .p-message.p-message-warn .p-message-icon { @@ -6386,9 +6395,9 @@ color: #212121; } .p-message.p-message-error { - background: #ff8b8b; - border: 1px solid #ff8b8b; - border-width: 1px; + background: #f8b7bd; + border: 0 none; + border-width: 0; color: #212121; } .p-message.p-message-error .p-message-icon { @@ -6421,7 +6430,7 @@ .p-toast .p-toast-message { margin: 0 0 1rem 0; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); - border-radius: 2px; + border-radius: 3px; } .p-toast .p-toast-message .p-toast-message-content { padding: 1rem; @@ -6455,12 +6464,12 @@ .p-toast .p-toast-message .p-toast-icon-close:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-toast .p-toast-message.p-toast-message-info { - background: #a3def8; - border: 1px solid #79c8eb; - border-width: 1px; + background: #7fbcec; + border: 0 none; + border-width: 0; color: #212121; } .p-toast .p-toast-message.p-toast-message-info .p-toast-message-icon, @@ -6468,9 +6477,9 @@ color: #212121; } .p-toast .p-toast-message.p-toast-message-success { - background: #a3e2c6; - border: 1px solid #a3e2c6; - border-width: 1px; + background: #b7d8b7; + border: 0 none; + border-width: 0; color: #212121; } .p-toast .p-toast-message.p-toast-message-success .p-toast-message-icon, @@ -6478,9 +6487,9 @@ color: #212121; } .p-toast .p-toast-message.p-toast-message-warn { - background: #ffe277; - border: 1px solid #ffe277; - border-width: 1px; + background: #ffe399; + border: 0 none; + border-width: 0; color: #212121; } .p-toast .p-toast-message.p-toast-message-warn .p-toast-message-icon, @@ -6488,9 +6497,9 @@ color: #212121; } .p-toast .p-toast-message.p-toast-message-error { - background: #ff8b8b; - border: 1px solid #ff8b8b; - border-width: 1px; + background: #f8b7bd; + border: 0 none; + border-width: 0; color: #212121; } .p-toast .p-toast-message.p-toast-message-error .p-toast-message-icon, @@ -6523,7 +6532,7 @@ width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - border-radius: 2px; + border-radius: 3px; margin: 0 0.5rem; } .p-galleria .p-galleria-item-nav .p-galleria-item-prev-icon, @@ -6548,18 +6557,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: #7b95a3; + background-color: #f4f4f4; width: 1rem; height: 1rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: #617c8a; + background: #eaeaea; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6577,8 +6586,8 @@ background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #afd3c8; - color: #385048; + background: #007ad9; + color: #ffffff; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6600,12 +6609,12 @@ color: #aeb6bf; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: background-color 0.2s, box-shadow 0.2s; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-galleria-mask { --maskbg: rgba(0, 0, 0, 0.9); @@ -6652,8 +6661,8 @@ height: 1.5rem; } .p-avatar { - background-color: #dadada; - border-radius: 2px; + background-color: #c8c8c8; + border-radius: 3px; } .p-avatar.p-avatar-lg { width: 3rem; @@ -6678,8 +6687,8 @@ border: 2px solid #ffffff; } .p-chip { - background-color: #dadada; - color: #666666; + background-color: #c8c8c8; + color: #333333; border-radius: 16px; padding: 0 0.429rem; } @@ -6698,14 +6707,14 @@ margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { - border-radius: 2px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; margin-left: 0.5rem; } .p-chip .p-chip-remove-icon:focus-visible { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-chip .p-chip-remove-icon:focus { outline: 0 none; @@ -6714,7 +6723,7 @@ width: 3rem; height: 3rem; border-radius: 50%; - box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16); + box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { @@ -6732,35 +6741,35 @@ height: 1.5rem; } .p-skeleton { - background-color: #dadada; - border-radius: 2px; + background-color: #eaeaea; + border-radius: 3px; } .p-skeleton:after { background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); } .p-tag { - background: #7b95a3; + background: #007ad9; color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 2px; + border-radius: 3px; } .p-tag.p-tag-success { - background-color: #a3e2c6; - color: #323e39; + background-color: #34a835; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #a3def8; - color: #3d4447; + background-color: #007ad9; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #ffe38e; + background-color: #ffba01; color: #333333; } .p-tag.p-tag-danger { - background-color: #f4b6b6; - color: #262222; + background-color: #e91224; + color: #ffffff; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6772,31 +6781,31 @@ } .p-inplace .p-inplace-display { padding: 0.429rem 0.429rem; - border-radius: 2px; + border-radius: 3px; transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: #f4f4f4; - color: #666666; + background: #eaeaea; + color: #333333; } .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #e4e9ec; + box-shadow: 0 0 0 0.2rem #8dcdff; } .p-metergroup .p-metergroup-meter-container { - background: #efefef; - border-radius: 2px; + background: #eaeaea; + border-radius: 3px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #7b95a3; + background: #007ad9; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 24px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #7b95a3; + background: #007ad9; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6814,12 +6823,12 @@ height: 0.5rem; } .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:first-of-type { - border-top-left-radius: 2px; - border-bottom-left-radius: 2px; + border-top-left-radius: 3px; + border-bottom-left-radius: 3px; } .p-metergroup.p-metergroup-horizontal .p-metergroup-meter:last-of-type { - border-top-right-radius: 2px; - border-bottom-right-radius: 2px; + border-top-right-radius: 3px; + border-bottom-right-radius: 3px; } .p-metergroup.p-metergroup-horizontal .p-metergroup-label-list-start { margin-bottom: 1rem; @@ -6832,12 +6841,12 @@ height: 100%; } .p-metergroup.p-metergroup-vertical .p-metergroup-meter:first-of-type { - border-top-left-radius: 2px; - border-top-right-radius: 2px; + border-top-left-radius: 3px; + border-top-right-radius: 3px; } .p-metergroup.p-metergroup-vertical .p-metergroup-meter:last-of-type { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; + border-bottom-left-radius: 3px; + border-bottom-right-radius: 3px; } .p-metergroup.p-metergroup-vertical .p-metergroup-label-list:not(.p-metergroup-label-list-start) { margin-left: 1rem; @@ -6845,13 +6854,13 @@ .p-progressbar { border: 0 none; height: 24px; - background: #efefef; - border-radius: 2px; + background: #eaeaea; + border-radius: 3px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #7b95a3; + background: #007ad9; } .p-progressbar .p-progressbar-label { color: #ffffff; @@ -6859,8 +6868,8 @@ } .p-terminal { background: #ffffff; - color: #666666; - border: 1px solid #dadada; + color: #333333; + border: 1px solid #c8c8c8; padding: 0.571rem 1rem; } .p-terminal .p-terminal-input { @@ -6869,7 +6878,7 @@ font-size: 1rem; } .p-badge { - background: #7b95a3; + background: #007ad9; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -6878,24 +6887,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #a3897b; + background-color: #607d8b; color: #ffffff; } .p-badge.p-badge-success { - background-color: #a3e2c6; - color: #323e39; + background-color: #34a835; + color: #ffffff; } .p-badge.p-badge-info { - background-color: #a3def8; - color: #3d4447; + background-color: #007ad9; + color: #ffffff; } .p-badge.p-badge-warning { - background-color: #ffe38e; + background-color: #ffba01; color: #333333; } .p-badge.p-badge-danger { - background-color: #f4b6b6; - color: #262222; + background-color: #e91224; + color: #ffffff; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -6910,28 +6919,28 @@ line-height: 3rem; } .p-tag { - background: #7b95a3; + background: #007ad9; color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; - border-radius: 2px; + border-radius: 3px; } .p-tag.p-tag-success { - background-color: #a3e2c6; - color: #323e39; + background-color: #34a835; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #a3def8; - color: #3d4447; + background-color: #007ad9; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #ffe38e; + background-color: #ffba01; color: #333333; } .p-tag.p-tag-danger { - background-color: #f4b6b6; - color: #262222; + background-color: #e91224; + color: #ffffff; } } @layer primereact { @@ -6939,13 +6948,25 @@ color: #ffffff; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: #ffffff; + color: #b4b4b4; } .p-dialog .p-dialog-header .p-dialog-header-icon { color: #ffffff; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: #ffffff; + color: #b4b4b4; } } +.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { + background-color: #494949; + border: 1px solid #494949; + color: #ffffff; +} + +.p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { + background-color: #494949; + border-color: #494949; + color: #ffffff; +} + /* Customizations to the designer theme should be defined here */ From 7224042ac7bf0541d4aa6723f17d0a2aaafafd52 Mon Sep 17 00:00:00 2001 From: KumJungMin Date: Sat, 23 Nov 2024 22:53:59 +0900 Subject: [PATCH 4/5] style: revert unrelated style --- public/themes/md-dark-deeppurple/theme.css | 520 +-- public/themes/md-dark-indigo/theme.css | 520 +-- public/themes/md-light-deeppurple/theme.css | 3142 +++++++++---------- 3 files changed, 2091 insertions(+), 2091 deletions(-) diff --git a/public/themes/md-dark-deeppurple/theme.css b/public/themes/md-dark-deeppurple/theme.css index 8cf543944f..44b4a92aa6 100644 --- a/public/themes/md-dark-deeppurple/theme.css +++ b/public/themes/md-dark-deeppurple/theme.css @@ -242,7 +242,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 0.75rem; + right: 1rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 3rem; + right: 4rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #CE93D8; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(206, 147, 216, 0.16); color: #CE93D8; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2rem; + line-height: 2.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(206, 147, 216, 0.16); } .p-datepicker .p-datepicker-buttonbar { - padding: 0.75rem 0; + padding: 1rem 0; border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); @@ -735,7 +735,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #CE93D8; } .p-chips .p-chips-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 1.75rem; - margin-right: -1.75rem; + padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid hsla(0, 0%, 100%, 0.3); border-left: 1px solid hsla(0, 0%, 100%, 0.3); border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #f44435; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-float-label > label { - left: 0.75rem; + left: 1rem; color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } @@ -1373,19 +1373,19 @@ color: #f44435; } .p-icon-field-left > .p-inputtext { - padding-left: 2.5rem; + padding-left: 3rem; } .p-icon-field-left > .p-autocomplete .p-inputtext { - padding-left: 2.5rem; + padding-left: 3rem; } .p-icon-field-left.p-float-label > label { - left: 2.5rem; + left: 3rem; } .p-icon-field-right > .p-inputtext { - padding-right: 2.5rem; + padding-right: 3rem; } .p-icon-field-right > .p-autocomplete .p-inputtext { - padding-right: 2.5rem; + padding-right: 3rem; } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); @@ -1410,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-icon-field { position: relative; @@ -1429,12 +1429,12 @@ width: 100%; } .p-icon-field-left > .p-input-icon { - left: 0.75rem; + left: 1rem; color: rgba(255, 255, 255, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); z-index: 1; } @@ -1445,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 2.5rem; + width: 3rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1483,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -1492,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { @@ -1504,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); transition: none; @@ -1522,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1568,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1697,14 +1697,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -1724,7 +1724,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-multiselect-panel { background: #2b2b2b; @@ -1734,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1743,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 1.75rem; + padding-right: 2rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1754,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -1777,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1806,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1820,7 +1820,7 @@ border-color: #f44435; } .p-password-panel { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; @@ -1970,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #CE93D8; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1rem; + font-size: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1rem; - height: 1rem; + width: 1.143rem; + height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #f44435; @@ -2088,7 +2088,7 @@ border-color: #CE93D8; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect.p-variant-filled { background: hsla(0, 0%, 100%, 0.06); @@ -2100,14 +2100,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -2128,7 +2128,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-treeselect-panel { background: #2b2b2b; @@ -2138,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -2150,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 3.5rem; + padding-right: 4rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 2.5rem; + right: 3rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -2185,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -2276,7 +2276,7 @@ color: #121212; background: #CE93D8; border: 0 none; - padding: 0.571rem 0.75rem; + padding: 0.714rem 1rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2379,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 2.25rem; - padding: 0.571rem; + width: 3rem; + padding: 0.714rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2388,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 2.25rem; + height: 3rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2423,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-fluid .p-button-group { display: flex; @@ -2855,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3110,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3168,7 +3168,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3176,12 +3176,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3191,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3245,14 +3245,14 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3409,34 +3409,34 @@ background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { background: rgba(206, 147, 216, 0.16); @@ -3454,21 +3454,21 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-dataview .p-dataview-footer { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3493,14 +3493,14 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(255, 255, 255, 0.12); @@ -3511,7 +3511,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3521,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3548,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3579,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -3604,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -3613,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3626,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3641,23 +3641,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { @@ -3670,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3724,7 +3724,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 0.75rem; + padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3741,7 +3741,7 @@ color: rgba(255, 255, 255, 0.87); border: solid #404040; border-width: 0; - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3817,7 +3817,7 @@ color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { - padding: 0.75rem; + padding: 1rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3826,23 +3826,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { @@ -3855,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3937,7 +3937,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 0.75rem; + padding: 1rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3952,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.25rem; + padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4009,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 1.75rem; + padding-right: 2rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { @@ -4171,7 +4171,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4179,12 +4179,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4194,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4240,11 +4240,11 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4343,34 +4343,34 @@ background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4397,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.25rem; + padding: 1.5rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4431,7 +4431,7 @@ color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; border: 0 none; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4476,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 0.75rem; + padding: 1rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4489,10 +4489,10 @@ color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { - padding: 0.75rem 0; + padding: 1rem 0; } .p-card .p-card-footer { - padding: 0.75rem 0 0 0; + padding: 1rem 0 0 0; } .p-fieldset { border: 1px solid rgba(255, 255, 255, 0.12); @@ -4501,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 0.75rem; + padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4513,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; @@ -4532,7 +4532,7 @@ color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { - padding: 0.75rem; + padding: 1rem; } .p-divider .p-divider-content { background-color: #1e1e1e; @@ -4559,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; @@ -4569,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4595,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 0.75rem; + padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4604,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4687,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: transparent; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { @@ -4819,7 +4819,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4847,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: transparent; color: #CE93D8; - width: 2.25rem; + width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4858,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: transparent; - padding: 0.75rem; + padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; @@ -4867,7 +4867,7 @@ .p-toolbar { background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; border-radius: 4px; gap: 0.5rem; } @@ -4882,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.25rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.25rem 0.75rem 1.25rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4930,7 +4930,7 @@ border-bottom: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 1.25rem; + padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4939,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4966,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 0 1.25rem 1.25rem 1.25rem; + padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4976,7 +4976,7 @@ border-top: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -5006,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 0.75rem; + padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { background: #CE93D8; color: #121212; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1rem; - right: -1rem; + top: -1.25rem; + right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(206, 147, 216, 0.92); @@ -5046,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 0.75rem; + padding: 1rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -5074,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 0.75rem; + padding: 1rem; } .p-tooltip .p-tooltip-text { background: #444444; @@ -5097,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #1e1e1e; - padding: 0.75rem; + padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; @@ -5120,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5129,7 +5129,7 @@ background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; - padding: 0.75rem; + padding: 1rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5182,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5329,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5345,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5402,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5422,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5443,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5496,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5583,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5639,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5651,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5666,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5698,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5762,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5805,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5825,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5871,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5945,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5979,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(255, 255, 255, 0.87); - padding: 1.25rem; + padding: 1.5rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6032,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6133,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6214,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6275,7 +6275,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6330,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6391,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border-radius: 4px; } @@ -6446,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 0.75rem 0; + margin: 1rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1rem 1.25rem; + padding: 1.25rem 1.5rem; } .p-message .p-message-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6542,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.25rem; + padding: 1.5rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6799,20 +6799,20 @@ background-color: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); border-radius: 16px; - padding: 0 0.75rem; + padding: 0 1rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.375rem; - margin-bottom: 0.375rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.25rem; - height: 2.25rem; - margin-left: -0.75rem; + width: 2.5rem; + height: 2.5rem; + margin-left: -1rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6979,7 +6979,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7529,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7901,8 +7901,8 @@ color: #CE93D8; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7996,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8217,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(2.25rem + 1px); + width: calc(3rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8430,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/md-dark-indigo/theme.css b/public/themes/md-dark-indigo/theme.css index cec5027d4a..5e8320a266 100644 --- a/public/themes/md-dark-indigo/theme.css +++ b/public/themes/md-dark-indigo/theme.css @@ -242,7 +242,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-editor-container .p-editor-content { border-bottom-right-radius: 4px; @@ -354,13 +354,13 @@ } } .p-autocomplete .p-autocomplete-loader { - right: 0.75rem; + right: 1rem; } .p-autocomplete.p-autocomplete-dd .p-autocomplete-loader { - right: 3rem; + right: 4rem; } .p-autocomplete .p-autocomplete-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { @@ -373,7 +373,7 @@ border-color: #9FA8DA; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { font-family: var(--font-family); @@ -384,7 +384,7 @@ margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: rgba(159, 168, 218, 0.16); color: #9FA8DA; @@ -408,7 +408,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -425,7 +425,7 @@ } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -466,8 +466,8 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev, .p-datepicker .p-datepicker-header .p-datepicker-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -487,7 +487,7 @@ box-shadow: none; } .p-datepicker .p-datepicker-header .p-datepicker-title { - line-height: 2rem; + line-height: 2.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { @@ -511,15 +511,15 @@ padding: 0.5rem; } .p-datepicker table th > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; } .p-datepicker table td { padding: 0.5rem; } .p-datepicker table td > span { - width: 2.25rem; - height: 2.25rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; transition: none; border: 1px solid transparent; @@ -543,7 +543,7 @@ background: rgba(159, 168, 218, 0.16); } .p-datepicker .p-datepicker-buttonbar { - padding: 0.75rem 0; + padding: 1rem 0; border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { @@ -554,8 +554,8 @@ padding: 0.5rem; } .p-datepicker .p-timepicker button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -680,7 +680,7 @@ .p-cascadeselect .p-cascadeselect-label { background: transparent; border: 0 none; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); @@ -735,7 +735,7 @@ background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { font-size: 0.875rem; @@ -931,11 +931,11 @@ border-color: #9FA8DA; } .p-chips .p-chips-multiple-container { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; outline-color: transparent; } .p-chips .p-chips-multiple-container .p-chips-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -949,7 +949,7 @@ margin-left: 0.5rem; } .p-chips .p-chips-multiple-container .p-chips-input-token { - padding: 0.375rem 0; + padding: 0.5rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { font-family: var(--font-family); @@ -1084,7 +1084,7 @@ background-color: transparent; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-dropdown .p-dropdown-label { background: transparent; @@ -1119,7 +1119,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1128,11 +1128,11 @@ border-top-left-radius: 4px; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter { - padding-right: 1.75rem; - margin-right: -1.75rem; + padding-right: 2rem; + margin-right: -2rem; } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { @@ -1140,7 +1140,7 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1171,13 +1171,13 @@ } .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1187,7 +1187,7 @@ border-top: 1px solid hsla(0, 0%, 100%, 0.3); border-left: 1px solid hsla(0, 0%, 100%, 0.3); border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { @@ -1242,7 +1242,7 @@ width: auto; } .p-fluid .p-inputgroup .p-button.p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { border-color: #f44435; @@ -1328,7 +1328,7 @@ font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; @@ -1358,14 +1358,14 @@ } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext.p-inputtext-lg { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-float-label > label { - left: 0.75rem; + left: 1rem; color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } @@ -1373,19 +1373,19 @@ color: #f44435; } .p-icon-field-left > .p-inputtext { - padding-left: 2.5rem; + padding-left: 3rem; } .p-icon-field-left > .p-autocomplete .p-inputtext { - padding-left: 2.5rem; + padding-left: 3rem; } .p-icon-field-left.p-float-label > label { - left: 2.5rem; + left: 3rem; } .p-icon-field-right > .p-inputtext { - padding-right: 2.5rem; + padding-right: 3rem; } .p-icon-field-right > .p-autocomplete .p-inputtext { - padding-right: 2.5rem; + padding-right: 3rem; } ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6); @@ -1410,11 +1410,11 @@ } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-inputtext-lg .p-inputtext { font-size: 1.25rem; - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-icon-field { position: relative; @@ -1429,12 +1429,12 @@ width: 100%; } .p-icon-field-left > .p-input-icon { - left: 0.75rem; + left: 1rem; color: rgba(255, 255, 255, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); z-index: 1; } @@ -1445,7 +1445,7 @@ } .p-inputotp-input { text-align: center; - width: 2.5rem; + width: 3rem; } .p-listbox-list-wrapper { overflow: auto; @@ -1483,7 +1483,7 @@ outline-color: transparent; } .p-listbox .p-listbox-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -1492,10 +1492,10 @@ border-top-left-radius: 4px; } .p-listbox .p-listbox-header .p-listbox-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-listbox .p-listbox-header .p-listbox-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { @@ -1504,7 +1504,7 @@ } .p-listbox .p-listbox-list .p-listbox-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); transition: none; @@ -1522,13 +1522,13 @@ } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1568,7 +1568,7 @@ } .p-mention-panel .p-mention-items .p-mention-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1697,14 +1697,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -1724,7 +1724,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-multiselect-panel { background: #2b2b2b; @@ -1734,7 +1734,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -1743,10 +1743,10 @@ border-top-left-radius: 4px; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { - padding-right: 1.75rem; + padding-right: 2rem; } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { @@ -1754,8 +1754,8 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-close { margin-left: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -1777,7 +1777,7 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -1806,13 +1806,13 @@ } .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -1820,7 +1820,7 @@ border-color: #f44435; } .p-password-panel { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; @@ -1970,11 +1970,11 @@ .p-rating .p-rating-item .p-rating-icon { color: #9FA8DA; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); - font-size: 1rem; + font-size: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { - width: 1rem; - height: 1rem; + width: 1.143rem; + height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { color: #f44435; @@ -2088,7 +2088,7 @@ border-color: #9FA8DA; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect.p-variant-filled { background: hsla(0, 0%, 100%, 0.06); @@ -2100,14 +2100,14 @@ background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; margin-right: 0.5rem; background: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); @@ -2128,7 +2128,7 @@ border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; } .p-treeselect-panel { background: #2b2b2b; @@ -2138,7 +2138,7 @@ box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -2150,21 +2150,21 @@ margin-right: 0.5rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter { - padding-right: 1.75rem; + padding-right: 2rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { - padding-right: 3.5rem; + padding-right: 4rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter-clear-icon { - right: 2.5rem; + right: 3rem; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -2185,7 +2185,7 @@ border: 0 none; } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); background: transparent; } @@ -2276,7 +2276,7 @@ color: #121212; background: #9FA8DA; border: 0 none; - padding: 0.571rem 0.75rem; + padding: 0.714rem 1rem; font-size: 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; @@ -2379,8 +2379,8 @@ border-radius: 2rem; } .p-button.p-button-icon-only { - width: 2.25rem; - padding: 0.571rem; + width: 3rem; + padding: 0.714rem; } .p-button.p-button-icon-only .p-button-icon-left, .p-button.p-button-icon-only .p-button-icon-right { @@ -2388,18 +2388,18 @@ } .p-button.p-button-icon-only.p-button-rounded { border-radius: 50%; - height: 2.25rem; + height: 3rem; } .p-button.p-button-sm { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-button.p-button-sm .p-button-icon { font-size: 0.875rem; } .p-button.p-button-lg { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-button.p-button-lg .p-button-icon { font-size: 1.25rem; @@ -2423,7 +2423,7 @@ width: 100%; } .p-fluid .p-button-icon-only { - width: 2.25rem; + width: 3rem; } .p-fluid .p-button-group { display: flex; @@ -2855,14 +2855,14 @@ } .p-splitbutton.p-button-sm > .p-button { font-size: 0.875rem; - padding: 0.499625rem 0.65625rem; + padding: 0.62475rem 0.875rem; } .p-splitbutton.p-button-sm > .p-button .p-button-icon { font-size: 0.875rem; } .p-splitbutton.p-button-lg > .p-button { font-size: 1.25rem; - padding: 0.71375rem 0.9375rem; + padding: 0.8925rem 1.25rem; } .p-splitbutton.p-button-lg > .p-button.p-button-icon-only { width: auto; @@ -3110,8 +3110,8 @@ } .p-carousel .p-carousel-content .p-carousel-prev, .p-carousel .p-carousel-content .p-carousel-next { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3168,7 +3168,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { @@ -3176,12 +3176,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3191,7 +3191,7 @@ } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -3245,14 +3245,14 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3409,34 +3409,34 @@ background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-sm .p-datatable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-datatable.p-datatable-lg .p-datatable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable.p-datatable-lg .p-datatable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { background: rgba(159, 168, 218, 0.16); @@ -3454,21 +3454,21 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-dataview .p-dataview-footer { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3493,14 +3493,14 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 0 none; - padding: 0.75rem; + padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { border: solid rgba(255, 255, 255, 0.12); @@ -3511,7 +3511,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; @@ -3521,8 +3521,8 @@ margin-left: 0.5rem; } .p-column-filter-menu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3548,8 +3548,8 @@ box-shadow: none; } .p-column-filter-clear-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -3579,7 +3579,7 @@ } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item { margin: 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; @@ -3604,7 +3604,7 @@ margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); background: #2b2b2b; @@ -3613,7 +3613,7 @@ border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { - padding: 0.75rem; + padding: 1rem; border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { @@ -3626,13 +3626,13 @@ border-bottom: 0 none; } .p-column-filter-overlay-menu .p-column-filter-add-rule { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-column-filter-overlay-menu .p-column-filter-buttonbar { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls { - padding: 0.75rem; + padding: 1rem; } .p-orderlist .p-orderlist-controls .p-button { margin-bottom: 0.5rem; @@ -3641,23 +3641,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-orderlist .p-orderlist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { @@ -3670,7 +3670,7 @@ outline: 0 none; } .p-orderlist .p-orderlist-list .p-orderlist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3724,7 +3724,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 0.75rem; + padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { background: inherit; @@ -3741,7 +3741,7 @@ color: rgba(255, 255, 255, 0.87); border: solid #404040; border-width: 0; - padding: 0.375rem 0.75rem; + padding: 0.5rem 1rem; border-radius: 4px; } .p-paginator .p-paginator-first, @@ -3817,7 +3817,7 @@ color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { - padding: 0.75rem; + padding: 1rem; } .p-picklist .p-picklist-buttons .p-button { margin-bottom: 0.5rem; @@ -3826,23 +3826,23 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; font-weight: 500; border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-picklist .p-picklist-filter-container { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { - padding-right: 1.75rem; + padding-right: 2rem; } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { @@ -3855,7 +3855,7 @@ outline: 0 none; } .p-picklist .p-picklist-list .p-picklist-item { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border: 0 none; color: rgba(255, 255, 255, 0.87); @@ -3937,7 +3937,7 @@ border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); - padding: 0.75rem; + padding: 1rem; border-radius: 4px; } .p-tree .p-tree-container .p-treenode { @@ -3952,12 +3952,12 @@ .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 4px; transition: none; - padding: 0.25rem; + padding: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler { margin-right: 0.5rem; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4009,10 +4009,10 @@ } .p-tree .p-tree-filter-container .p-tree-filter { width: 100%; - padding-right: 1.75rem; + padding-right: 2rem; } .p-tree .p-tree-filter-container .p-tree-filter-icon { - right: 0.75rem; + right: 1rem; color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { @@ -4171,7 +4171,7 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { @@ -4179,12 +4179,12 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-thead > tr > th { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4194,7 +4194,7 @@ } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; @@ -4240,11 +4240,11 @@ text-align: left; border: 1px solid #404040; border-width: 0 0 1px 0; - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4343,34 +4343,34 @@ background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { - padding: 0.65625rem 0.65625rem; + padding: 0.875rem 0.875rem; } .p-treetable.p-treetable-sm .p-treetable-thead > tr > th { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tbody > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-tfoot > tr > td { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-sm .p-treetable-footer { - padding: 0.375rem 0.375rem; + padding: 0.5rem 0.5rem; } .p-treetable.p-treetable-lg .p-treetable-header { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-thead > tr > th { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tbody > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-tfoot > tr > td { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-treetable.p-treetable-lg .p-treetable-footer { - padding: 0.9375rem 0.9375rem; + padding: 1.25rem 1.25rem; } .p-timeline .p-timeline-event-marker { border: 0 none; @@ -4397,7 +4397,7 @@ height: 2px; } .p-accordion .p-accordion-header .p-accordion-header-link { - padding: 1.25rem; + padding: 1.5rem; border: 0 none; color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4431,7 +4431,7 @@ color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; border: 0 none; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4476,7 +4476,7 @@ border-radius: 4px; } .p-card .p-card-body { - padding: 0.75rem; + padding: 1rem; } .p-card .p-card-title { font-size: 1.5rem; @@ -4489,10 +4489,10 @@ color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { - padding: 0.75rem 0; + padding: 1rem 0; } .p-card .p-card-footer { - padding: 0.75rem 0 0 0; + padding: 1rem 0 0 0; } .p-fieldset { border: 1px solid rgba(255, 255, 255, 0.12); @@ -4501,7 +4501,7 @@ border-radius: 4px; } .p-fieldset .p-fieldset-legend { - padding: 0.75rem; + padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); background: #1e1e1e; @@ -4513,7 +4513,7 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; @@ -4532,7 +4532,7 @@ color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { - padding: 0.75rem; + padding: 1rem; } .p-divider .p-divider-content { background-color: #1e1e1e; @@ -4559,7 +4559,7 @@ } .p-panel .p-panel-header { border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; @@ -4569,8 +4569,8 @@ font-weight: 500; } .p-panel .p-panel-header .p-panel-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4595,7 +4595,7 @@ border-bottom-right-radius: 0; } .p-panel .p-panel-content { - padding: 0.75rem; + padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4604,7 +4604,7 @@ border-top: 0 none; } .p-panel .p-panel-footer { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; border: 1px solid rgba(255, 255, 255, 0.12); background: #1e1e1e; color: rgba(255, 255, 255, 0.87); @@ -4687,7 +4687,7 @@ } .p-stepper .p-stepper-panels { background: transparent; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { @@ -4819,7 +4819,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4847,7 +4847,7 @@ .p-tabview .p-tabview-nav-btn.p-link { background: transparent; color: #9FA8DA; - width: 2.25rem; + width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; } @@ -4858,7 +4858,7 @@ } .p-tabview .p-tabview-panels { background: transparent; - padding: 0.75rem; + padding: 1rem; border: 0 none; color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; @@ -4867,7 +4867,7 @@ .p-toolbar { background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; border-radius: 4px; gap: 0.5rem; } @@ -4882,11 +4882,11 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { - padding: 1.25rem; + padding: 1.5rem; } .p-confirm-popup .p-confirm-popup-footer { text-align: right; - padding: 0 1.25rem 0.75rem 1.25rem; + padding: 0 1.5rem 1rem 1.5rem; } .p-confirm-popup .p-confirm-popup-footer button { margin: 0 0.5rem 0 0; @@ -4930,7 +4930,7 @@ border-bottom: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 1.25rem; + padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4939,8 +4939,8 @@ font-size: 1.25rem; } .p-dialog .p-dialog-header .p-dialog-header-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -4966,7 +4966,7 @@ .p-dialog .p-dialog-content { background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 0 1.25rem 1.25rem 1.25rem; + padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { border-bottom-right-radius: 4px; @@ -4976,7 +4976,7 @@ border-top: 0 none; background: #262626; color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -5006,18 +5006,18 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { - padding: 0.75rem; + padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { background: #9FA8DA; color: #121212; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; position: absolute; - top: -1rem; - right: -1rem; + top: -1.25rem; + right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { background: rgba(159, 168, 218, 0.92); @@ -5046,12 +5046,12 @@ box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { - padding: 0.75rem; + padding: 1rem; } .p-sidebar .p-sidebar-header .p-sidebar-close, .p-sidebar .p-sidebar-header .p-sidebar-icon { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; @@ -5074,7 +5074,7 @@ padding-top: 0; } .p-sidebar .p-sidebar-content { - padding: 0.75rem; + padding: 1rem; } .p-tooltip .p-tooltip-text { background: #444444; @@ -5097,7 +5097,7 @@ } .p-fileupload .p-fileupload-buttonbar { background: #1e1e1e; - padding: 0.75rem; + padding: 1rem; border: 1px solid rgba(255, 255, 255, 0.12); color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; @@ -5120,7 +5120,7 @@ height: 4px; } .p-fileupload .p-fileupload-row > div { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; } .p-fileupload.p-fileupload-advanced .p-message { margin-top: 0; @@ -5129,7 +5129,7 @@ background: #1e1e1e; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; - padding: 0.75rem; + padding: 1rem; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link { transition: none; @@ -5182,7 +5182,7 @@ } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5329,7 +5329,7 @@ margin: 0; } .p-megamenu { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5345,7 +5345,7 @@ } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5402,7 +5402,7 @@ } .p-megamenu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5422,8 +5422,8 @@ padding: 0.5rem 0; } .p-megamenu .p-megamenu-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5443,7 +5443,7 @@ border-radius: 4px; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5496,7 +5496,7 @@ } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5583,7 +5583,7 @@ } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5639,7 +5639,7 @@ } .p-menu .p-submenu-header { margin: 0; - padding: 0.75rem; + padding: 1rem; color: rgba(255, 255, 255, 0.6); background: transparent; font-weight: 400; @@ -5651,7 +5651,7 @@ margin: 0.5rem 0; } .p-menubar { - padding: 0.75rem; + padding: 1rem; background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); @@ -5666,7 +5666,7 @@ border-radius: 4px; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { - padding: 0.75rem; + padding: 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5698,7 +5698,7 @@ } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5762,8 +5762,8 @@ font-size: 0.875rem; } .p-menubar.p-menubar-mobile .p-menubar-button { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5805,19 +5805,19 @@ transform: rotate(-90deg); } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar.p-menubar-mobile .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } @media screen and (max-width: 960px) { .p-menubar { @@ -5825,8 +5825,8 @@ } .p-menubar .p-menubar-button { display: flex; - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5871,7 +5871,7 @@ } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -5945,19 +5945,19 @@ position: static; } .p-menubar .p-menubar-root-list ul li a { - padding-left: 2.25rem; + padding-left: 3rem; } .p-menubar .p-menubar-root-list ul li ul li a { - padding-left: 3.75rem; + padding-left: 5rem; } .p-menubar .p-menubar-root-list ul li ul li ul li a { - padding-left: 5.25rem; + padding-left: 7rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li a { - padding-left: 6.75rem; + padding-left: 9rem; } .p-menubar .p-menubar-root-list ul li ul li ul li ul li ul li a { - padding-left: 8.25rem; + padding-left: 11rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { display: flex; @@ -5979,7 +5979,7 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { color: rgba(255, 255, 255, 0.87); - padding: 1.25rem; + padding: 1.5rem; font-weight: 400; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link .p-submenu-icon { @@ -6032,7 +6032,7 @@ } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6133,7 +6133,7 @@ } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6214,7 +6214,7 @@ height: 0.875rem; } .p-slidemenu .p-slidemenu-backward { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { @@ -6275,7 +6275,7 @@ border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; background: transparent; color: rgba(255, 255, 255, 0.6); - padding: 0.75rem 1.25rem; + padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -6330,7 +6330,7 @@ } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { color: rgba(255, 255, 255, 0.87); - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { @@ -6391,7 +6391,7 @@ height: 0.875rem; } .p-inline-message { - padding: 0.75rem 0.75rem; + padding: 1rem 1rem; margin: 0; border-radius: 4px; } @@ -6446,15 +6446,15 @@ margin-right: 0; } .p-message { - margin: 0.75rem 0; + margin: 1rem 0; border-radius: 4px; } .p-message .p-message-wrapper { - padding: 1rem 1.25rem; + padding: 1.25rem 1.5rem; } .p-message .p-message-close { - width: 2rem; - height: 2rem; + width: 2.5rem; + height: 2.5rem; border-radius: 50%; background: transparent; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6542,7 +6542,7 @@ border-radius: 4px; } .p-toast .p-toast-message .p-toast-message-content { - padding: 1.25rem; + padding: 1.5rem; } .p-toast .p-toast-message .p-toast-message-content .p-toast-message-text { margin: 0 0 0 1rem; @@ -6799,20 +6799,20 @@ background-color: hsla(0, 0%, 100%, 0.12); color: rgba(255, 255, 255, 0.87); border-radius: 16px; - padding: 0 0.75rem; + padding: 0 1rem; } .p-chip .p-chip-text { line-height: 1.5; - margin-top: 0.375rem; - margin-bottom: 0.375rem; + margin-top: 0.5rem; + margin-bottom: 0.5rem; } .p-chip .p-chip-icon { margin-right: 0.5rem; } .p-chip img { - width: 2.25rem; - height: 2.25rem; - margin-left: -0.75rem; + width: 2.5rem; + height: 2.5rem; + margin-left: -1rem; margin-right: 0.5rem; } .p-chip .p-chip-remove-icon { @@ -6979,7 +6979,7 @@ background: #1e1e1e; color: rgba(255, 255, 255, 0.87); border: 1px solid rgba(255, 255, 255, 0.12); - padding: 0.75rem; + padding: 1rem; } .p-terminal .p-terminal-input { font-family: var(--font-family); @@ -7529,12 +7529,12 @@ background: transparent; } .p-input-filled .p-float-label .p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-cascadeselect .p-cascadeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; @@ -7901,8 +7901,8 @@ color: #9FA8DA; } .p-input-filled .p-float-label .p-inputtext { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label input:focus ~ label, .p-input-filled .p-float-label input.p-filled ~ label, @@ -7996,12 +7996,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect .p-multiselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-token { padding-top: 0; @@ -8217,7 +8217,7 @@ } .p-splitbutton.p-button-outlined > .p-button.p-splitbutton-menubutton { margin-left: -1px; - width: calc(2.25rem + 1px); + width: calc(3rem + 1px); } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; @@ -8430,12 +8430,12 @@ margin-bottom: 0.25rem; } .p-input-filled .p-float-label .p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect .p-treeselect-label { - padding-top: 1.25rem; - padding-bottom: 0.25rem; + padding-top: 1.5rem; + padding-bottom: 0.5rem; } .p-input-filled .p-float-label .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-token { padding-top: 0; diff --git a/public/themes/md-light-deeppurple/theme.css b/public/themes/md-light-deeppurple/theme.css index 44b4a92aa6..f2a12457b2 100644 --- a/public/themes/md-light-deeppurple/theme.css +++ b/public/themes/md-light-deeppurple/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #1e1e1e; - --surface-b: #121212; - --surface-c: hsla(0, 0%, 100%, 0.04); - --surface-d: hsla(0, 0%, 100%, 0.12); - --surface-e: #1e1e1e; - --surface-f: #262626; - --text-color: rgba(255, 255, 255, 0.87); - --text-color-secondary: rgba(255, 255, 255, 0.6); - --primary-color: #CE93D8; - --primary-color-text: #121212; - --surface-0: #121212; - --surface-50: #2a2a2a; - --surface-100: #414141; - --surface-200: #595959; - --surface-300: #717171; - --surface-400: #898989; - --surface-500: #a0a0a0; - --surface-600: #b8b8b8; - --surface-700: #d0d0d0; - --surface-800: #e7e7e7; - --surface-900: #ffffff; - --gray-50: #e7e7e7; - --gray-100: #d0d0d0; - --gray-200: #b8b8b8; - --gray-300: #a0a0a0; - --gray-400: #898989; - --gray-500: #717171; - --gray-600: #595959; - --gray-700: #414141; - --gray-800: #2a2a2a; - --gray-900: #121212; + --surface-a: #ffffff; + --surface-b: #fafafa; + --surface-c: rgba(0, 0, 0, 0.04); + --surface-d: rgba(0, 0, 0, 0.12); + --surface-e: #ffffff; + --surface-f: #ffffff; + --text-color: rgba(0, 0, 0, 0.87); + --text-color-secondary: rgba(0, 0, 0, 0.6); + --primary-color: #673AB7; + --primary-color-text: #ffffff; + --surface-0: #ffffff; + --surface-50: #fafafa; + --surface-100: #f5f5f5; + --surface-200: #eeeeee; + --surface-300: #e0e0e0; + --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: #e0e0e0; + --gray-400: #bdbdbd; + --gray-500: #9e9e9e; + --gray-600: #757575; + --gray-700: #616161; + --gray-800: #424242; + --gray-900: #212121; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #121212; - --surface-section: #121212; - --surface-card: #1e1e1e; - --surface-overlay: #262626; - --surface-border: hsla(0, 0%, 100%, 0.12); - --surface-hover: hsla(0, 0%, 100%, 0.04); + --surface-ground: #fafafa; + --surface-section: #ffffff; + --surface-card: #ffffff; + --surface-overlay: #ffffff; + --surface-border: rgba(0, 0, 0, 0.12); + --surface-hover: rgba(0, 0, 0, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(206, 147, 216, 0.16); - --highlight-text-color: #CE93D8; - color-scheme: dark; + --highlight-bg: rgba(103, 58, 183, 0.12); + --highlight-text-color: #673AB7; + color-scheme: light; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#fdfafd; - --primary-100:#f3e5f6; - --primary-200:#ead1ee; - --primary-300:#e1bce7; - --primary-400:#d7a8df; - --primary-500:#ce93d8; - --primary-600:#af7db8; - --primary-700:#906797; - --primary-800:#715177; - --primary-900:#523b56; + --primary-50:#f7f5fb; + --primary-100:#dbd0ee; + --primary-200:#beaae0; + --primary-300:#a185d2; + --primary-400:#845fc5; + --primary-500:#673ab7; + --primary-600:#58319c; + --primary-700:#482980; + --primary-800:#392065; + --primary-900:#291749; } .p-editor-container .p-editor-toolbar { - background: #1e1e1e; + background: #ffffff; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(255, 255, 255, 0.6); + stroke: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(255, 255, 255, 0.6); + fill: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 1rem 1rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; } .p-editor-container .p-editor-content .ql-editor { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(255, 255, 255, 0.87); + stroke: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(255, 255, 255, 0.87); + fill: rgba(0, 0, 0, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #CE93D8; + color: #673AB7; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #CE93D8; + stroke: #673AB7; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #CE93D8; + fill: #673AB7; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #CE93D8; + color: #673AB7; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #f44435; + color: #b00020; } .p-text-secondary { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.5rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-autocomplete-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-datepicker { padding: 0.5rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #2b2b2b; + background: #ffffff; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; margin: 0; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #CE93D8; + color: #673AB7; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: transparent; - color: rgba(255, 255, 255, 0.87); - border-color: rgba(255, 255, 255, 0.5); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border-color: rgb(0, 0, 0); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid hsla(0, 0%, 100%, 0.12); + border-left: 1px solid rgba(0, 0, 0, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-cascadeselect.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 1rem 1rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-cascadeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 1rem 1rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 18px; height: 18px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #121212; + color: #ffffff; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #CE93D8; - background: #CE93D8; + border-color: #673AB7; + background: #673AB7; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #CE93D8; - background: #CE93D8; - color: #121212; + border-color: #673AB7; + background: #673AB7; + color: #ffffff; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #f44435; + border-color: #b00020; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #CE93D8; + background: #673AB7; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-chips .p-chips-multiple-container { padding: 0.5rem 1rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: hsla(0, 0%, 100%, 0.24); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.24); + color: rgba(0, 0, 0, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #2b2b2b; - border: 1px solid #1e1e1e; + background: #323232; + border: 1px solid #191919; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-dropdown.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-dropdown-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-inputgroup-addon { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.6); - border-top: 1px solid hsla(0, 0%, 100%, 0.3); - border-left: 1px solid hsla(0, 0%, 100%, 0.3); - border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.6); + border-top: 1px solid rgba(0, 0, 0, 0.38); + border-left: 1px solid rgba(0, 0, 0, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.38); padding: 1rem 1rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid hsla(0, 0%, 100%, 0.3); + border-right: 1px solid rgba(0, 0, 0, 0.38); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 3rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #bdbdbd; + background: #ffffff; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(206, 147, 216, 0.5); + background: rgba(103, 58, 183, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #CE93D8; + background: #673AB7; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: hsla(0, 0%, 100%, 0.3); + background: rgba(0, 0, 0, 0.38); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(206, 147, 216, 0.5); + background: rgba(103, 58, 183, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #f44435; + border-color: #b00020; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; padding: 1rem 1rem; - border: 1px solid hsla(0, 0%, 100%, 0.3); + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-inputtext.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputtext.p-variant-filled { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-inputtext.p-variant-filled:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-inputtext.p-variant-filled:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,11 +1366,11 @@ } .p-float-label > label { left: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #f44435; + color: #b00020; } .p-icon-field-left > .p-inputtext { padding-left: 3rem; @@ -1388,25 +1388,25 @@ padding-right: 3rem; } ::-webkit-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } ::-moz-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } :-ms-input-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-input-filled .p-inputtext { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-inputtext:enabled:focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1430,12 +1430,12 @@ } .p-icon-field-left > .p-input-icon { left: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); z-index: 1; } .p-inputotp { @@ -1475,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1496,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1506,7 +1506,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } @@ -1517,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-listbox.p-invalid { - border-color: #f44435; + border-color: #b00020; } .p-mention-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1570,18 +1570,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-multiselect { display: inline-flex; @@ -1672,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-multiselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-multiselect .p-multiselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1715,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.5rem 1rem; } .p-multiselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1747,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1756,16 +1756,16 @@ margin-left: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1779,7 +1779,7 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1791,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1807,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #f44435; + border-color: #b00020; } .p-password-panel { padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(206, 147, 216, 0.32); + background: rgba(103, 58, 183, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #ef9a9a; + background: #d32f2f; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fff59d; + background: #fbc02d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #c5e1a5; + background: #689f38; } .p-radiobutton { position: relative; @@ -1881,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); - background: #1e1e1e; + border: 2px solid #757575; + background: #ffffff; width: 20px; height: 20px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1898,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #CE93D8; + background-color: #673AB7; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #CE93D8; - background: #121212; + border-color: #673AB7; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #CE93D8; - background: #121212; + border-color: #673AB7; + background: #ffffff; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #CE93D8; + background-color: #673AB7; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #f44435; + border-color: #b00020; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.06); + background-color: #f5f5f5; } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #121212; + background: #ffffff; } .p-rating { position: relative; @@ -1968,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #CE93D8; + color: #673AB7; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1.143rem; } @@ -1977,7 +1977,7 @@ height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1985,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #CE93D8; + color: #673AB7; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #CE93D8; + color: #673AB7; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #f44435; + color: #b00020; } .p-selectbutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-slider { - background: hsla(0, 0%, 100%, 0.3); + background: #c1c1c1; border: 0 none; border-radius: 4px; } @@ -2055,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #CE93D8; + background: #673AB7; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2066,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #CE93D8; + background: #673AB7; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #CE93D8; + background: #673AB7; border-color: 0 none; } .p-treeselect { - background: #1e1e1e; - border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.38); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 2rem; } .p-treeselect.p-variant-filled { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-treeselect .p-treeselect-label { padding: 1rem 1rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.5rem 1rem; margin-right: 0.5rem; - background: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #f44435; + border-color: #b00020; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.5rem 1rem; } .p-treeselect-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2154,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 4rem; @@ -2165,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2186,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: hsla(0, 0%, 100%, 0.06); + background: #f5f5f5; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; } .p-togglebutton { position: relative; @@ -2222,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #2f2f2f; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + border: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #e0e0e1; + border-color: #e0e0e1; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #373737; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #f6f6f6; + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: #d9d8d9; + border-color: #d9d8d9; + color: rgba(0, 0, 0, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #CE93D8; + border-color: #673AB7; } .p-togglebutton.p-invalid > .p-button { - border-color: #f44435; + border-color: #b00020; } .p-button { - color: #121212; - background: #CE93D8; + color: #ffffff; + background: #673AB7; border: 0 none; padding: 0.714rem 1rem; font-size: 1rem; @@ -2282,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.92); - color: #121212; + background: rgba(103, 58, 183, 0.92); + color: #ffffff; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); - color: #121212; + background: rgba(103, 58, 183, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #CE93D8; + color: #673AB7; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-button:focus { outline: 0 none; @@ -2369,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #CE93D8; - background-color: #121212; + color: #673AB7; + background-color: #ffffff; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2432,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #121212; - background: #A5D6A7; + color: #ffffff; + background: #4CAF50; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(165, 214, 167, 0.92); - color: #121212; + background: rgba(76, 175, 80, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(165, 214, 167, 0.68); - color: #121212; + background: rgba(76, 175, 80, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.04); + color: #4CAF50; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.16); + color: #4CAF50; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); + background: rgba(76, 175, 80, 0.04); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #212121; - background: #90caf9; + color: #ffffff; + background: #2196f3; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(144, 202, 249, 0.92); - color: #212121; + background: rgba(33, 150, 243, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); - color: #212121; + background: rgba(33, 150, 243, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #212121; - background: #c5e1a5; + color: #ffffff; + background: #689f38; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(197, 225, 165, 0.92); - color: #212121; + background: rgba(104, 159, 56, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); - color: #212121; + background: rgba(104, 159, 56, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212121; - background: #fff59d; + color: #212529; + background: #fbc02d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(255, 245, 157, 0.92); - color: #212121; + background: rgba(251, 192, 45, 0.92); + color: #212529; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); - color: #212121; + background: rgba(251, 192, 45, 0.68); + color: #212529; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #212121; - background: #ce93d8; + color: #ffffff; + background: #9c27b0; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(206, 147, 216, 0.92); - color: #212121; + background: rgba(156, 39, 176, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); - color: #212121; + background: rgba(156, 39, 176, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #212121; - background: #ef9a9a; + color: #ffffff; + background: #d32f2f; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(239, 154, 154, 0.92); - color: #212121; + background: rgba(211, 47, 47, 0.92); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); - color: #212121; + background: rgba(211, 47, 47, 0.68); + color: #ffffff; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #121212; - background: #ffffff; - border: 1px solid #ffffff; + color: #ffffff; + background: #212121; + border: 1px solid #212121; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #d0d0d0; - color: #121212; - border-color: #d0d0d0; + background: #424242; + color: #ffffff; + border-color: #424242; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #b8b8b8; - color: #121212; - border-color: #b8b8b8; + background: #616161; + color: #ffffff; + border-color: #616161; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #ffffff; + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: #ffffff; + background: rgba(33, 33, 33, 0.04); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: #ffffff; + background: rgba(33, 33, 33, 0.16); + color: #212121; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #ffffff; + color: #212121; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(33, 33, 33, 0.04); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); border-color: transparent; - color: #ffffff; + color: #212121; } .p-button.p-button-link { - color: #CE93D8; + color: #673AB7; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2787,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-splitbutton { @@ -2795,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #CE93D8; + color: #673AB7; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); - border-color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); + border-color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #CE93D8; + color: #673AB7; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #CE93D8; + background: rgba(103, 58, 183, 0.04); + color: #673AB7; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.16); + color: #673AB7; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(255, 255, 255, 0.16); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.16); + color: rgba(0, 0, 0, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2878,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.04); + color: #4CAF50; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); - color: #A5D6A7; + background: rgba(76, 175, 80, 0.16); + color: #4CAF50; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #A5D6A7; + color: #4CAF50; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(165, 214, 167, 0.04); + background: rgba(76, 175, 80, 0.04); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); border-color: transparent; - color: #A5D6A7; + color: #4CAF50; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); - color: #90caf9; + background: rgba(33, 150, 243, 0.04); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); - color: #90caf9; + background: rgba(33, 150, 243, 0.16); + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #90caf9; + color: #2196f3; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(144, 202, 249, 0.04); + background: rgba(33, 150, 243, 0.04); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); border-color: transparent; - color: #90caf9; + color: #2196f3; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.04); + color: #689f38; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); - color: #c5e1a5; + background: rgba(104, 159, 56, 0.16); + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #c5e1a5; + color: #689f38; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(197, 225, 165, 0.04); + background: rgba(104, 159, 56, 0.04); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); border-color: transparent; - color: #c5e1a5; + color: #689f38; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); - color: #fff59d; + background: rgba(251, 192, 45, 0.04); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); - color: #fff59d; + background: rgba(251, 192, 45, 0.16); + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fff59d; + color: #fbc02d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(255, 245, 157, 0.04); + background: rgba(251, 192, 45, 0.04); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); border-color: transparent; - color: #fff59d; + color: #fbc02d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); - color: #ce93d8; + background: rgba(156, 39, 176, 0.04); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); - color: #ce93d8; + background: rgba(156, 39, 176, 0.16); + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #ce93d8; + color: #9c27b0; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(206, 147, 216, 0.04); + background: rgba(156, 39, 176, 0.04); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); border-color: transparent; - color: #ce93d8; + color: #9c27b0; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.04); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); - color: #ef9a9a; + background: rgba(211, 47, 47, 0.16); + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #ef9a9a; + color: #d32f2f; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(239, 154, 154, 0.04); + background: rgba(211, 47, 47, 0.04); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); border-color: transparent; - color: #ef9a9a; + color: #d32f2f; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3061,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #A5D6A7; - color: #212121; + background: #4CAF50; + color: #fff; } .p-speeddial-action:hover { - background: rgba(165, 214, 167, 0.92); - color: #212121; + background: rgba(76, 175, 80, 0.92); + color: #fff; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3112,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3120,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3142,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3164,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3182,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3207,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; } @@ -3253,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3263,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3282,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(206, 147, 216, 0.16); + box-shadow: inset 0 2px 0 0 rgba(103, 58, 183, 0.12); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(206, 147, 216, 0.16); + box-shadow: inset 0 -2px 0 0 rgba(103, 58, 183, 0.12); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-datatable .p-column-resizer-helper { - background: #CE93D8; + background: #673AB7; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #1e1e1e; + background-color: #ffffff; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3393,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #CE93D8; + color: #673AB7; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #CE93D8; + color: #673AB7; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.5rem 0.5rem; @@ -3439,7 +3439,7 @@ padding: 1.25rem 1.25rem; } .p-datatable-drag-selection-helper { - background: rgba(206, 147, 216, 0.16); + background: rgba(103, 58, 183, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3450,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 1rem 0; } .p-dataview .p-dataview-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3489,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; padding: 1rem 0; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -3523,24 +3523,24 @@ .p-column-filter-menu-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.6); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3550,16 +3550,16 @@ .p-column-filter-clear-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3567,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3581,18 +3581,18 @@ margin: 0; padding: 1rem 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3600,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #2b2b2b; + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); + background: #ffffff; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 1rem; - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3638,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3649,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 1rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3658,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3673,57 +3673,57 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(255, 255, 255, 0.02); + background: rgba(0, 0, 0, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(157, 62, 173, 0.16); + color: rgba(49, 27, 86, 0.12); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-right: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid rgba(255, 255, 255, 0.12); - border-color: rgba(255, 255, 255, 0.12); + border-top: 1px solid #e0e0e0; + border-color: rgba(0, 0, 0, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3737,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: solid #e4e4e4; border-width: 0; padding: 0.5rem 1rem; border-radius: 4px; @@ -3750,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3761,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3790,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3807,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(206, 147, 216, 0.16); - border-color: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + border-color: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); border-color: transparent; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-buttons { padding: 1rem; @@ -3823,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 1rem; font-weight: 500; border-bottom: 0 none; @@ -3834,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 1rem; - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3843,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3858,24 +3858,24 @@ padding: 1rem 1rem; margin: 0; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-tree-container { margin: 0; @@ -3934,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1rem; border-radius: 4px; } @@ -3958,16 +3958,16 @@ margin-right: 0.5rem; width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3976,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #CE93D8; + color: #673AB7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #CE93D8; + color: #673AB7; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: hsla(0, 0%, 100%, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4013,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 1rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4029,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(182, 94, 197, 0.16); + background: rgba(82, 46, 146, 0.12); } .p-treetable { position: relative; @@ -4167,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid #404040; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; font-weight: 500; @@ -4185,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 1rem 1rem; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 1rem 1rem; - border: 1px solid 3404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4213,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #CE93D8; - background: rgba(206, 147, 216, 0.16); + color: #673AB7; + background: rgba(103, 58, 183, 0.12); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #404040; + border: 1px solid #e4e4e4; border-width: 0 0 1px 0; padding: 1rem 1rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4268,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #CE93D8; + color: #673AB7; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #CE93D8; + color: #673AB7; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-treetable .p-column-resizer-helper { - background: #CE93D8; + background: #673AB7; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #1e1e1e; + background: #ffffff; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4327,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #CE93D8; + color: #673AB7; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #CE93D8; + color: #673AB7; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: #222222; + background: rgba(0, 0, 0, 0.02); } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.875rem 0.875rem; @@ -4399,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.5rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 400; border-radius: 4px; transition: none; @@ -4414,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-accordion .p-accordion-content { padding: 1rem 1.5rem; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4470,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4486,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-card .p-card-content { padding: 1rem 0; @@ -4495,16 +4495,16 @@ padding: 1rem 0 0 0; } .p-fieldset { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; font-weight: 500; border-radius: 4px; } @@ -4514,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-radius: 4px; transition: none; } @@ -4527,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(255, 255, 255, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + border-color: #e0e0e0; + color: rgba(0, 0, 0, 0.87); } .p-fieldset .p-fieldset-content { padding: 1rem; } .p-divider .p-divider-content { - background-color: #1e1e1e; + background-color: #ffffff; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px hsla(0, 0%, 100%, 0.12); + border-top: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4552,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px hsla(0, 0%, 100%, 0.12); + border-left: 1px rgba(0, 0, 0, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid rgba(255, 255, 255, 0.12); + border: 1px solid #e0e0e0; padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4571,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4596,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 1rem 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid rgba(255, 255, 255, 0.12); - background: #1e1e1e; + border: 1px solid #e0e0e0; + background: #ffffff; border-radius: 4px; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: hsla(0, 0%, 100%, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4629,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: hsla(0, 0%, 100%, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4648,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4661,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4671,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4683,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #CE93D8; + background-color: #673AB7; } .p-stepper .p-stepper-panels { - background: transparent; + background: #ffffff; padding: 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4704,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: transparent; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4729,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #CE93D8; + background-color: #673AB7; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4806,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -4832,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(206, 147, 216, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(103, 58, 183, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #CE93D8; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #673AB7; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: transparent; - color: #CE93D8; + background: #ffffff; + color: #673AB7; width: 3rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4857,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: transparent; + background: #ffffff; padding: 1rem; border: 0 none; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e0e0e0; padding: 1rem; border-radius: 4px; gap: 0.5rem; @@ -4875,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4897,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4928,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1.5rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4941,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4964,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 0 1.5rem 1.5rem 1.5rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4974,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); padding: 1rem 1.5rem; text-align: right; border-bottom-right-radius: 4px; @@ -4999,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5009,8 +5009,8 @@ padding: 1rem; } .p-overlaypanel .p-overlaypanel-close { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; width: 2.5rem; height: 2.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5020,28 +5020,28 @@ right: -1.25rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(206, 147, 216, 0.92); - color: #121212; + background: rgba(103, 58, 183, 0.92); + color: #ffffff; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #262626; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #ffffff; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(38, 38, 38, 0); - border-bottom-color: #242424; + border-color: rgba(255, 255, 255, 0); + border-bottom-color: #f2f2f2; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #262626; + border-top-color: #ffffff; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #262626; + border-top-color: #ffffff; } .p-sidebar { - background: #262626; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5052,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5060,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-color: transparent; - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5077,29 +5077,29 @@ padding: 1rem; } .p-tooltip .p-tooltip-text { - background: #444444; - color: rgba(255, 255, 255, 0.87); + background: rgba(97, 97, 97, 0.9); + color: #ffffff; padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: #444444; + border-right-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: #444444; + border-left-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: #444444; + border-top-color: rgba(97, 97, 97, 0.9); } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: #444444; + border-bottom-color: rgba(97, 97, 97, 0.9); } .p-fileupload .p-fileupload-buttonbar { - background: #1e1e1e; + background: #ffffff; padding: 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5109,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #1e1e1e; + background: #ffffff; padding: 2rem 1rem; - border: 1px solid rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.87); + border: 1px solid #e0e0e0; + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5126,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #1e1e1e; - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: 1px solid #e5e5e5; border-radius: 4px; padding: 1rem; } @@ -5141,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5170,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5330,81 +5330,81 @@ } .p-megamenu { padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu .p-megamenu-panel { - background: #2b2b2b; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5414,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5424,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5438,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5447,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5490,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5570,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menu.p-menu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 1rem; - color: rgba(255, 255, 255, 0.6); - background: transparent; + color: rgba(0, 0, 0, 0.6); + background: #ffffff; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 1rem; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: transparent; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 4px; } @@ -5670,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5764,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5779,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5827,13 +5827,13 @@ display: flex; width: 2.5rem; height: 2.5rem; - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(255, 255, 255, 0.6); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.6); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5844,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5865,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5972,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(255, 255, 255, 0.87); - background: #1e1e1e; + color: rgba(0, 0, 0, 0.87); + background: #ffffff; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1.5rem; font-weight: 400; } @@ -5994,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #1e1e1e; + background: #ffffff; border-color: transparent; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6026,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6120,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6215,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 1rem 1rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6224,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6236,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6244,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); width: 100%; top: 50%; left: 0; @@ -6262,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: transparent; - border: solid rgba(255, 255, 255, 0.12); + background: #ffffff; + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(255, 255, 255, 0.12); + border: solid rgba(0, 0, 0, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; - background: transparent; - color: rgba(255, 255, 255, 0.6); + border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; + background: #ffffff; + color: rgba(0, 0, 0, 0.6); padding: 1rem 1.5rem; font-weight: 500; border-top-right-radius: 4px; @@ -6292,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(206, 147, 216, 0.04); - border-color: rgba(255, 255, 255, 0.12); - color: rgba(255, 255, 255, 0.6); + background: rgba(103, 58, 183, 0.04); + border-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: transparent; - border-color: rgba(255, 255, 255, 0.12); - color: #CE93D8; + background: #ffffff; + border-color: rgba(0, 0, 0, 0.12); + color: #673AB7; } .p-tieredmenu { padding: 0.5rem 0; - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e5e5e5; border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6319,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #2b2b2b; + background: #ffffff; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); padding: 1rem 1rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(255, 255, 255, 0.87); - background: hsla(0, 0%, 100%, 0.12); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(255, 255, 255, 0.87); - background: rgba(255, 255, 255, 0.04); + color: rgba(0, 0, 0, 0.87); + background: rgba(0, 0, 0, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid hsla(0, 0%, 100%, 0.12); + border-top: 1px solid rgba(0, 0, 0, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6637,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: rgba(255, 255, 255, 0.87); + color: #f6f6f6; width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6666,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: rgba(255, 255, 255, 0.3); + background-color: #dcdcdc; width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: rgba(255, 255, 255, 0.6); + background: #ececec; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6689,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.3); + background: rgba(255, 255, 255, 0.4); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(206, 147, 216, 0.16); - color: #CE93D8; + background: rgba(103, 58, 183, 0.12); + color: #673AB7; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6770,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: hsla(0, 0%, 100%, 0.12); + background-color: rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6793,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #1e1e1e; + border: 2px solid #ffffff; } .p-chip { - background-color: hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.87); + background-color: rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.87); border-radius: 16px; padding: 0 1rem; } @@ -6836,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #A5D6A7; + background: #4CAF50; } .p-scrolltop.p-link:hover { - background: rgba(165, 214, 167, 0.92); + background: rgba(76, 175, 80, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #121212; + color: #ffffff; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(255, 255, 255, 0.06); + background-color: rgba(0, 0, 0, 0.08); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); } .p-tag { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6894,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(255, 255, 255, 0.04); - color: rgba(255, 255, 255, 0.87); + background: rgba(0, 0, 0, 0.04); + color: rgba(0, 0, 0, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6903,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(206, 147, 216, 0.32); + background: rgba(103, 58, 183, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #CE93D8; + background: #673AB7; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #CE93D8; + background: #673AB7; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6963,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(206, 147, 216, 0.32); + background: rgba(103, 58, 183, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #CE93D8; + background: #673AB7; } .p-progressbar .p-progressbar-label { - color: #121212; + color: #ffffff; line-height: 4px; } .p-terminal { - background: #1e1e1e; - color: rgba(255, 255, 255, 0.87); - border: 1px solid rgba(255, 255, 255, 0.12); + background: #ffffff; + color: rgba(0, 0, 0, 0.87); + border: 1px solid #e0e0e0; padding: 1rem; } .p-terminal .p-terminal-input { @@ -6987,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6996,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #A5D6A7; - color: #121212; + background-color: #4CAF50; + color: #ffffff; } .p-badge.p-badge-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-badge.p-badge-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-badge.p-badge-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-badge.p-badge-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7028,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #CE93D8; - color: #121212; + background: #673AB7; + color: #ffffff; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #c5e1a5; - color: #212121; + background-color: #689f38; + color: #ffffff; } .p-tag.p-tag-info { - background-color: #90caf9; - color: #212121; + background-color: #2196f3; + color: #ffffff; } .p-tag.p-tag-warning { - background-color: #fff59d; - color: #212121; + background-color: #fbc02d; + color: #212529; } .p-tag.p-tag-danger { - background-color: #ef9a9a; - color: #212121; + background-color: #d32f2f; + color: #ffffff; } } @layer primereact { @@ -7074,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7092,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7109,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7138,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7150,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-button { font-weight: 500; @@ -7179,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.76); + background: rgba(103, 58, 183, 0.76); } .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); + background: rgba(103, 58, 183, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(103, 58, 183, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(103, 58, 183, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7206,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(255, 255, 255, 0.12) !important; - color: rgba(255, 255, 255, 0.38) !important; + background-color: rgba(0, 0, 0, 0.12) !important; + color: rgba(0, 0, 0, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(165, 214, 167, 0.76); + background: rgba(76, 175, 80, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(165, 214, 167, 0.68); + background: rgba(76, 175, 80, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(165, 214, 167, 0.12); + background: rgba(76, 175, 80, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(165, 214, 167, 0.16); + background-color: rgba(76, 175, 80, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(144, 202, 249, 0.76); + background: rgba(33, 150, 243, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(144, 202, 249, 0.68); + background: rgba(33, 150, 243, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(144, 202, 249, 0.16); + background-color: rgba(33, 150, 243, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(197, 225, 165, 0.76); + background: rgba(104, 159, 56, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(197, 225, 165, 0.68); + background: rgba(104, 159, 56, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(197, 225, 165, 0.16); + background-color: rgba(104, 159, 56, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(255, 245, 157, 0.76); + background: rgba(251, 192, 45, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(255, 245, 157, 0.68); + background: rgba(251, 192, 45, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(255, 245, 157, 0.16); + background-color: rgba(251, 192, 45, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(206, 147, 216, 0.76); + background: rgba(156, 39, 176, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(206, 147, 216, 0.68); + background: rgba(156, 39, 176, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(156, 39, 176, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(239, 154, 154, 0.76); + background: rgba(211, 47, 47, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(239, 154, 154, 0.68); + background: rgba(211, 47, 47, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(239, 154, 154, 0.16); + background-color: rgba(211, 47, 47, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(255, 255, 255, 0.76); + background: rgba(33, 33, 33, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(255, 255, 255, 0.68); + background: rgba(33, 33, 33, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(33, 33, 33, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(255, 255, 255, 0.16); + background: rgba(33, 33, 33, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(255, 255, 255, 0.16); + background-color: rgba(33, 33, 33, 0.16); } .p-calendar-w-btn { - border: 1px solid hsla(0, 0%, 100%, 0.3); - background: #1e1e1e; + border: 1px solid rgba(0, 0, 0, 0.38); + background: #ffffff; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7362,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(255, 255, 255, 0.6); + color: rgba(0, 0, 0, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(255, 255, 255, 0.04); + background: rgba(0, 0, 0, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(255, 255, 255, 0.6); + border-color: rgba(0, 0, 0, 0.87); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #CE93D8; - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + border-color: #673AB7; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7394,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); - color: rgba(255, 255, 255, 0.38); + border-bottom: 1px solid rgba(0, 0, 0, 0.12); + color: rgba(0, 0, 0, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); + box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(206, 147, 216, 0.16); + box-shadow: 0 0 0 1px rgba(103, 58, 183, 0.12); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #f44435; + border-color: #b00020; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7432,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7451,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7463,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7479,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #A5D6A7; - color: #121212; + background: #4CAF50; + color: #ffffff; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7490,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7510,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7538,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-checkbox { border-radius: 50%; @@ -7558,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; border-radius: 2px; position: relative; } @@ -7574,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: hsla(0, 0%, 100%, 0.7); + border-color: #757575; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #CE93D8; + border-color: #673AB7; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7621,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #121212; + border-color: #ffffff; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7643,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7672,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #CE93D8; + box-shadow: inset 0 2px 0 0 #673AB7; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #CE93D8; + box-shadow: inset 0 -2px 0 0 #673AB7; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7710,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-dropdown-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7730,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7749,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #A5D6A7; - color: #121212; + background: #4CAF50; + color: #ffffff; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(165, 214, 167, 0.68); - color: #121212; + background: rgba(76, 175, 80, 0.68); + color: #ffffff; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7815,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7845,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7861,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7888,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #1e1e1e; + background-color: #ffffff; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7898,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #CE93D8; + color: #673AB7; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.5rem; @@ -7915,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7943,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7972,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8014,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-panel { border-radius: 4px; @@ -8075,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8104,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: rgba(255, 255, 255, 0.04); + background: #f6f6f6; } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-progressbar { border-radius: 0; @@ -8126,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); + box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid hsla(0, 0%, 100%, 0.7); + border: 2px solid #757575; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); + box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #CE93D8; + border-color: #673AB7; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #1e1e1e; + background-color: #ffffff; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #1e1e1e; + background-color: #ffffff; } .p-rating { gap: 0; @@ -8168,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(103, 58, 183, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.12); + background: rgba(176, 0, 32, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(244, 68, 53, 0.04); + background: rgba(176, 0, 32, 0.04); } .p-selectbutton .p-button:focus { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-selectbutton .p-button:focus.p-highlight { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } .p-slidemenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(165, 214, 167, 0.2); + box-shadow: 0 0 1px 10px rgba(76, 175, 80, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(103, 58, 183, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(103, 58, 183, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8221,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(255, 255, 255, 0.38) !important; - border-color: rgba(255, 255, 255, 0.38) !important; + color: rgba(0, 0, 0, 0.38) !important; + border-color: rgba(0, 0, 0, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(165, 214, 167, 0.12); + background: rgba(76, 175, 80, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(165, 214, 167, 0.16); + background: rgba(76, 175, 80, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(144, 202, 249, 0.12); + background: rgba(33, 150, 243, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(144, 202, 249, 0.16); + background: rgba(33, 150, 243, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(197, 225, 165, 0.12); + background: rgba(104, 159, 56, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(197, 225, 165, 0.16); + background: rgba(104, 159, 56, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(255, 245, 157, 0.12); + background: rgba(251, 192, 45, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(255, 245, 157, 0.16); + background: rgba(251, 192, 45, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(206, 147, 216, 0.12); + background: rgba(156, 39, 176, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(206, 147, 216, 0.16); + background: rgba(156, 39, 176, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(239, 154, 154, 0.12); + background: rgba(211, 47, 47, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(239, 154, 154, 0.16); + background: rgba(211, 47, 47, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8275,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #CE93D8; - color: #121212; + background-color: #673AB7; + color: #ffffff; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8324,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #CE93D8; - color: #121212; + background-color: #673AB7; + color: #ffffff; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(255, 255, 255, 0.87); + color: rgba(0, 0, 0, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8345,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(206, 147, 216, 0.12); + background-color: rgba(103, 58, 183, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8356,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #CE93D8; + background-color: #673AB7; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-toolbar { border: 0 none; @@ -8373,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(255, 255, 255, 0.12); + background: rgba(0, 0, 0, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(206, 147, 216, 0.24); + background: rgba(103, 58, 183, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8386,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; + box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; } .p-treeselect-item .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: hsla(0, 0%, 100%, 0.06) no-repeat; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); + background: #f5f5f5 no-repeat; + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8406,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: hsla(0, 0%, 100%, 0.08); + background-color: #ececec; border-color: transparent; - background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); + background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: hsla(0, 0%, 100%, 0.1); + background-color: #dcdcdc; border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8448,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); + background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; + box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(255, 255, 255, 0.03); + background-color: rgba(0, 0, 0, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8480,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(206, 147, 216, 0.16); + background-color: rgba(103, 58, 183, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(206, 147, 216, 0.12); + background-color: rgba(103, 58, 183, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(206, 147, 216, 0.12); + background-color: rgba(103, 58, 183, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #CE93D8; + background-color: #673AB7; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #1c1c1c; - border-color: rgba(255, 255, 255, 0.12); + background: #e0e0e1; + border-color: #e0e0e1; } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #262626; - border-color: rgba(255, 255, 255, 0.12); + background: #d9d8d9; + border-color: #d9d8d9; } } /* Customizations to the designer theme should be defined here */ From bcf596bfb44a2ec281eb22ce59e3efa3935f1afb Mon Sep 17 00:00:00 2001 From: KumJungMin Date: Sat, 23 Nov 2024 22:55:45 +0900 Subject: [PATCH 5/5] style: revert unrelated style --- public/themes/mdc-dark-deeppurple/theme.css | 3142 +++++++++---------- 1 file changed, 1571 insertions(+), 1571 deletions(-) diff --git a/public/themes/mdc-dark-deeppurple/theme.css b/public/themes/mdc-dark-deeppurple/theme.css index bb39d70e83..8cf543944f 100644 --- a/public/themes/mdc-dark-deeppurple/theme.css +++ b/public/themes/mdc-dark-deeppurple/theme.css @@ -1,50 +1,50 @@ :root { --font-family: Roboto, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; - --surface-a: #ffffff; - --surface-b: #fafafa; - --surface-c: rgba(0, 0, 0, 0.04); - --surface-d: rgba(0, 0, 0, 0.12); - --surface-e: #ffffff; - --surface-f: #ffffff; - --text-color: rgba(0, 0, 0, 0.87); - --text-color-secondary: rgba(0, 0, 0, 0.6); - --primary-color: #673AB7; - --primary-color-text: #ffffff; - --surface-0: #ffffff; - --surface-50: #fafafa; - --surface-100: #f5f5f5; - --surface-200: #eeeeee; - --surface-300: #e0e0e0; - --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: #e0e0e0; - --gray-400: #bdbdbd; - --gray-500: #9e9e9e; - --gray-600: #757575; - --gray-700: #616161; - --gray-800: #424242; - --gray-900: #212121; + --surface-a: #1e1e1e; + --surface-b: #121212; + --surface-c: hsla(0, 0%, 100%, 0.04); + --surface-d: hsla(0, 0%, 100%, 0.12); + --surface-e: #1e1e1e; + --surface-f: #262626; + --text-color: rgba(255, 255, 255, 0.87); + --text-color-secondary: rgba(255, 255, 255, 0.6); + --primary-color: #CE93D8; + --primary-color-text: #121212; + --surface-0: #121212; + --surface-50: #2a2a2a; + --surface-100: #414141; + --surface-200: #595959; + --surface-300: #717171; + --surface-400: #898989; + --surface-500: #a0a0a0; + --surface-600: #b8b8b8; + --surface-700: #d0d0d0; + --surface-800: #e7e7e7; + --surface-900: #ffffff; + --gray-50: #e7e7e7; + --gray-100: #d0d0d0; + --gray-200: #b8b8b8; + --gray-300: #a0a0a0; + --gray-400: #898989; + --gray-500: #717171; + --gray-600: #595959; + --gray-700: #414141; + --gray-800: #2a2a2a; + --gray-900: #121212; --content-padding: 1rem; --inline-spacing: 0.5rem; --border-radius: 4px; - --surface-ground: #fafafa; - --surface-section: #ffffff; - --surface-card: #ffffff; - --surface-overlay: #ffffff; - --surface-border: rgba(0, 0, 0, 0.12); - --surface-hover: rgba(0, 0, 0, 0.04); + --surface-ground: #121212; + --surface-section: #121212; + --surface-card: #1e1e1e; + --surface-overlay: #262626; + --surface-border: hsla(0, 0%, 100%, 0.12); + --surface-hover: hsla(0, 0%, 100%, 0.04); --focus-ring: none; --maskbg: rgba(0, 0, 0, 0.32); - --highlight-bg: rgba(103, 58, 183, 0.12); - --highlight-text-color: #673AB7; - color-scheme: light; + --highlight-bg: rgba(206, 147, 216, 0.16); + --highlight-text-color: #CE93D8; + color-scheme: dark; } /* roboto-regular - latin-ext_latin */ @@ -179,67 +179,67 @@ --red-700:#ab2f26; --red-800:#86251e; --red-900:#621b16; - --primary-50:#f7f5fb; - --primary-100:#dbd0ee; - --primary-200:#beaae0; - --primary-300:#a185d2; - --primary-400:#845fc5; - --primary-500:#673ab7; - --primary-600:#58319c; - --primary-700:#482980; - --primary-800:#392065; - --primary-900:#291749; + --primary-50:#fdfafd; + --primary-100:#f3e5f6; + --primary-200:#ead1ee; + --primary-300:#e1bce7; + --primary-400:#d7a8df; + --primary-500:#ce93d8; + --primary-600:#af7db8; + --primary-700:#906797; + --primary-800:#715177; + --primary-900:#523b56; } .p-editor-container .p-editor-toolbar { - background: #ffffff; + background: #1e1e1e; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-editor-container .p-editor-toolbar.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-toolbar.ql-snow .ql-stroke { - stroke: rgba(0, 0, 0, 0.6); + stroke: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-fill { - fill: rgba(0, 0, 0, 0.6); + fill: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label { border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; padding: 0; } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { padding: 0.75rem 0.75rem; @@ -249,45 +249,45 @@ border-bottom-left-radius: 4px; } .p-editor-container .p-editor-content.ql-snow { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); } .p-editor-container .p-editor-content .ql-editor { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-editor-container .ql-snow.ql-toolbar button:hover, .p-editor-container .ql-snow.ql-toolbar button:focus { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-stroke, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-stroke { - stroke: rgba(0, 0, 0, 0.87); + stroke: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button:hover .ql-fill, .p-editor-container .ql-snow.ql-toolbar button:focus .ql-fill { - fill: rgba(0, 0, 0, 0.87); + fill: rgba(255, 255, 255, 0.87); } .p-editor-container .ql-snow.ql-toolbar button.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected { - color: #673AB7; + color: #CE93D8; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke { - stroke: #673AB7; + stroke: #CE93D8; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill { - fill: #673AB7; + fill: #CE93D8; } .p-editor-container .ql-snow.ql-toolbar button.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-picker-label, .p-editor-container .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-picker-label { - color: #673AB7; + color: #CE93D8; } @layer primereact { @@ -308,10 +308,10 @@ opacity: 0.38; } .p-error { - color: #b00020; + color: #f44435; } .p-text-secondary { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .pi { font-size: 1rem; @@ -364,13 +364,13 @@ gap: 0.5rem; } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-autocomplete .p-autocomplete-multiple-container:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; @@ -379,26 +379,26 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border-radius: 4px; } .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { margin-left: 0.5rem; } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-autocomplete-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -410,57 +410,57 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-calendar:not(.p-calendar-disabled).p-focus > .p-inputtext { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-datepicker { padding: 0.5rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; } .p-datepicker:not(.p-datepicker-inline) { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-datepicker:not(.p-datepicker-inline) .p-datepicker-header { - background: #ffffff; + background: #2b2b2b; } .p-datepicker .p-datepicker-header { padding: 0.5rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; margin: 0; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -468,7 +468,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -476,9 +476,9 @@ } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-datepicker-header .p-datepicker-prev:focus-visible, .p-datepicker .p-datepicker-header .p-datepicker-next:focus-visible { @@ -491,14 +491,14 @@ } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; font-weight: 500; padding: 0.5rem; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month:enabled:hover { - color: #673AB7; + color: #CE93D8; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -525,8 +525,8 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker table td > span:focus { outline: 0 none; @@ -534,38 +534,38 @@ box-shadow: none; } .p-datepicker table td.p-datepicker-today > span { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border-color: rgb(0, 0, 0); + background: transparent; + color: rgba(255, 255, 255, 0.87); + border-color: rgba(255, 255, 255, 0.5); } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker .p-datepicker-buttonbar { padding: 0.75rem 0; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); } .p-datepicker .p-datepicker-buttonbar .p-button { width: auto; } .p-datepicker .p-timepicker { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); padding: 0.5rem; } .p-datepicker .p-timepicker button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker .p-timepicker button:focus-visible { outline: 0 none; @@ -593,8 +593,8 @@ border-radius: 4px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -605,11 +605,11 @@ border-radius: 4px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { - border-left: 1px solid rgba(0, 0, 0, 0.12); + border-left: 1px solid hsla(0, 0%, 100%, 0.12); padding-right: 0.5rem; padding-left: 0.5rem; padding-top: 0; @@ -623,7 +623,7 @@ padding-right: 0; } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { outline: 0 none; @@ -631,7 +631,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { outline: 0 none; @@ -639,7 +639,7 @@ box-shadow: none; } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { outline: 0 none; @@ -653,29 +653,29 @@ } } .p-cascadeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-cascadeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-cascadeselect.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-cascadeselect.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-cascadeselect.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -683,7 +683,7 @@ padding: 0.75rem 0.75rem; } .p-cascadeselect .p-cascadeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-cascadeselect .p-cascadeselect-label:enabled:focus { outline: 0 none; @@ -691,17 +691,17 @@ } .p-cascadeselect .p-cascadeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-cascadeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-cascadeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -712,7 +712,7 @@ .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item { margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -724,15 +724,15 @@ margin-bottom: 0; } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { padding: 0.75rem 0.75rem; @@ -770,22 +770,22 @@ height: 18px; } .p-checkbox .p-checkbox-input { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 4px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -793,18 +793,18 @@ height: 14px; } .p-checkbox .p-checkbox-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 18px; height: 18px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; - color: #ffffff; + color: #121212; font-size: 14px; } .p-checkbox .p-checkbox-box .p-checkbox-icon.p-icon { @@ -812,49 +812,49 @@ height: 14px; } .p-checkbox.p-highlight .p-checkbox-box { - border-color: #673AB7; - background: #673AB7; + border-color: #CE93D8; + background: #CE93D8; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - border-color: #673AB7; - background: #673AB7; - color: #ffffff; + border-color: #CE93D8; + background: #CE93D8; + color: #121212; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #b00020; + border-color: #f44435; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-checkbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-checkbox.p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-checkbox { position: relative; @@ -871,16 +871,16 @@ align-items: center; } .p-tristatecheckbox.p-variant-filled .p-checkbox-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-tristatecheckbox.p-variant-filled.p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-tristatecheckbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight .p-checkbox-box { - background: #673AB7; + background: #CE93D8; } .p-chips { display: inline-flex; @@ -922,13 +922,13 @@ display: flex; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; @@ -937,13 +937,13 @@ .p-chips .p-chips-multiple-container .p-chips-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-chips .p-chips-multiple-container .p-chips-token.p-focus { - background: rgba(0, 0, 0, 0.24); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.24); + color: rgba(255, 255, 255, 0.87); } .p-chips .p-chips-multiple-container .p-chips-token .p-chips-token-icon { margin-left: 0.5rem; @@ -955,20 +955,20 @@ font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-colorpicker-preview { width: 2rem; height: 2rem; } .p-colorpicker-panel { - background: #323232; - border: 1px solid #191919; + background: #2b2b2b; + border: 1px solid #1e1e1e; } .p-colorpicker-panel .p-colorpicker-color-handle, .p-colorpicker-panel .p-colorpicker-hue-handle { @@ -1056,29 +1056,29 @@ width: 1%; } .p-dropdown { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-dropdown:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-dropdown.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-dropdown.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-dropdown.p-variant-filled:not(.p-disabled).p-focus .p-inputtext { background-color: transparent; @@ -1091,7 +1091,7 @@ border: 0 none; } .p-dropdown .p-dropdown-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; @@ -1099,30 +1099,30 @@ } .p-dropdown .p-dropdown-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-dropdown .p-dropdown-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-dropdown.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-dropdown-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-dropdown-panel .p-dropdown-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1133,7 +1133,7 @@ } .p-dropdown-panel .p-dropdown-header .p-dropdown-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-dropdown-panel .p-dropdown-items { padding: 0; @@ -1142,7 +1142,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1154,15 +1154,15 @@ margin-bottom: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-dropdown-panel .p-dropdown-items .p-dropdown-item .p-dropdown-check-icon { position: relative; @@ -1172,26 +1172,26 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-dropdown-panel .p-dropdown-items .p-dropdown-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-inputgroup-addon { - background: #ffffff; - color: rgba(0, 0, 0, 0.6); - border-top: 1px solid rgba(0, 0, 0, 0.38); - border-left: 1px solid rgba(0, 0, 0, 0.38); - border-bottom: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.6); + border-top: 1px solid hsla(0, 0%, 100%, 0.3); + border-left: 1px solid hsla(0, 0%, 100%, 0.3); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.3); padding: 0.75rem 0.75rem; min-width: 2.357rem; } .p-inputgroup-addon:last-child { - border-right: 1px solid rgba(0, 0, 0, 0.38); + border-right: 1px solid hsla(0, 0%, 100%, 0.3); } .p-inputgroup > .p-component, .p-inputgroup > .p-inputwrapper > .p-inputtext, @@ -1245,7 +1245,7 @@ width: 2.25rem; } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-inputswitch { position: relative; @@ -1287,13 +1287,13 @@ border-radius: 0.5rem; } .p-inputswitch .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 0.5rem; outline-color: transparent; } .p-inputswitch .p-inputswitch-slider:before { - background: #ffffff; + background: #bdbdbd; width: 1.5rem; height: 1.5rem; left: -1px; @@ -1302,17 +1302,17 @@ transition-duration: 0.2s; } .p-inputswitch.p-highlight .p-inputswitch-slider { - background: rgba(103, 58, 183, 0.5); + background: rgba(206, 147, 216, 0.5); } .p-inputswitch.p-highlight .p-inputswitch-slider:before { - background: #673AB7; + background: #CE93D8; transform: translateX(1.5rem); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider { - background: rgba(0, 0, 0, 0.38); + background: hsla(0, 0%, 100%, 0.3); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider { - background: rgba(103, 58, 183, 0.5); + background: rgba(206, 147, 216, 0.5); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider { outline: 0 none; @@ -1320,41 +1320,41 @@ box-shadow: none; } .p-inputswitch.p-invalid > .p-inputswitch-slider { - border-color: #b00020; + border-color: #f44435; } .p-inputtext { font-family: var(--font-family); font-feature-settings: var(--font-feature-settings, normal); font-size: 1rem; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; padding: 0.75rem 0.75rem; - border: 1px solid rgba(0, 0, 0, 0.38); + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); appearance: none; border-radius: 4px; outline-color: transparent; } .p-inputtext:enabled:hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-inputtext.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputtext.p-variant-filled { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-inputtext.p-variant-filled:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-inputtext.p-variant-filled:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1366,11 +1366,11 @@ } .p-float-label > label { left: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); transition-duration: 0.2s; } .p-float-label > .p-invalid + label { - color: #b00020; + color: #f44435; } .p-icon-field-left > .p-inputtext { padding-left: 2.5rem; @@ -1388,25 +1388,25 @@ padding-right: 2.5rem; } ::-webkit-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } ::-moz-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } :-ms-input-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-input-filled .p-inputtext { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-inputtext:enabled:focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-inputtext-sm .p-inputtext { font-size: 0.875rem; @@ -1430,12 +1430,12 @@ } .p-icon-field-left > .p-input-icon { left: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); z-index: 1; } .p-icon-field-right > .p-input-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); z-index: 1; } .p-inputotp { @@ -1475,18 +1475,18 @@ width: 100%; } .p-listbox { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid hsla(0, 0%, 100%, 0.3); border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-listbox .p-listbox-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1496,7 +1496,7 @@ } .p-listbox .p-listbox-header .p-listbox-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-listbox .p-listbox-list { padding: 0; @@ -1506,7 +1506,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } @@ -1517,48 +1517,48 @@ margin-bottom: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-listbox .p-listbox-list .p-listbox-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-listbox.p-invalid { - border-color: #b00020; + border-color: #f44435; } .p-mention-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -1570,18 +1570,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-mention-panel .p-mention-items .p-mention-item:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-mention-panel .p-mention-items .p-mention-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-multiselect { display: inline-flex; @@ -1672,42 +1672,42 @@ display: flex; } .p-multiselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; outline-color: transparent; } .p-multiselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-multiselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-multiselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-multiselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-multiselect .p-multiselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect.p-multiselect-chip .p-multiselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { @@ -1715,29 +1715,29 @@ } .p-multiselect .p-multiselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-multiselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { padding: 0.375rem 0.75rem; } .p-multiselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-multiselect-panel .p-multiselect-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -1747,7 +1747,7 @@ } .p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-multiselect-panel .p-multiselect-header .p-checkbox { margin-right: 0.5rem; @@ -1756,16 +1756,16 @@ margin-left: 0.5rem; width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus-visible { outline: 0 none; @@ -1779,7 +1779,7 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; @@ -1791,15 +1791,15 @@ margin-bottom: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-checkbox { margin-right: 0.5rem; @@ -1807,38 +1807,38 @@ .p-multiselect-panel .p-multiselect-items .p-multiselect-item-group { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; } .p-multiselect-panel .p-multiselect-items .p-multiselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #b00020; + border-color: #f44435; } .p-password-panel { padding: 0.75rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-password-panel .p-password-meter { margin-bottom: 0.5rem; - background: rgba(103, 58, 183, 0.32); + background: rgba(206, 147, 216, 0.32); } .p-password-panel .p-password-meter .p-password-strength.weak { - background: #d32f2f; + background: #ef9a9a; } .p-password-panel .p-password-meter .p-password-strength.medium { - background: #fbc02d; + background: #fff59d; } .p-password-panel .p-password-meter .p-password-strength.strong { - background: #689f38; + background: #c5e1a5; } .p-radiobutton { position: relative; @@ -1881,15 +1881,15 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); border-radius: 50%; } .p-radiobutton .p-radiobutton-box { - border: 2px solid #757575; - background: #ffffff; + border: 2px solid hsla(0, 0%, 100%, 0.7); + background: #1e1e1e; width: 20px; height: 20px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; @@ -1898,54 +1898,54 @@ width: 10px; height: 10px; transition-duration: 0.2s; - background-color: #673AB7; + background-color: #CE93D8; } .p-radiobutton.p-highlight .p-radiobutton-box { - border-color: #673AB7; - background: #ffffff; + border-color: #CE93D8; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - border-color: #673AB7; - background: #ffffff; + border-color: #CE93D8; + background: #121212; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box .p-radiobutton-icon { - background-color: #673AB7; + background-color: #CE93D8; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #b00020; + border-color: #f44435; } .p-radiobutton.p-variant-filled .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-radiobutton.p-variant-filled.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-radiobutton.p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #f5f5f5; + background-color: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-radiobutton.p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight .p-radiobutton-box { - background: #ffffff; + background: #121212; } .p-rating { position: relative; @@ -1968,7 +1968,7 @@ border-radius: 50%; } .p-rating .p-rating-item .p-rating-icon { - color: #673AB7; + color: #CE93D8; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); font-size: 1rem; } @@ -1977,7 +1977,7 @@ height: 1rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-rating .p-rating-item.p-focus { outline: 0 none; @@ -1985,56 +1985,56 @@ box-shadow: none; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #673AB7; + color: #CE93D8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #673AB7; + color: #CE93D8; } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #b00020; + color: #f44435; } .p-selectbutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, .p-selectbutton .p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight .p-button-icon-left, .p-selectbutton .p-button.p-highlight .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton .p-button.p-highlight:hover { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-selectbutton .p-button.p-highlight:hover .p-button-icon-left, .p-selectbutton .p-button.p-highlight:hover .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-selectbutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-slider { - background: #c1c1c1; + background: hsla(0, 0%, 100%, 0.3); border: 0 none; border-radius: 4px; } @@ -2055,7 +2055,7 @@ .p-slider .p-slider-handle { height: 20px; width: 20px; - background: #673AB7; + background: #CE93D8; border: 0 none; border-radius: 50%; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); @@ -2066,82 +2066,82 @@ box-shadow: none; } .p-slider .p-slider-range { - background: #673AB7; + background: #CE93D8; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #673AB7; + background: #CE93D8; border-color: 0 none; } .p-treeselect { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.38); + background: #1e1e1e; + border: 1px solid hsla(0, 0%, 100%, 0.3); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); border-radius: 4px; } .p-treeselect:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-treeselect.p-treeselect-clearable .p-treeselect-label { padding-right: 1.75rem; } .p-treeselect.p-variant-filled { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-treeselect.p-variant-filled:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-treeselect.p-variant-filled:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-treeselect .p-treeselect-label.p-placeholder { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect.p-treeselect-chip .p-treeselect-token { padding: 0.375rem 0.75rem; margin-right: 0.5rem; - background: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; } .p-treeselect .p-treeselect-trigger { background: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); width: 2.357rem; border-top-right-radius: 4px; border-bottom-right-radius: 4px; } .p-treeselect .p-treeselect-clear-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); right: 2.357rem; } .p-treeselect.p-invalid.p-component { - border-color: #b00020; + border-color: #f44435; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { padding: 0.375rem 0.75rem; } .p-treeselect-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); } .p-treeselect-panel .p-treeselect-header { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -2154,7 +2154,7 @@ } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container .p-treeselect-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treeselect-panel .p-treeselect-header .p-treeselect-filter-container.p-treeselect-clearable-filter .p-treeselect-filter { padding-right: 3.5rem; @@ -2165,16 +2165,16 @@ .p-treeselect-panel .p-treeselect-header .p-treeselect-close { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treeselect-panel .p-treeselect-header .p-treeselect-close:focus-visible { outline: 0 none; @@ -2186,17 +2186,17 @@ } .p-treeselect-panel .p-treeselect-items-wrapper .p-treeselect-empty-message { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; } .p-input-filled .p-treeselect { - background: #f5f5f5; + background: hsla(0, 0%, 100%, 0.06); } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus { - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); } .p-togglebutton { position: relative; @@ -2222,59 +2222,59 @@ opacity: 0; z-index: 1; outline: 0 none; - border: 1px solid rgba(0, 0, 0, 0.12); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-togglebutton .p-button { - background: #ffffff; - border: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #2f2f2f; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); outline-color: transparent; } .p-togglebutton .p-button .p-button-icon-left, .p-togglebutton .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton.p-highlight .p-button { - background: #e0e0e1; - border-color: #e0e0e1; - color: rgba(0, 0, 0, 0.87); + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton.p-highlight .p-button .p-button-icon-left, .p-togglebutton.p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button { - background: #f6f6f6; - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background: #373737; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover):not(.p-highlight) .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; - color: rgba(0, 0, 0, 0.87); + background: #262626; + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-left, .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:hover).p-highlight .p-button .p-button-icon-right { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { outline: 0 none; outline-offset: 0; box-shadow: none; - border-color: #673AB7; + border-color: #CE93D8; } .p-togglebutton.p-invalid > .p-button { - border-color: #b00020; + border-color: #f44435; } .p-button { - color: #ffffff; - background: #673AB7; + color: #121212; + background: #CE93D8; border: 0 none; padding: 0.571rem 0.75rem; font-size: 1rem; @@ -2282,67 +2282,67 @@ border-radius: 4px; } .p-button:not(:disabled):hover { - background: rgba(103, 58, 183, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #121212; border-color: transparent; } .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.68); - color: #ffffff; + background: rgba(206, 147, 216, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-outlined { background-color: transparent; - color: #673AB7; + color: #CE93D8; border: 0 none; } .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; border: 0 none; } .p-button.p-button-outlined:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border: 0 none; } .p-button.p-button-outlined.p-button-plain { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-outlined.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text { background-color: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-button.p-button-text:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; border-color: transparent; } .p-button.p-button-text:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border-color: transparent; } .p-button.p-button-text.p-button-plain { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-button.p-button-text.p-button-plain:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-button:focus { outline: 0 none; @@ -2369,8 +2369,8 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #673AB7; - background-color: #ffffff; + color: #CE93D8; + background-color: #121212; } .p-button.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2432,349 +2432,349 @@ flex: 1; } .p-button.p-button-secondary, .p-button-group.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button, .p-fileupload-choose.p-button-secondary { - color: #ffffff; - background: #4CAF50; + color: #121212; + background: #A5D6A7; border: 0 none; } .p-button.p-button-secondary:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-secondary:not(:disabled):hover { - background: rgba(76, 175, 80, 0.92); - color: #ffffff; + background: rgba(165, 214, 167, 0.92); + color: #121212; border-color: transparent; } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { box-shadow: none; } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(76, 175, 80, 0.68); - color: #ffffff; + background: rgba(165, 214, 167, 0.68); + color: #121212; border-color: transparent; } .p-button.p-button-secondary.p-button-outlined, .p-button-group.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined, .p-fileupload-choose.p-button-secondary.p-button-outlined { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); - color: #4CAF50; + background: rgba(165, 214, 167, 0.04); + color: #A5D6A7; border: 0 none; } .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); - color: #4CAF50; + background: rgba(165, 214, 167, 0.16); + color: #A5D6A7; border: 0 none; } .p-button.p-button-secondary.p-button-text, .p-button-group.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text, .p-fileupload-choose.p-button-secondary.p-button-text { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border-color: transparent; } .p-button.p-button-secondary.p-button-text:not(:disabled):hover, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); + background: rgba(165, 214, 167, 0.04); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-button.p-button-info, .p-button-group.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button, .p-fileupload-choose.p-button-info { - color: #ffffff; - background: #2196f3; + color: #212121; + background: #90caf9; border: 0 none; } .p-button.p-button-info:not(:disabled):hover, .p-button-group.p-button-info > .p-button:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-info:not(:disabled):hover { - background: rgba(33, 150, 243, 0.92); - color: #ffffff; + background: rgba(144, 202, 249, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { box-shadow: none; } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); - color: #ffffff; + background: rgba(144, 202, 249, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-info.p-button-outlined, .p-button-group.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined, .p-fileupload-choose.p-button-info.p-button-outlined { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; border: 0 none; } .p-button.p-button-info.p-button-text, .p-button-group.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text, .p-fileupload-choose.p-button-info.p-button-text { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-button.p-button-info.p-button-text:not(:disabled):hover, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-button.p-button-success, .p-button-group.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button, .p-fileupload-choose.p-button-success { - color: #ffffff; - background: #689f38; + color: #212121; + background: #c5e1a5; border: 0 none; } .p-button.p-button-success:not(:disabled):hover, .p-button-group.p-button-success > .p-button:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-success:not(:disabled):hover { - background: rgba(104, 159, 56, 0.92); - color: #ffffff; + background: rgba(197, 225, 165, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { box-shadow: none; } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); - color: #ffffff; + background: rgba(197, 225, 165, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-success.p-button-outlined, .p-button-group.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined, .p-fileupload-choose.p-button-success.p-button-outlined { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; border: 0 none; } .p-button.p-button-success.p-button-text, .p-button-group.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text, .p-fileupload-choose.p-button-success.p-button-text { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-button.p-button-success.p-button-text:not(:disabled):hover, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-button.p-button-warning, .p-button-group.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button, .p-fileupload-choose.p-button-warning { - color: #212529; - background: #fbc02d; + color: #212121; + background: #fff59d; border: 0 none; } .p-button.p-button-warning:not(:disabled):hover, .p-button-group.p-button-warning > .p-button:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-warning:not(:disabled):hover { - background: rgba(251, 192, 45, 0.92); - color: #212529; + background: rgba(255, 245, 157, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { box-shadow: none; } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); - color: #212529; + background: rgba(255, 245, 157, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-warning.p-button-outlined, .p-button-group.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined, .p-fileupload-choose.p-button-warning.p-button-outlined { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; border: 0 none; } .p-button.p-button-warning.p-button-text, .p-button-group.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text, .p-fileupload-choose.p-button-warning.p-button-text { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-button.p-button-warning.p-button-text:not(:disabled):hover, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-button.p-button-help, .p-button-group.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button, .p-fileupload-choose.p-button-help { - color: #ffffff; - background: #9c27b0; + color: #212121; + background: #ce93d8; border: 0 none; } .p-button.p-button-help:not(:disabled):hover, .p-button-group.p-button-help > .p-button:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-help:not(:disabled):hover { - background: rgba(156, 39, 176, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { box-shadow: none; } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); - color: #ffffff; + background: rgba(206, 147, 216, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-help.p-button-outlined, .p-button-group.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined, .p-fileupload-choose.p-button-help.p-button-outlined { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; border: 0 none; } .p-button.p-button-help.p-button-text, .p-button-group.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text, .p-fileupload-choose.p-button-help.p-button-text { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-button.p-button-help.p-button-text:not(:disabled):hover, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-button.p-button-danger, .p-button-group.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button, .p-fileupload-choose.p-button-danger { - color: #ffffff; - background: #d32f2f; + color: #212121; + background: #ef9a9a; border: 0 none; } .p-button.p-button-danger:not(:disabled):hover, .p-button-group.p-button-danger > .p-button:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button:not(:disabled):hover, .p-fileupload-choose.p-button-danger:not(:disabled):hover { - background: rgba(211, 47, 47, 0.92); - color: #ffffff; + background: rgba(239, 154, 154, 0.92); + color: #212121; border-color: transparent; } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { box-shadow: none; } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); - color: #ffffff; + background: rgba(239, 154, 154, 0.68); + color: #212121; border-color: transparent; } .p-button.p-button-danger.p-button-outlined, .p-button-group.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined, .p-fileupload-choose.p-button-danger.p-button-outlined { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; border: 0 none; } .p-button.p-button-danger.p-button-text, .p-button-group.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text, .p-fileupload-choose.p-button-danger.p-button-text { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-button.p-button-danger.p-button-text:not(:disabled):hover, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):hover, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-button.p-button-contrast, .p-button-group.p-button-contrast > .p-button, .p-splitbutton.p-button-contrast > .p-button { - color: #ffffff; - background: #212121; - border: 1px solid #212121; + color: #121212; + background: #ffffff; + border: 1px solid #ffffff; } .p-button.p-button-contrast:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):hover { - background: #424242; - color: #ffffff; - border-color: #424242; + background: #d0d0d0; + color: #121212; + border-color: #d0d0d0; } .p-button.p-button-contrast:not(:disabled):focus, .p-button-group.p-button-contrast > .p-button:not(:disabled):focus, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):focus { box-shadow: none; } .p-button.p-button-contrast:not(:disabled):active, .p-button-group.p-button-contrast > .p-button:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button:not(:disabled):active { - background: #616161; - color: #ffffff; - border-color: #616161; + background: #b8b8b8; + color: #121212; + border-color: #b8b8b8; } .p-button.p-button-contrast.p-button-outlined, .p-button-group.p-button-contrast > .p-button.p-button-outlined, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined { background-color: transparent; - color: #212121; + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); - color: #212121; + background: rgba(255, 255, 255, 0.04); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-outlined:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); - color: #212121; + background: rgba(255, 255, 255, 0.16); + color: #ffffff; border: 0 none; } .p-button.p-button-contrast.p-button-text, .p-button-group.p-button-contrast > .p-button.p-button-text, .p-splitbutton.p-button-contrast > .p-button.p-button-text { background-color: transparent; - color: #212121; + color: #ffffff; border-color: transparent; } .p-button.p-button-contrast.p-button-text:not(:disabled):hover, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):hover, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):hover { - background: rgba(33, 33, 33, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-contrast.p-button-text:not(:disabled):active, .p-button-group.p-button-contrast > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:not(:disabled):active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); border-color: transparent; - color: #212121; + color: #ffffff; } .p-button.p-button-link { - color: #673AB7; + color: #CE93D8; background: transparent; border: transparent; } .p-button.p-button-link:not(:disabled):hover { background: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-button.p-button-link:not(:disabled):hover .p-button-label { @@ -2787,7 +2787,7 @@ } .p-button.p-button-link:not(:disabled):active { background: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-splitbutton { @@ -2795,54 +2795,54 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #673AB7; + color: #CE93D8; border: 0 none; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; } .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); - border-color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); + border-color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #673AB7; + color: #CE93D8; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):hover { - background: rgba(103, 58, 183, 0.04); - color: #673AB7; + background: rgba(206, 147, 216, 0.04); + color: #CE93D8; border-color: transparent; } .p-splitbutton.p-button-text > .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-text.p-button-plain > .p-button:not(:disabled):active { - background: rgba(0, 0, 0, 0.16); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.16); + color: rgba(255, 255, 255, 0.6); } .p-splitbutton.p-button-raised { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -2878,171 +2878,171 @@ } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border: 0 none; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); - color: #4CAF50; + background: rgba(165, 214, 167, 0.04); + color: #A5D6A7; } .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); - color: #4CAF50; + background: rgba(165, 214, 167, 0.16); + color: #A5D6A7; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #4CAF50; + color: #A5D6A7; border-color: transparent; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):hover { - background: rgba(76, 175, 80, 0.04); + background: rgba(165, 214, 167, 0.04); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); border-color: transparent; - color: #4CAF50; + color: #A5D6A7; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border: 0 none; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); - color: #2196f3; + background: rgba(144, 202, 249, 0.04); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); - color: #2196f3; + background: rgba(144, 202, 249, 0.16); + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #2196f3; + color: #90caf9; border-color: transparent; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):hover { - background: rgba(33, 150, 243, 0.04); + background: rgba(144, 202, 249, 0.04); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-info.p-button-text > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); border-color: transparent; - color: #2196f3; + color: #90caf9; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border: 0 none; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); - color: #689f38; + background: rgba(197, 225, 165, 0.04); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); - color: #689f38; + background: rgba(197, 225, 165, 0.16); + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #689f38; + color: #c5e1a5; border-color: transparent; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):hover { - background: rgba(104, 159, 56, 0.04); + background: rgba(197, 225, 165, 0.04); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); border-color: transparent; - color: #689f38; + color: #c5e1a5; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border: 0 none; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); - color: #fbc02d; + background: rgba(255, 245, 157, 0.04); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); - color: #fbc02d; + background: rgba(255, 245, 157, 0.16); + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #fbc02d; + color: #fff59d; border-color: transparent; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):hover { - background: rgba(251, 192, 45, 0.04); + background: rgba(255, 245, 157, 0.04); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); border-color: transparent; - color: #fbc02d; + color: #fff59d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border: 0 none; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); - color: #9c27b0; + background: rgba(206, 147, 216, 0.04); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); - color: #9c27b0; + background: rgba(206, 147, 216, 0.16); + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #9c27b0; + color: #ce93d8; border-color: transparent; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):hover { - background: rgba(156, 39, 176, 0.04); + background: rgba(206, 147, 216, 0.04); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); border-color: transparent; - color: #9c27b0; + color: #ce93d8; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border: 0 none; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); - color: #d32f2f; + background: rgba(239, 154, 154, 0.04); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); - color: #d32f2f; + background: rgba(239, 154, 154, 0.16); + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #d32f2f; + color: #ef9a9a; border-color: transparent; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):hover { - background: rgba(211, 47, 47, 0.04); + background: rgba(239, 154, 154, 0.04); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); border-color: transparent; - color: #d32f2f; + color: #ef9a9a; } .p-speeddial-button.p-button.p-button-icon-only { width: 4rem; @@ -3061,12 +3061,12 @@ .p-speeddial-action { width: 3rem; height: 3rem; - background: #4CAF50; - color: #fff; + background: #A5D6A7; + color: #212121; } .p-speeddial-action:hover { - background: rgba(76, 175, 80, 0.92); - color: #fff; + background: rgba(165, 214, 167, 0.92); + color: #212121; } .p-speeddial-direction-up .p-speeddial-item { margin: 0.25rem; @@ -3112,7 +3112,7 @@ .p-carousel .p-carousel-content .p-carousel-next { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3120,9 +3120,9 @@ } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, .p-carousel .p-carousel-content .p-carousel-next:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-carousel .p-carousel-content .p-carousel-prev:focus-visible, .p-carousel .p-carousel-content .p-carousel-next:focus-visible { @@ -3142,18 +3142,18 @@ margin-bottom: 0.5rem; } .p-carousel .p-carousel-indicators .p-carousel-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 2rem; height: 0.5rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 0; } .p-carousel .p-carousel-indicators .p-carousel-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable .p-paginator-top { border-width: 0 0 1px 0; @@ -3164,17 +3164,17 @@ border-radius: 0; } .p-datatable .p-datatable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datatable .p-datatable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3182,24 +3182,24 @@ .p-datatable .p-datatable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-datatable .p-datatable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-datatable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-datatable .p-sortable-column .p-sortable-column-badge { @@ -3207,43 +3207,43 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:not(.p-highlight):not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-datatable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight:not(.p-sortable-disabled):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column:focus-visible { box-shadow: none; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-datatable .p-datatable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } @@ -3253,7 +3253,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -3263,9 +3263,9 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:focus-visible, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:focus-visible, @@ -3282,54 +3282,54 @@ font-weight: 500; } .p-datatable .p-datatable-tbody > tr > td.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable .p-datatable-tbody > tr.p-highlight-contextmenu { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 rgba(103, 58, 183, 0.12); + box-shadow: inset 0 2px 0 0 rgba(206, 147, 216, 0.16); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 rgba(103, 58, 183, 0.12); + box-shadow: inset 0 -2px 0 0 rgba(206, 147, 216, 0.16); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable .p-datatable-tbody > tr.p-selectable-row:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-selectable-cell .p-datatable-tbody > tr.p-selectable-row > td.p-selectable-cell:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):not(.p-datatable-emptymessage):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-datatable .p-column-resizer-helper { - background: #673AB7; + background: #CE93D8; } .p-datatable .p-datatable-scrollable-header, .p-datatable .p-datatable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-datatable-table > .p-datatable-tfoot, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-thead, .p-datatable.p-datatable-scrollable > .p-datatable-wrapper > .p-virtualscroller > .p-datatable-table > .p-datatable-tfoot { - background-color: #ffffff; + background-color: #1e1e1e; } .p-datatable .p-datatable-loading-icon { font-size: 2rem; @@ -3393,20 +3393,20 @@ border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #673AB7; + color: #CE93D8; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #673AB7; + color: #CE93D8; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.375rem 0.375rem; @@ -3439,7 +3439,7 @@ padding: 0.9375rem 0.9375rem; } .p-datatable-drag-selection-helper { - background: rgba(103, 58, 183, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-dataview .p-paginator-top { border-width: 0 0 1px 0; @@ -3450,23 +3450,23 @@ border-radius: 0; } .p-dataview .p-dataview-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-dataview .p-dataview-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 0.75rem; } .p-dataview .p-dataview-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3489,27 +3489,27 @@ border-radius: 0; } .p-datascroller .p-datascroller-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-datascroller .p-datascroller-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border: 0 none; padding: 0.75rem; } .p-datascroller.p-datascroller-inline .p-datascroller-list > li { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-datascroller .p-datascroller-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -3523,24 +3523,24 @@ .p-column-filter-menu-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-menu-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.6); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.6); } .p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-column-filter-menu-button:focus-visible { outline: 0 none; @@ -3550,16 +3550,16 @@ .p-column-filter-clear-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-column-filter-clear-button:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-column-filter-clear-button:focus-visible { outline: 0 none; @@ -3567,8 +3567,8 @@ box-shadow: none; } .p-column-filter-overlay { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); @@ -3581,18 +3581,18 @@ margin: 0; padding: 0.75rem 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: none; border-radius: 0; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.04); } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus-visible { outline: 0 none; @@ -3600,21 +3600,21 @@ box-shadow: none; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-column-filter-overlay-menu .p-column-filter-operator { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #2b2b2b; margin: 0; border-top-right-radius: 4px; border-top-left-radius: 4px; } .p-column-filter-overlay-menu .p-column-filter-constraint { padding: 0.75rem; - border-bottom: 1px solid rgba(0, 0, 0, 0.12); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); } .p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; @@ -3638,9 +3638,9 @@ margin-bottom: 0.5rem; } .p-orderlist .p-orderlist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3649,8 +3649,8 @@ } .p-orderlist .p-orderlist-filter-container { padding: 0.75rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-input { @@ -3658,12 +3658,12 @@ } .p-orderlist .p-orderlist-filter-container .p-orderlist-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-orderlist .p-orderlist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3673,57 +3673,57 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { - background: rgba(0, 0, 0, 0.02); + background: rgba(255, 255, 255, 0.02); } .p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { - color: rgba(49, 27, 86, 0.12); + color: rgba(157, 62, 173, 0.16); } .p-organizationchart .p-organizationchart-line-down { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-left { - border-right: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-right: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-line-top { - border-top: 1px solid #e0e0e0; - border-color: rgba(0, 0, 0, 0.12); + border-top: 1px solid rgba(255, 255, 255, 0.12); + border-color: rgba(255, 255, 255, 0.12); } .p-organizationchart .p-organizationchart-node-content { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0.75rem; } .p-organizationchart .p-organizationchart-node-content .p-node-toggler { @@ -3737,9 +3737,9 @@ box-shadow: none; } .p-paginator { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: solid #404040; border-width: 0; padding: 0.375rem 0.75rem; border-radius: 4px; @@ -3750,7 +3750,7 @@ .p-paginator .p-paginator-last { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3761,9 +3761,9 @@ .p-paginator .p-paginator-prev:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-next:not(.p-disabled):not(.p-highlight):hover, .p-paginator .p-paginator-last:not(.p-disabled):not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-paginator .p-paginator-first { border-top-left-radius: 50%; @@ -3790,7 +3790,7 @@ .p-paginator .p-paginator-current { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3799,7 +3799,7 @@ .p-paginator .p-paginator-pages .p-paginator-page { background-color: transparent; border: 0 none; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); min-width: 3rem; height: 3rem; margin: 0.143rem; @@ -3807,14 +3807,14 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: rgba(103, 58, 183, 0.12); - border-color: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + border-color: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-buttons { padding: 0.75rem; @@ -3823,9 +3823,9 @@ margin-bottom: 0.5rem; } .p-picklist .p-picklist-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; font-weight: 500; border-bottom: 0 none; @@ -3834,8 +3834,8 @@ } .p-picklist .p-picklist-filter-container { padding: 0.75rem; - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-bottom: 0 none; } .p-picklist .p-picklist-filter-container .p-picklist-filter-input { @@ -3843,12 +3843,12 @@ } .p-picklist .p-picklist-filter-container .p-picklist-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-picklist .p-picklist-list { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; @@ -3858,24 +3858,24 @@ padding: 0.75rem 0.75rem; margin: 0; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); background: transparent; transition: transform 0.2s, none; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-picklist .p-picklist-list .p-picklist-item.p-focus { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-tree-container { margin: 0; @@ -3934,9 +3934,9 @@ justify-content: center; } .p-tree { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); padding: 0.75rem; border-radius: 4px; } @@ -3958,16 +3958,16 @@ margin-right: 0.5rem; width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus-visible { outline: 0 none; @@ -3976,33 +3976,33 @@ } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox { margin-right: 0.5rem; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-checkbox.p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon { - color: #673AB7; + color: #CE93D8; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-tree-toggler:hover, .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight .p-treenode-icon:hover { - color: #673AB7; + color: #CE93D8; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-dragover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: hsla(0, 0%, 100%, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-filter-container { margin-bottom: 0.5rem; @@ -4013,7 +4013,7 @@ } .p-tree .p-tree-filter-container .p-tree-filter-icon { right: 0.75rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tree .p-treenode-children { padding: 0 0 0 1rem; @@ -4029,7 +4029,7 @@ height: 0.5rem; } .p-tree .p-treenode-droppoint.p-treenode-droppoint-active { - background: rgba(82, 46, 146, 0.12); + background: rgba(182, 94, 197, 0.16); } .p-treetable { position: relative; @@ -4167,17 +4167,17 @@ border-radius: 0; } .p-treetable .p-treetable-header { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; } .p-treetable .p-treetable-footer { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e4e4e4; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; font-weight: 500; @@ -4185,27 +4185,27 @@ .p-treetable .p-treetable-thead > tr > th { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; transition: none; } .p-treetable .p-treetable-tfoot > tr > td { text-align: left; padding: 0.75rem 0.75rem; - border: 1px solid #e4e4e4; + border: 1px solid 3404040; border-width: 0 0 1px 0; font-weight: 500; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; } .p-treetable .p-sortable-column { outline-color: transparent; } .p-treetable .p-sortable-column .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-treetable .p-sortable-column .p-sortable-column-badge { @@ -4213,48 +4213,48 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #673AB7; - background: rgba(103, 58, 183, 0.12); + color: #CE93D8; + background: rgba(206, 147, 216, 0.16); margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-treetable .p-sortable-column.p-highlight { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); transition: none; } .p-treetable .p-treetable-tbody > tr > td { text-align: left; - border: 1px solid #e4e4e4; + border: 1px solid #404040; border-width: 0 0 1px 0; padding: 0.75rem 0.75rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus-visible { outline: 0 none; @@ -4268,35 +4268,35 @@ margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr:focus-visible { outline: 0.15rem solid transparent; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #673AB7; + color: #CE93D8; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #673AB7; + color: #CE93D8; } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-treetable.p-treetable-selectable .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler, .p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover .p-treetable-toggler { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-treetable .p-column-resizer-helper { - background: #673AB7; + background: #CE93D8; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { - background: #ffffff; + background: #1e1e1e; } .p-treetable .p-treetable-loading-icon { font-size: 2rem; @@ -4327,20 +4327,20 @@ border-width: 1px; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler { - color: #673AB7; + color: #CE93D8; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd.p-highlight .p-row-toggler:hover { - color: #673AB7; + color: #CE93D8; } .p-treetable.p-treetable-striped .p-treetable-tbody > tr.p-row-odd + .p-row-expanded { - background: rgba(0, 0, 0, 0.02); + background: #222222; } .p-treetable.p-treetable-sm .p-treetable-header { padding: 0.65625rem 0.65625rem; @@ -4399,8 +4399,8 @@ .p-accordion .p-accordion-header .p-accordion-header-link { padding: 1.25rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 400; border-radius: 4px; transition: none; @@ -4414,27 +4414,27 @@ box-shadow: none; } .p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .p-accordion .p-accordion-header:not(.p-disabled).p-highlight:hover .p-accordion-header-link { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-accordion .p-accordion-content { padding: 0.75rem 1.25rem; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -4470,8 +4470,8 @@ border-bottom-left-radius: 4px; } .p-card { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } @@ -4486,7 +4486,7 @@ .p-card .p-card-subtitle { font-weight: 400; margin-bottom: 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-card .p-card-content { padding: 0.75rem 0; @@ -4495,16 +4495,16 @@ padding: 0.75rem 0 0 0; } .p-fieldset { - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-radius: 4px; } .p-fieldset .p-fieldset-legend { padding: 0.75rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; font-weight: 500; border-radius: 4px; } @@ -4514,7 +4514,7 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-radius: 4px; transition: none; } @@ -4527,22 +4527,22 @@ box-shadow: none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend:hover { - background: rgba(0, 0, 0, 0.04); - border-color: #e0e0e0; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); } .p-fieldset .p-fieldset-content { padding: 0.75rem; } .p-divider .p-divider-content { - background-color: #ffffff; + background-color: #1e1e1e; } .p-divider.p-divider-horizontal { margin: 1.25rem 0; padding: 0 1.25rem; } .p-divider.p-divider-horizontal:before { - border-top: 1px rgba(0, 0, 0, 0.12); + border-top: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-horizontal .p-divider-content { padding: 0 0.5rem; @@ -4552,16 +4552,16 @@ padding: 1.25rem 0; } .p-divider.p-divider-vertical:before { - border-left: 1px rgba(0, 0, 0, 0.12); + border-left: 1px hsla(0, 0%, 100%, 0.12); } .p-divider.p-divider-vertical .p-divider-content { padding: 0.5rem 0; } .p-panel .p-panel-header { - border: 1px solid #e0e0e0; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top-right-radius: 4px; border-top-left-radius: 4px; } @@ -4571,16 +4571,16 @@ .p-panel .p-panel-header .p-panel-header-icon { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panel .p-panel-header .p-panel-header-icon:focus-visible { outline: 0 none; @@ -4596,32 +4596,32 @@ } .p-panel .p-panel-content { padding: 0.75rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; border-top: 0 none; } .p-panel .p-panel-footer { padding: 0.75rem 0.75rem; - border: 1px solid #e0e0e0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0 none; } .p-splitter { - border: 1px solid #e0e0e0; - background: #ffffff; + border: 1px solid rgba(255, 255, 255, 0.12); + background: #1e1e1e; border-radius: 4px; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-splitter .p-splitter-gutter { transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; - background: rgba(0, 0, 0, 0.04); + background: hsla(0, 0%, 100%, 0.04); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus-visible { outline: 0 none; @@ -4629,7 +4629,7 @@ box-shadow: none; } .p-splitter .p-splitter-gutter-resizing { - background: rgba(0, 0, 0, 0.12); + background: hsla(0, 0%, 100%, 0.12); } .p-stepper .p-stepper-nav { display: flex; @@ -4648,7 +4648,7 @@ outline-color: transparent; } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; border-width: 2px; background: transparent; @@ -4661,7 +4661,7 @@ } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-title { margin-left: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); font-weight: 500; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } @@ -4671,11 +4671,11 @@ box-shadow: none; } .p-stepper .p-stepper-header.p-highlight .p-stepper-number { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-stepper .p-stepper-header.p-highlight .p-stepper-title { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-header:not(.p-disabled):focus-visible { outline: 0 none; @@ -4683,12 +4683,12 @@ box-shadow: none; } .p-stepper .p-stepper-header:has(~ .p-highlight) .p-stepper-separator { - background-color: #673AB7; + background-color: #CE93D8; } .p-stepper .p-stepper-panels { - background: #ffffff; + background: transparent; padding: 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper .p-stepper-separator { background-color: #bdbdbd; @@ -4704,8 +4704,8 @@ .p-stepper.p-stepper-vertical .p-stepper-toggleable-content { display: flex; flex: 1 1 auto; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: transparent; + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel { display: flex; @@ -4729,13 +4729,13 @@ margin-inline-start: calc(1.75rem + 2px); } .p-stepper.p-stepper-vertical .p-stepper-panel:has(~ .p-stepper-panel-active) .p-stepper-separator { - background-color: #673AB7; + background-color: #CE93D8; } .p-stepper.p-stepper-vertical .p-stepper-panel:last-of-type .p-stepper-content { padding-left: 3rem; } .p-scrollpanel .p-scrollpanel-bar { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); border: 0 none; } .p-scrollpanel .p-scrollpanel-bar:focus-visible { @@ -4806,19 +4806,19 @@ display: none; } .p-tabview .p-tabview-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabview .p-tabview-nav li { margin-right: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -4832,21 +4832,21 @@ box-shadow: inset none; } .p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { - background: rgba(103, 58, 183, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(206, 147, 216, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #673AB7; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #CE93D8; } .p-tabview .p-tabview-close { margin-left: 0.5rem; } .p-tabview .p-tabview-nav-btn.p-link { - background: #ffffff; - color: #673AB7; + background: transparent; + color: #CE93D8; width: 2.25rem; box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 0; @@ -4857,16 +4857,16 @@ box-shadow: inset none; } .p-tabview .p-tabview-panels { - background: #ffffff; + background: transparent; padding: 0.75rem; border: 0 none; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } .p-toolbar { - background: #ffffff; - border: 1px solid #e0e0e0; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; border-radius: 4px; gap: 0.5rem; @@ -4875,8 +4875,8 @@ margin: 0 0.5rem; } .p-confirm-popup { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -4897,19 +4897,19 @@ } .p-confirm-popup:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-confirm-popup:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-confirm-popup.p-confirm-popup-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup.p-confirm-popup-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-confirm-popup .p-confirm-popup-icon { font-size: 1.5rem; @@ -4928,8 +4928,8 @@ } .p-dialog .p-dialog-header { border-bottom: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 1.25rem; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -4941,16 +4941,16 @@ .p-dialog .p-dialog-header .p-dialog-header-icon { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-dialog .p-dialog-header .p-dialog-header-icon:focus-visible { outline: 0 none; @@ -4964,8 +4964,8 @@ margin-right: 0; } .p-dialog .p-dialog-content { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 0 1.25rem 1.25rem 1.25rem; } .p-dialog .p-dialog-content:last-of-type { @@ -4974,8 +4974,8 @@ } .p-dialog .p-dialog-footer { border-top: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 1.25rem; text-align: right; border-bottom-right-radius: 4px; @@ -4999,8 +4999,8 @@ margin-left: 1rem; } .p-overlaypanel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; border-radius: 4px; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); @@ -5009,8 +5009,8 @@ padding: 0.75rem; } .p-overlaypanel .p-overlaypanel-close { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; width: 2rem; height: 2rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -5020,28 +5020,28 @@ right: -1rem; } .p-overlaypanel .p-overlaypanel-close:enabled:hover { - background: rgba(103, 58, 183, 0.92); - color: #ffffff; + background: rgba(206, 147, 216, 0.92); + color: #121212; } .p-overlaypanel:after { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #ffffff; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #262626; } .p-overlaypanel:before { border: solid transparent; - border-color: rgba(255, 255, 255, 0); - border-bottom-color: #f2f2f2; + border-color: rgba(38, 38, 38, 0); + border-bottom-color: #242424; } .p-overlaypanel.p-overlaypanel-flipped:after { - border-top-color: #ffffff; + border-top-color: #262626; } .p-overlaypanel.p-overlaypanel-flipped:before { - border-top-color: #ffffff; + border-top-color: #262626; } .p-sidebar { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #262626; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12); } @@ -5052,7 +5052,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border: 0 none; background: transparent; border-radius: 50%; @@ -5060,9 +5060,9 @@ } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-color: transparent; - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-sidebar .p-sidebar-header .p-sidebar-close:focus-visible, .p-sidebar .p-sidebar-header .p-sidebar-icon:focus-visible { @@ -5077,29 +5077,29 @@ padding: 0.75rem; } .p-tooltip .p-tooltip-text { - background: rgba(97, 97, 97, 0.9); - color: #ffffff; + background: #444444; + color: rgba(255, 255, 255, 0.87); padding: 0.5rem; box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { - border-right-color: rgba(97, 97, 97, 0.9); + border-right-color: #444444; } .p-tooltip.p-tooltip-left .p-tooltip-arrow { - border-left-color: rgba(97, 97, 97, 0.9); + border-left-color: #444444; } .p-tooltip.p-tooltip-top .p-tooltip-arrow { - border-top-color: rgba(97, 97, 97, 0.9); + border-top-color: #444444; } .p-tooltip.p-tooltip-bottom .p-tooltip-arrow { - border-bottom-color: rgba(97, 97, 97, 0.9); + border-bottom-color: #444444; } .p-fileupload .p-fileupload-buttonbar { - background: #ffffff; + background: #1e1e1e; padding: 0.75rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom: 0 none; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5109,10 +5109,10 @@ margin-right: 0.5rem; } .p-fileupload .p-fileupload-content { - background: #ffffff; + background: #1e1e1e; padding: 2rem 1rem; - border: 1px solid #e0e0e0; - color: rgba(0, 0, 0, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; } @@ -5126,8 +5126,8 @@ margin-top: 0; } .p-breadcrumb { - background: #ffffff; - border: 1px solid #e5e5e5; + background: #1e1e1e; + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; padding: 0.75rem; } @@ -5141,25 +5141,25 @@ box-shadow: none; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li.p-menuitem-separator { margin: 0 0.5rem 0 0.5rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-breadcrumb .p-breadcrumb-list li:last-child .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; @@ -5170,69 +5170,69 @@ } .p-contextmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .p-contextmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-contextmenu .p-submenu-icon { @@ -5330,81 +5330,81 @@ } .p-megamenu { padding: 0.75rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-megamenu .p-megamenu-root-list { outline: 0 none; } .p-megamenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu .p-megamenu-panel { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #2b2b2b; + color: rgba(255, 255, 255, 0.87); border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 4px; border-top-left-radius: 4px; @@ -5414,7 +5414,7 @@ width: 12.5rem; } .p-megamenu .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-vertical { @@ -5424,13 +5424,13 @@ .p-megamenu .p-megamenu-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-megamenu .p-megamenu-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-megamenu .p-megamenu-button:focus { outline: 0 none; @@ -5438,7 +5438,7 @@ box-shadow: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5447,35 +5447,35 @@ user-select: none; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list .p-submenu-icon { @@ -5490,60 +5490,60 @@ position: static; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-megamenu.p-megamenu-mobile-active .p-megamenu-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5570,98 +5570,98 @@ } .p-menu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-menu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menu.p-menu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menu .p-submenu-header { margin: 0; padding: 0.75rem; - color: rgba(0, 0, 0, 0.6); - background: #ffffff; + color: rgba(255, 255, 255, 0.6); + background: transparent; font-weight: 400; border-top-right-radius: 0; border-top-left-radius: 0; } .p-menu .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar { padding: 0.75rem; - background: transparent; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; } .p-menubar .p-menubar-root-list { outline: 0 none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 4px; } @@ -5670,92 +5670,92 @@ user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-left: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 12.5rem; } .p-menubar .p-submenu-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-submenu-list .p-submenu-icon { @@ -5764,13 +5764,13 @@ .p-menubar.p-menubar-mobile .p-menubar-button { width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar.p-menubar-mobile .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar.p-menubar-mobile .p-menubar-button:focus { outline: 0 none; @@ -5779,12 +5779,12 @@ } .p-menubar.p-menubar-mobile .p-menubar-root-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar.p-menubar-mobile .p-menubar-root-list .p-submenu-icon { @@ -5827,13 +5827,13 @@ display: flex; width: 2rem; height: 2rem; - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); border-radius: 50%; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { - color: rgba(0, 0, 0, 0.6); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.6); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-button:focus { outline: 0 none; @@ -5844,13 +5844,13 @@ position: absolute; display: none; padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); width: 100%; } .p-menubar .p-menubar-root-list .p-menu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-menubar .p-menubar-root-list .p-submenu-icon { @@ -5865,60 +5865,60 @@ position: static; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-link > .p-submenu-icon { margin-left: auto; @@ -5972,13 +5972,13 @@ } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content { border: 0 none; - color: rgba(0, 0, 0, 0.87); - background: #ffffff; + color: rgba(255, 255, 255, 0.87); + background: #1e1e1e; border-radius: 4px; transition: none; } .p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 1.25rem; font-weight: 400; } @@ -5994,28 +5994,28 @@ box-shadow: inset none; } .p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { - background: #ffffff; + background: #1e1e1e; border-color: transparent; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border-bottom-right-radius: 0; border-bottom-left-radius: 0; margin-bottom: 0; } .p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { border-color: transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content { padding: 0.5rem 0; border: 0 none; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); border-top: 0; border-top-right-radius: 0; border-top-left-radius: 0; @@ -6026,66 +6026,66 @@ outline: 0 none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { margin-right: 0.5rem; } .p-panelmenu .p-panelmenu-content .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-panelmenu .p-panelmenu-content .p-submenu-list:not(.p-panelmenu-root-list) { @@ -6120,90 +6120,90 @@ } .p-slidemenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-slidemenu .p-menuitem-link > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-menuitem-link.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-slidemenu .p-menuitem-link:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu.p-slidemenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon, .p-slidemenu .p-slidemenu.p-slidemenu-active > .p-slidemenu-link .p-slidemenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-slidemenu .p-slidemenu-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-slidemenu .p-slidemenu-icon { @@ -6215,7 +6215,7 @@ } .p-slidemenu .p-slidemenu-backward { padding: 0.75rem 0.75rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link { background: transparent; @@ -6224,7 +6224,7 @@ background: transparent; } .p-steps .p-steps-item .p-menuitem-link .p-steps-number { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); border: 1px solid transparent; background: transparent; min-width: 2rem; @@ -6236,7 +6236,7 @@ } .p-steps .p-steps-item .p-menuitem-link .p-steps-title { margin-top: 0.5rem; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus-visible { outline: 0 none; @@ -6244,16 +6244,16 @@ box-shadow: none; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 500; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item:before { content: " "; - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); width: 100%; top: 50%; left: 0; @@ -6262,19 +6262,19 @@ margin-top: -1rem; } .p-tabmenu .p-tabmenu-nav { - background: #ffffff; - border: solid rgba(0, 0, 0, 0.12); + background: transparent; + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem { margin-right: 0; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link { - border: solid rgba(0, 0, 0, 0.12); + border: solid rgba(255, 255, 255, 0.12); border-width: 0 0 1px 0; - border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent; - background: #ffffff; - color: rgba(0, 0, 0, 0.6); + border-color: transparent transparent rgba(255, 255, 255, 0.12) transparent; + background: transparent; + color: rgba(255, 255, 255, 0.6); padding: 0.75rem 1.25rem; font-weight: 500; border-top-right-radius: 4px; @@ -6292,25 +6292,25 @@ box-shadow: inset none; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { - background: rgba(103, 58, 183, 0.04); - border-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.6); + background: rgba(206, 147, 216, 0.04); + border-color: rgba(255, 255, 255, 0.12); + color: rgba(255, 255, 255, 0.6); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { - background: #ffffff; - border-color: rgba(0, 0, 0, 0.12); - color: #673AB7; + background: transparent; + border-color: rgba(255, 255, 255, 0.12); + color: #CE93D8; } .p-tieredmenu { padding: 0.5rem 0; - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e5e5e5; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 4px; width: 12.5rem; } .p-tieredmenu.p-tieredmenu-overlay { - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @@ -6319,68 +6319,68 @@ } .p-tieredmenu .p-submenu-list { padding: 0.5rem 0; - background: #ffffff; + background: #2b2b2b; border: 0 none; box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .p-tieredmenu .p-menuitem > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); transition: none; border-radius: 0; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; user-select: none; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } .p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.12); + color: rgba(255, 255, 255, 0.87); + background: hsla(0, 0%, 100%, 0.12); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { - color: rgba(0, 0, 0, 0.87); - background: rgba(0, 0, 0, 0.04); + color: rgba(255, 255, 255, 0.87); + background: rgba(255, 255, 255, 0.04); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-icon, .p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-submenu-icon { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem-separator { - border-top: 1px solid rgba(0, 0, 0, 0.12); + border-top: 1px solid hsla(0, 0%, 100%, 0.12); margin: 0.5rem 0; } .p-tieredmenu .p-submenu-icon { @@ -6637,7 +6637,7 @@ } .p-galleria .p-galleria-item-nav { background: transparent; - color: #f6f6f6; + color: rgba(255, 255, 255, 0.87); width: 4rem; height: 4rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; @@ -6666,18 +6666,18 @@ padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator button { - background-color: #dcdcdc; + background-color: rgba(255, 255, 255, 0.3); width: 1.25rem; height: 1.25rem; transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-indicators .p-galleria-indicator button:hover { - background: #ececec; + background: rgba(255, 255, 255, 0.6); } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; @@ -6689,14 +6689,14 @@ background: rgba(0, 0, 0, 0.5); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { - background: rgba(255, 255, 255, 0.4); + background: rgba(255, 255, 255, 0.3); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { background: rgba(255, 255, 255, 0.6); } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(103, 58, 183, 0.12); - color: #673AB7; + background: rgba(206, 147, 216, 0.16); + color: #CE93D8; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -6770,7 +6770,7 @@ height: 1.5rem; } .p-avatar { - background-color: rgba(0, 0, 0, 0.12); + background-color: hsla(0, 0%, 100%, 0.12); border-radius: 4px; } .p-avatar.p-avatar-lg { @@ -6793,11 +6793,11 @@ border-radius: 50%; } .p-avatar-group .p-avatar { - border: 2px solid #ffffff; + border: 2px solid #1e1e1e; } .p-chip { - background-color: rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.87); + background-color: hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.87); border-radius: 16px; padding: 0 0.75rem; } @@ -6836,49 +6836,49 @@ transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; } .p-scrolltop.p-link { - background: #4CAF50; + background: #A5D6A7; } .p-scrolltop.p-link:hover { - background: rgba(76, 175, 80, 0.92); + background: rgba(165, 214, 167, 0.92); } .p-scrolltop .p-scrolltop-icon { font-size: 1.5rem; - color: #ffffff; + color: #121212; } .p-scrolltop .p-scrolltop-icon.p-icon { width: 1.5rem; height: 1.5rem; } .p-skeleton { - background-color: rgba(0, 0, 0, 0.08); + background-color: rgba(255, 255, 255, 0.06); border-radius: 4px; } .p-skeleton:after { - background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)); + background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0)); } .p-tag { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-tag .p-tag-icon { margin-right: 0.25rem; @@ -6894,8 +6894,8 @@ transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } .p-inplace .p-inplace-display:not(.p-disabled):hover { - background: rgba(0, 0, 0, 0.04); - color: rgba(0, 0, 0, 0.87); + background: rgba(255, 255, 255, 0.04); + color: rgba(255, 255, 255, 0.87); } .p-inplace .p-inplace-display:focus { outline: 0 none; @@ -6903,18 +6903,18 @@ box-shadow: none; } .p-metergroup .p-metergroup-meter-container { - background: rgba(103, 58, 183, 0.32); + background: rgba(206, 147, 216, 0.32); border-radius: 4px; } .p-metergroup .p-metergroup-meter { border: 0 none; - background: #673AB7; + background: #CE93D8; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 4px; } .p-metergroup .p-metergroup-label-list .p-metergroup-label-type { - background: #673AB7; + background: #CE93D8; width: 0.5rem; height: 0.5rem; border-radius: 100%; @@ -6963,22 +6963,22 @@ .p-progressbar { border: 0 none; height: 4px; - background: rgba(103, 58, 183, 0.32); + background: rgba(206, 147, 216, 0.32); border-radius: 4px; } .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #673AB7; + background: #CE93D8; } .p-progressbar .p-progressbar-label { - color: #ffffff; + color: #121212; line-height: 4px; } .p-terminal { - background: #ffffff; - color: rgba(0, 0, 0, 0.87); - border: 1px solid #e0e0e0; + background: #1e1e1e; + color: rgba(255, 255, 255, 0.87); + border: 1px solid rgba(255, 255, 255, 0.12); padding: 0.75rem; } .p-terminal .p-terminal-input { @@ -6987,8 +6987,8 @@ font-size: 1rem; } .p-badge { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; font-size: 0.75rem; font-weight: 700; min-width: 1.5rem; @@ -6996,24 +6996,24 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #4CAF50; - color: #ffffff; + background-color: #A5D6A7; + color: #121212; } .p-badge.p-badge-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-badge.p-badge-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-badge.p-badge-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-badge.p-badge-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } .p-badge.p-badge-lg { font-size: 1.125rem; @@ -7028,28 +7028,28 @@ line-height: 3rem; } .p-tag { - background: #673AB7; - color: #ffffff; + background: #CE93D8; + color: #121212; font-size: 0.75rem; font-weight: 700; padding: 0.25rem 0.4rem; border-radius: 4px; } .p-tag.p-tag-success { - background-color: #689f38; - color: #ffffff; + background-color: #c5e1a5; + color: #212121; } .p-tag.p-tag-info { - background-color: #2196f3; - color: #ffffff; + background-color: #90caf9; + color: #212121; } .p-tag.p-tag-warning { - background-color: #fbc02d; - color: #212529; + background-color: #fff59d; + color: #212121; } .p-tag.p-tag-danger { - background-color: #d32f2f; - color: #ffffff; + background-color: #ef9a9a; + color: #212121; } } @layer primereact { @@ -7074,7 +7074,7 @@ transition: transform 0.2s; } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-accordion .p-accordion-tab:not(.p-accordion-tab-active) .p-accordion-toggle-icon { transform: rotate(-270deg); @@ -7092,14 +7092,14 @@ opacity: 0.38; } .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7109,13 +7109,13 @@ background: transparent; } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-autocomplete-multiple .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7138,11 +7138,11 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; @@ -7150,26 +7150,26 @@ } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-autocomplete.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-autocomplete.p-invalid > .p-autocomplete-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-breadcrumb .p-menuitem-link { padding: 0.25rem 0.5rem; } .p-breadcrumb .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button { font-weight: 500; @@ -7179,22 +7179,22 @@ min-width: auto; } .p-button:not(:disabled):focus { - background: rgba(103, 58, 183, 0.76); + background: rgba(206, 147, 216, 0.76); } .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.68); + background: rgba(206, 147, 216, 0.68); } .p-button .p-ink { background-color: rgba(255, 255, 255, 0.32); } .p-button.p-button-text:not(:disabled):focus, .p-button.p-button-outlined:not(:disabled):focus { - background: rgba(103, 58, 183, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-button.p-button-text:not(:disabled):active, .p-button.p-button-outlined:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-button.p-button-text .p-ink, .p-button.p-button-outlined .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-button.p-button-outlined { box-shadow: inset 0 0 0 1px; @@ -7206,146 +7206,146 @@ box-shadow: inset 0 0 0 1px; } .p-button:disabled { - background-color: rgba(0, 0, 0, 0.12) !important; - color: rgba(0, 0, 0, 0.38) !important; + background-color: rgba(255, 255, 255, 0.12) !important; + color: rgba(255, 255, 255, 0.38) !important; opacity: 1; } .p-button:disabled.p-button-text { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-button:disabled.p-button-outlined { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-button.p-button-raised:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-button.p-button-secondary:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-secondary:not(:disabled):focus { - background: rgba(76, 175, 80, 0.76); + background: rgba(165, 214, 167, 0.76); } .p-button.p-button-secondary:not(:disabled):active, .p-button-group.p-button-secondary > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-secondary:not(:disabled):active { - background: rgba(76, 175, 80, 0.68); + background: rgba(165, 214, 167, 0.68); } .p-button.p-button-secondary.p-button-text:not(:disabled):focus, .p-button.p-button-secondary.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):focus { - background: rgba(76, 175, 80, 0.12); + background: rgba(165, 214, 167, 0.12); } .p-button.p-button-secondary.p-button-text:not(:disabled):active, .p-button.p-button-secondary.p-button-outlined:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-secondary.p-button-outlined:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); } .p-button.p-button-secondary.p-button-text .p-ink, .p-button.p-button-secondary.p-button-outlined .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-text .p-ink, .p-button-group.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-secondary.p-button-text .p-ink, .p-fileupload-choose.p-button-secondary.p-button-outlined .p-ink { - background-color: rgba(76, 175, 80, 0.16); + background-color: rgba(165, 214, 167, 0.16); } .p-button.p-button-info:not(:disabled):focus, .p-button-group.p-button-info > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-info:not(:disabled):focus { - background: rgba(33, 150, 243, 0.76); + background: rgba(144, 202, 249, 0.76); } .p-button.p-button-info:not(:disabled):active, .p-button-group.p-button-info > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-info:not(:disabled):active { - background: rgba(33, 150, 243, 0.68); + background: rgba(144, 202, 249, 0.68); } .p-button.p-button-info.p-button-text:not(:disabled):focus, .p-button.p-button-info.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-button.p-button-info.p-button-text:not(:disabled):active, .p-button.p-button-info.p-button-outlined:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-info.p-button-outlined:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-button.p-button-info.p-button-text .p-ink, .p-button.p-button-info.p-button-outlined .p-ink, .p-button-group.p-button-info > .p-button.p-button-text .p-ink, .p-button-group.p-button-info > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-info > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-info.p-button-text .p-ink, .p-fileupload-choose.p-button-info.p-button-outlined .p-ink { - background-color: rgba(33, 150, 243, 0.16); + background-color: rgba(144, 202, 249, 0.16); } .p-button.p-button-success:not(:disabled):focus, .p-button-group.p-button-success > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-success:not(:disabled):focus { - background: rgba(104, 159, 56, 0.76); + background: rgba(197, 225, 165, 0.76); } .p-button.p-button-success:not(:disabled):active, .p-button-group.p-button-success > .p-button:not(:disabled):active, .p-splitbutton.p-button-success > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-success:not(:disabled):active { - background: rgba(104, 159, 56, 0.68); + background: rgba(197, 225, 165, 0.68); } .p-button.p-button-success.p-button-text:not(:disabled):focus, .p-button.p-button-success.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-button.p-button-success.p-button-text:not(:disabled):active, .p-button.p-button-success.p-button-outlined:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-success.p-button-outlined:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-button.p-button-success.p-button-text .p-ink, .p-button.p-button-success.p-button-outlined .p-ink, .p-button-group.p-button-success > .p-button.p-button-text .p-ink, .p-button-group.p-button-success > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-success > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-success.p-button-text .p-ink, .p-fileupload-choose.p-button-success.p-button-outlined .p-ink { - background-color: rgba(104, 159, 56, 0.16); + background-color: rgba(197, 225, 165, 0.16); } .p-button.p-button-warning:not(:disabled):focus, .p-button-group.p-button-warning > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-warning:not(:disabled):focus { - background: rgba(251, 192, 45, 0.76); + background: rgba(255, 245, 157, 0.76); } .p-button.p-button-warning:not(:disabled):active, .p-button-group.p-button-warning > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-warning:not(:disabled):active { - background: rgba(251, 192, 45, 0.68); + background: rgba(255, 245, 157, 0.68); } .p-button.p-button-warning.p-button-text:not(:disabled):focus, .p-button.p-button-warning.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-button.p-button-warning.p-button-text:not(:disabled):active, .p-button.p-button-warning.p-button-outlined:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-warning.p-button-outlined:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-button.p-button-warning.p-button-text .p-ink, .p-button.p-button-warning.p-button-outlined .p-ink, .p-button-group.p-button-warning > .p-button.p-button-text .p-ink, .p-button-group.p-button-warning > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-warning > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-warning.p-button-text .p-ink, .p-fileupload-choose.p-button-warning.p-button-outlined .p-ink { - background-color: rgba(251, 192, 45, 0.16); + background-color: rgba(255, 245, 157, 0.16); } .p-button.p-button-help:not(:disabled):focus, .p-button-group.p-button-help > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-help:not(:disabled):focus { - background: rgba(156, 39, 176, 0.76); + background: rgba(206, 147, 216, 0.76); } .p-button.p-button-help:not(:disabled):active, .p-button-group.p-button-help > .p-button:not(:disabled):active, .p-splitbutton.p-button-help > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-help:not(:disabled):active { - background: rgba(156, 39, 176, 0.68); + background: rgba(206, 147, 216, 0.68); } .p-button.p-button-help.p-button-text:not(:disabled):focus, .p-button.p-button-help.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-button.p-button-help.p-button-text:not(:disabled):active, .p-button.p-button-help.p-button-outlined:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-help.p-button-outlined:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-button.p-button-help.p-button-text .p-ink, .p-button.p-button-help.p-button-outlined .p-ink, .p-button-group.p-button-help > .p-button.p-button-text .p-ink, .p-button-group.p-button-help > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-help > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-help.p-button-text .p-ink, .p-fileupload-choose.p-button-help.p-button-outlined .p-ink { - background-color: rgba(156, 39, 176, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-button.p-button-danger:not(:disabled):focus, .p-button-group.p-button-danger > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button:not(:disabled):focus, .p-fileupload-choose.p-button-danger:not(:disabled):focus { - background: rgba(211, 47, 47, 0.76); + background: rgba(239, 154, 154, 0.76); } .p-button.p-button-danger:not(:disabled):active, .p-button-group.p-button-danger > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button:not(:disabled):active, .p-fileupload-choose.p-button-danger:not(:disabled):active { - background: rgba(211, 47, 47, 0.68); + background: rgba(239, 154, 154, 0.68); } .p-button.p-button-danger.p-button-text:not(:disabled):focus, .p-button.p-button-danger.p-button-outlined:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):focus, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):focus, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-button.p-button-danger.p-button-text:not(:disabled):active, .p-button.p-button-danger.p-button-outlined:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-button-group.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-text:not(:disabled):active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-text:not(:disabled):active, .p-fileupload-choose.p-button-danger.p-button-outlined:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-button.p-button-danger.p-button-text .p-ink, .p-button.p-button-danger.p-button-outlined .p-ink, .p-button-group.p-button-danger > .p-button.p-button-text .p-ink, .p-button-group.p-button-danger > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-danger > .p-button.p-button-outlined .p-ink, .p-fileupload-choose.p-button-danger.p-button-text .p-ink, .p-fileupload-choose.p-button-danger.p-button-outlined .p-ink { - background-color: rgba(211, 47, 47, 0.16); + background-color: rgba(239, 154, 154, 0.16); } .p-button.p-button-contrast:enabled:focus, .p-button-group.p-button-contrast > .p-button:enabled:focus, .p-splitbutton.p-button-contrast > .p-button:enabled:focus { - background: rgba(33, 33, 33, 0.76); + background: rgba(255, 255, 255, 0.76); } .p-button.p-button-contrast:enabled:active, .p-button-group.p-button-contrast > .p-button:enabled:active, .p-splitbutton.p-button-contrast > .p-button:enabled:active { - background: rgba(33, 33, 33, 0.68); + background: rgba(255, 255, 255, 0.68); } .p-button.p-button-contrast.p-button-text:enabled:focus, .p-button.p-button-contrast.p-button-outlined:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:focus, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:focus { - background: rgba(33, 33, 33, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-button.p-button-contrast.p-button-text:enabled:active, .p-button.p-button-contrast.p-button-outlined:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-text:enabled:active, .p-button-group.p-button-contrast > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined:enabled:active { - background: rgba(33, 33, 33, 0.16); + background: rgba(255, 255, 255, 0.16); } .p-button.p-button-contrast.p-button-text .p-ink, .p-button.p-button-contrast.p-button-outlined .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-text .p-ink, .p-button-group.p-button-contrast > .p-button.p-button-outlined .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-text .p-ink, .p-splitbutton.p-button-contrast > .p-button.p-button-outlined .p-ink { - background-color: rgba(33, 33, 33, 0.16); + background-color: rgba(255, 255, 255, 0.16); } .p-calendar-w-btn { - border: 1px solid rgba(0, 0, 0, 0.38); - background: #ffffff; + border: 1px solid hsla(0, 0%, 100%, 0.3); + background: #1e1e1e; border-radius: 4px; transition: background-color 0.2s, border-color 0.2s, color 0.2s, box-shadow 0.2s, background-size 0.2s cubic-bezier(0.64, 0.09, 0.08, 1); } @@ -7362,23 +7362,23 @@ border: 0 none; } .p-calendar-w-btn .p-datepicker-trigger.p-button span { - color: rgba(0, 0, 0, 0.6); + color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:hover { - background: rgba(0, 0, 0, 0.04); + background: rgba(255, 255, 255, 0.04); } .p-calendar-w-btn .p-datepicker-trigger.p-button:enabled:active, .p-calendar-w-btn .p-datepicker-trigger.p-button:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-calendar-w-btn .p-datepicker-trigger.p-button:disabled { background-color: transparent !important; } .p-calendar-w-btn:not(.p-disabled):hover { - border-color: rgba(0, 0, 0, 0.87); + border-color: rgba(255, 255, 255, 0.6); } .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - border-color: #673AB7; - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + border-color: #CE93D8; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-datepicker .p-datepicker-header { border-bottom: 0 none; @@ -7394,35 +7394,35 @@ order: 3; } .p-datepicker table th { - border-bottom: 1px solid rgba(0, 0, 0, 0.12); - color: rgba(0, 0, 0, 0.38); + border-bottom: 1px solid hsla(0, 0%, 100%, 0.12); + color: rgba(255, 255, 255, 0.38); font-weight: 400; font-size: 0.875rem; } .p-datepicker table td.p-datepicker-today > span { - box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.38); + box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.38); } .p-datepicker table td.p-datepicker-today.p-highlight { - box-shadow: 0 0 0 1px rgba(103, 58, 183, 0.12); + box-shadow: 0 0 0 1px rgba(206, 147, 216, 0.16); } .p-calendar.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-calendar.p-invalid.p-calendar-w-btn { - border-color: #b00020; + border-color: #f44435; } .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:focus { box-shadow: none; } .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-calendar-w-btn { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7432,13 +7432,13 @@ background: transparent; } .p-input-filled .p-calendar-w-btn:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7451,11 +7451,11 @@ } .p-input-filled .p-calendar.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7463,14 +7463,14 @@ } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-focus, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext, .p-input-filled .p-calendar.p-invalid.p-calendar-w-btn .p-inputtext:enabled:hover, @@ -7479,8 +7479,8 @@ background-image: none; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #4CAF50; - color: #ffffff; + background: #A5D6A7; + color: #121212; } .p-cascadeselect .p-cascadeselect-label, .p-cascadeselect .p-dropdown-trigger { background-image: none; @@ -7490,17 +7490,17 @@ border: 0 none; } .p-cascadeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-cascadeselect-item-content .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-input-filled .p-cascadeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7510,13 +7510,13 @@ background: transparent; } .p-input-filled .p-cascadeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-cascadeselect:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7538,17 +7538,17 @@ } .p-input-filled .p-cascadeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-cascadeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-cascadeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-checkbox { border-radius: 50%; @@ -7558,7 +7558,7 @@ border-radius: 2px; } .p-checkbox .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); border-radius: 2px; position: relative; } @@ -7574,43 +7574,43 @@ animation: checkbox-check 125ms 50ms linear forwards; } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible) .p-checkbox-box { - border-color: #757575; + border-color: hsla(0, 0%, 100%, 0.7); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); } .p-checkbox:not(.p-disabled):has(.p-checkbox-input:focus-visible).p-highlight .p-checkbox-box { - border-color: #673AB7; + border-color: #CE93D8; } .p-checkbox.p-variant-filled .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-checkbox.p-variant-filled:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox .p-checkbox-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-checkbox:not(.p-disabled):has(.p-checkbox-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } @keyframes checkbox-check { 0% { width: 0; height: 0; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, 0, 0) rotate(45deg); } 33% { @@ -7621,19 +7621,19 @@ 100% { width: 4px; height: 10px; - border-color: #ffffff; + border-color: #121212; transform: translate3d(0, -10px, 0) rotate(45deg); } } .p-chips .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-input-filled .p-chips-multiple-container { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7643,13 +7643,13 @@ background: transparent; } .p-input-filled .p-chips-multiple-container:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7672,35 +7672,35 @@ } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus, .p-input-filled .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-chips.p-invalid .p-chips-multiple-container:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-datatable .p-sortable-column { outline: 0 none; } .p-datatable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr { outline: 0 none; } .p-datatable .p-datatable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #673AB7; + box-shadow: inset 0 2px 0 0 #CE93D8; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #673AB7; + box-shadow: inset 0 -2px 0 0 #CE93D8; } .p-dropdown .p-inputtext, .p-dropdown .p-dropdown-trigger { background-image: none; @@ -7710,17 +7710,17 @@ border: 0 none; } .p-dropdown:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-dropdown-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-input-filled .p-dropdown { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7730,13 +7730,13 @@ background: transparent; } .p-input-filled .p-dropdown:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-dropdown:not(.p-disabled).p-focus, .p-input-filled .p-dropdown:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -7749,63 +7749,63 @@ } .p-input-filled .p-dropdown.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-dropdown.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-dropdown.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-galleria .p-galleria-indicators { padding: 1rem; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #4CAF50; - color: #ffffff; + background: #A5D6A7; + color: #121212; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: rgba(76, 175, 80, 0.68); - color: #ffffff; + background: rgba(165, 214, 167, 0.68); + color: #121212; } .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-inputtext:enabled:focus.p-invalid { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputtext { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; } .p-input-filled .p-inputtext:enabled:hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)); } .p-input-filled .p-inputtext:enabled:focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } .p-input-filled .p-inputtext.p-invalid.p-component { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputtext.p-invalid.p-component:enabled:focus { box-shadow: none; @@ -7815,8 +7815,8 @@ border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7845,15 +7845,15 @@ border-bottom-right-radius: 0; } .p-inputnumber.p-invalid .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-input-filled .p-inputnumber.p-invalid .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-inputnumber.p-invalid .p-inputtext:enabled:focus { box-shadow: none; @@ -7861,25 +7861,25 @@ } .p-inputswitch .p-inputswitch-slider:before { transition-property: box-shadow transform; - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover) .p-inputswitch-slider:before { - box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12), 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12), 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:hover).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible) .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-inputswitch:not(.p-disabled):has(.p-inputswitch-input:focus-visible).p-highlight .p-inputswitch-slider:before { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12), 0px 3px 1px -2px rgba(255, 255, 255, 0.2), 0px 2px 2px 0px rgba(255, 255, 255, 0.14), 0px 1px 5px 0px rgba(255, 255, 255, 0.12); } .p-fieldset .p-fieldset-legend { border: 0 none; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-float-label input:focus ~ label, .p-float-label input.p-filled ~ label, @@ -7888,7 +7888,7 @@ .p-float-label .p-inputwrapper-focus ~ label, .p-float-label .p-inputwrapper-filled ~ label { top: -0.5rem !important; - background-color: #ffffff; + background-color: #1e1e1e; padding: 2px 4px; margin-left: -4px; margin-top: 0; @@ -7898,7 +7898,7 @@ } .p-float-label input:focus ~ label, .p-float-label .p-inputwrapper-focus ~ label { - color: #673AB7; + color: #CE93D8; } .p-input-filled .p-float-label .p-inputtext { padding-top: 1.25rem; @@ -7915,22 +7915,22 @@ background: transparent; } .p-listbox .p-listbox-list .p-listbox-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-listbox .p-listbox-list .p-listbox-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-listbox .p-listbox-list .p-listbox-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-megamenu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menu .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-menubar .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-metergroup .p-metergroup-label-list .p-metergroup-label-list-item { line-height: 1rem; @@ -7943,26 +7943,26 @@ border: 0 none; } .p-multiselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-multiselect-panel .p-multiselect-items .p-multiselect-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-input-filled .p-multiselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -7972,13 +7972,13 @@ background: transparent; } .p-input-filled .p-multiselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-multiselect:not(.p-disabled).p-focus, .p-input-filled .p-multiselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8014,50 +8014,50 @@ } .p-input-filled .p-multiselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-multiselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-multiselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-overlaypanel .p-overlaypanel-content { padding: 1.5rem; } .p-orderlist .p-orderlist-list .p-orderlist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-orderlist .p-orderlist-list .p-orderlist-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-paginator { justify-content: flex-end; } .p-paginator .p-paginator-element:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-paginator .p-paginator-element:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-input-filled .p-password.p-invalid > .p-inputtext { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:hover { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-password.p-invalid > .p-inputtext:enabled:focus { box-shadow: none; border-color: transparent; } .p-password.p-invalid > .p-inputtext:enabled:focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-panel { border-radius: 4px; @@ -8075,7 +8075,7 @@ font-size: 1.25rem; } .p-panel .p-panel-header-icon:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-panelmenu .p-panelmenu-panel { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); @@ -8104,16 +8104,16 @@ opacity: 0.38; } .p-panelmenu .p-panelmenu-panel .p-panelmenu-header .p-panelmenu-header-link:focus { - background: #f6f6f6; + background: rgba(255, 255, 255, 0.04); } .p-panelmenu .p-panelmenu-panel .p-menuitem .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-picklist .p-picklist-list .p-picklist-item:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-progressbar { border-radius: 0; @@ -8126,37 +8126,37 @@ transition: box-shadow 0.2s; } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.04); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.04); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.04); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) { - box-shadow: 0 0 1px 10px rgba(0, 0, 0, 0.12); + box-shadow: 0 0 1px 10px rgba(255, 255, 255, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible) .p-radiobutton-box { - border: 2px solid #757575; + border: 2px solid hsla(0, 0%, 100%, 0.7); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight { - box-shadow: 0 0 1px 10px rgba(103, 58, 183, 0.12); + box-shadow: 0 0 1px 10px rgba(206, 147, 216, 0.12); } .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:focus-visible).p-highlight .p-radiobutton-box { - border-color: #673AB7; + border-color: #CE93D8; } .p-radiobutton:not(.p-disabled).p-variant-filled .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-radiobutton:not(.p-disabled).p-variant-filled:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton .p-radiobutton-box { - background-color: #ffffff; + background-color: #1e1e1e; } .p-input-filled .p-radiobutton:not(.p-disabled):has(.p-radiobutton-input:hover) { - background-color: #ffffff; + background-color: #1e1e1e; } .p-rating { gap: 0; @@ -8168,43 +8168,43 @@ justify-content: center; } .p-rating .p-rating-item:focus { - background: rgba(103, 58, 183, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-rating .p-rating-item:focus.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.12); + background: rgba(244, 68, 53, 0.12); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover { background-color: rgba(0, 0, 0, 0.04); } .p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover.p-rating-cancel-item { - background: rgba(176, 0, 32, 0.04); + background: rgba(244, 68, 53, 0.04); } .p-selectbutton .p-button:focus { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-selectbutton .p-button:focus.p-highlight { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } .p-slidemenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-slider .p-slider-handle { transition: transform 0.2s, box-shadow 0.2s; transform: scale(0.7); } .p-slider .p-slider-handle:focus { - box-shadow: 0 0 1px 10px rgba(76, 175, 80, 0.2); + box-shadow: 0 0 1px 10px rgba(165, 214, 167, 0.2); } .p-slider.p-slider-sliding .p-slider-handle { transform: scale(1); } .p-splitbutton.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(103, 58, 183, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-splitbutton.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(103, 58, 183, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-splitbutton.p-button-outlined > .p-button { box-shadow: inset 0 0 0 1px; @@ -8221,51 +8221,51 @@ } .p-splitbutton.p-disabled.p-button-text > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-disabled.p-button-outlined > .p-button { background-color: transparent !important; - color: rgba(0, 0, 0, 0.38) !important; - border-color: rgba(0, 0, 0, 0.38) !important; + color: rgba(255, 255, 255, 0.38) !important; + border-color: rgba(255, 255, 255, 0.38) !important; } .p-splitbutton.p-button-raised > .p-button:not(:disabled):focus { box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(76, 175, 80, 0.12); + background: rgba(165, 214, 167, 0.12); } .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(76, 175, 80, 0.16); + background: rgba(165, 214, 167, 0.16); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(33, 150, 243, 0.12); + background: rgba(144, 202, 249, 0.12); } .p-splitbutton.p-button-info > .p-button.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-info > .p-button.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(33, 150, 243, 0.16); + background: rgba(144, 202, 249, 0.16); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(104, 159, 56, 0.12); + background: rgba(197, 225, 165, 0.12); } .p-splitbutton.p-button-success.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(104, 159, 56, 0.16); + background: rgba(197, 225, 165, 0.16); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(251, 192, 45, 0.12); + background: rgba(255, 245, 157, 0.12); } .p-splitbutton.p-button-warning.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(251, 192, 45, 0.16); + background: rgba(255, 245, 157, 0.16); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(156, 39, 176, 0.12); + background: rgba(206, 147, 216, 0.12); } .p-splitbutton.p-button-help.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(156, 39, 176, 0.16); + background: rgba(206, 147, 216, 0.16); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):focus, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):focus { - background: rgba(211, 47, 47, 0.12); + background: rgba(239, 154, 154, 0.12); } .p-splitbutton.p-button-danger.p-button-text > .p-button:not(:disabled):active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(:disabled):active { - background: rgba(211, 47, 47, 0.16); + background: rgba(239, 154, 154, 0.16); } .p-stepper .p-stepper-header .p-stepper-action .p-stepper-number { background-color: #9e9d9e; @@ -8275,12 +8275,12 @@ height: 1.714rem; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-number { - background-color: #673AB7; - color: #ffffff; + background-color: #CE93D8; + color: #121212; } .p-stepper .p-stepper-header.p-highlight .p-stepper-action .p-stepper-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-stepper.p-stepper-vertical .p-stepper-panel .p-stepper-separator { margin-inline-start: 1.75rem; @@ -8324,15 +8324,15 @@ padding-left: 0.5rem; } .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-steps .p-steps-item.p-highlight .p-steps-number { - background-color: #673AB7; - color: #ffffff; + background-color: #CE93D8; + color: #121212; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 600; - color: rgba(0, 0, 0, 0.87); + color: rgba(255, 255, 255, 0.87); } .p-steps .p-steps-item.p-disabled { opacity: 1; @@ -8345,10 +8345,10 @@ border-radius: 0; } .p-tabview .p-tabview-nav li .p-tabview-nav-link > .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-tabview .p-tabview-nav li .p-tabview-nav-link:focus { - background-color: rgba(103, 58, 183, 0.12); + background-color: rgba(206, 147, 216, 0.12); } .p-tabview .p-tabview-nav .p-tabview-ink-bar { z-index: 1; @@ -8356,11 +8356,11 @@ position: absolute; bottom: 0; height: 2px; - background-color: #673AB7; + background-color: #CE93D8; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-tieredmenu .p-menuitem-link:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-toolbar { border: 0 none; @@ -8373,10 +8373,10 @@ display: none; } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus { - background: rgba(0, 0, 0, 0.12); + background: rgba(255, 255, 255, 0.12); } .p-tree .p-tree-container .p-treenode .p-treenode-content:focus.p-highlight { - background: rgba(103, 58, 183, 0.24); + background: rgba(206, 147, 216, 0.24); } .p-treeselect .p-treeselect-label, .p-treeselect .p-treeselect-trigger { background-image: none; @@ -8386,17 +8386,17 @@ border: 0 none; } .p-treeselect:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7, inset 0 0 0 1px #673AB7; + box-shadow: inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8, inset 0 0 0 1px #CE93D8; } .p-treeselect-item .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-input-filled .p-treeselect { border-bottom-left-radius: 0; border-bottom-right-radius: 0; border: 1px solid transparent; - background: #f5f5f5 no-repeat; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.38), rgba(0, 0, 0, 0.38)); + background: hsla(0, 0%, 100%, 0.06) no-repeat; + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.3)); background-size: 0 2px, 100% 1px; background-position: 50% 100%, 50% 100%; background-origin: border-box; @@ -8406,13 +8406,13 @@ background: transparent; } .p-input-filled .p-treeselect:not(.p-disabled):hover { - background-color: #ececec; + background-color: hsla(0, 0%, 100%, 0.08); border-color: transparent; - background-image: linear-gradient(to bottom, #673AB7, #673AB7), linear-gradient(to bottom, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0.87)); + background-image: linear-gradient(to bottom, #CE93D8, #CE93D8), linear-gradient(to bottom, rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)); } .p-input-filled .p-treeselect:not(.p-disabled).p-focus, .p-input-filled .p-treeselect:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-color: #dcdcdc; + background-color: hsla(0, 0%, 100%, 0.1); border-color: transparent; background-size: 100% 2px, 100% 1px; } @@ -8448,29 +8448,29 @@ } .p-input-filled .p-treeselect.p-invalid { border-color: transparent; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled):hover { - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-focus, .p-input-filled .p-treeselect.p-invalid:not(.p-disabled).p-inputwrapper-focus { box-shadow: none; - background-image: linear-gradient(to bottom, #b00020, #b00020), linear-gradient(to bottom, #b00020, #b00020); + background-image: linear-gradient(to bottom, #f44435, #f44435), linear-gradient(to bottom, #f44435, #f44435); } .p-treeselect.p-invalid:not(.p-disabled).p-focus { - box-shadow: inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020, inset 0 0 0 1px #b00020; + box-shadow: inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435, inset 0 0 0 1px #f44435; } .p-treetable .p-sortable-column { outline: 0 none; } .p-treetable .p-sortable-column:focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-treetable .p-treetable-tbody > tr { outline: 0 none; } .p-treetable .p-treetable-tbody > tr:not(.p-highlight):focus { - background-color: rgba(0, 0, 0, 0.03); + background-color: rgba(255, 255, 255, 0.03); } .p-tabmenu .p-tabmenu-nav { position: relative; @@ -8480,29 +8480,29 @@ border-radius: 0; } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link > .p-ink { - background-color: rgba(103, 58, 183, 0.16); + background-color: rgba(206, 147, 216, 0.16); } .p-tabmenu .p-tabmenu-nav li .p-menuitem-link:focus { - background-color: rgba(103, 58, 183, 0.12); + background-color: rgba(206, 147, 216, 0.12); } .p-tabmenu .p-tabmenu-nav li.p-highlight .p-menuitem-link:focus { - background-color: rgba(103, 58, 183, 0.12); + background-color: rgba(206, 147, 216, 0.12); } .p-tabmenu .p-tabmenu-nav .p-tabmenu-ink-bar { display: block; position: absolute; bottom: 0; height: 2px; - background-color: #673AB7; + background-color: #CE93D8; transition: 500ms cubic-bezier(0.35, 0, 0.25, 1); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible) .p-button { - background: #e0e0e1; - border-color: #e0e0e1; + background: #1c1c1c; + border-color: rgba(255, 255, 255, 0.12); } .p-togglebutton:not(.p-disabled):has(.p-togglebutton-input:focus-visible).p-highlight .p-button { - background: #d9d8d9; - border-color: #d9d8d9; + background: #262626; + border-color: rgba(255, 255, 255, 0.12); } } /* Customizations to the designer theme should be defined here */