diff --git a/frontend/index.html b/frontend/index.html index 9c884cf..e6dcf4f 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -3,7 +3,11 @@ - + HTWKalender diff --git a/frontend/public/themes/lara-dark-blue/theme.css b/frontend/public/themes/lara-dark-blue/theme.css index 8e98855..30a3d60 100644 --- a/frontend/public/themes/lara-dark-blue/theme.css +++ b/frontend/public/themes/lara-dark-blue/theme.css @@ -1,15 +1,16 @@ :root { - --surface-a:#071426; - --surface-b:#040d19; - --surface-c:rgba(255, 255, 255, 0.03); - --surface-d:#0b213f; - --surface-e:#071426; - --surface-f:#071426; - --text-color:rgba(255, 255, 255, 0.87); - --text-color-secondary:rgba(255, 255, 255, 0.6); - --primary-color:#93C5FD; - --primary-color-text:#1c2127; - --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-a: #071426; + --surface-b: #040d19; + --surface-c: rgba(255, 255, 255, 0.03); + --surface-d: #0b213f; + --surface-e: #071426; + --surface-f: #071426; + --text-color: rgba(255, 255, 255, 0.87); + --text-color-secondary: rgba(255, 255, 255, 0.6); + --primary-color: #93c5fd; + --primary-color-text: #1c2127; + --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, + Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #040d19; --surface-50: #1d2530; --surface-100: #363d47; @@ -31,15 +32,15 @@ --gray-700: #363d47; --gray-800: #1d2530; --gray-900: #040d19; - --content-padding:1.25rem; - --inline-spacing:0.5rem; - --border-radius:6px; - --surface-ground:#040d19; - --surface-section:#040d19; - --surface-card:#071426; - --surface-overlay:#071426; - --surface-border:#0b213f; - --surface-hover:rgba(255,255,255,.03); + --content-padding: 1.25rem; + --inline-spacing: 0.5rem; + --border-radius: 6px; + --surface-ground: #040d19; + --surface-section: #040d19; + --surface-card: #071426; + --surface-overlay: #071426; + --surface-border: #0b213f; + --surface-hover: rgba(255, 255, 255, 0.03); --focus-ring: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); --maskbg: rgba(0, 0, 0, 0.4); --highlight-bg: rgba(147, 197, 253, 0.16); @@ -52,7 +53,8 @@ } .p-component { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -62,12 +64,13 @@ transition-duration: 0.2s; } -.p-disabled, .p-component:disabled { +.p-disabled, +.p-component:disabled { opacity: 0.4; } .p-error { - color: #FCA5A5; + color: #fca5a5; } .p-text-secondary { @@ -85,7 +88,8 @@ .p-link { font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { @@ -120,126 +124,126 @@ } :root { - --blue-50:#f5f9ff; - --blue-100:#d0e1fd; - --blue-200:#abc9fb; - --blue-300:#85b2f9; - --blue-400:#609af8; - --blue-500:#3b82f6; - --blue-600:#326fd1; - --blue-700:#295bac; - --blue-800:#204887; - --blue-900:#183462; - --green-50:#f4fcf7; - --green-100:#caf1d8; - --green-200:#a0e6ba; - --green-300:#76db9b; - --green-400:#4cd07d; - --green-500:#22c55e; - --green-600:#1da750; - --green-700:#188a42; - --green-800:#136c34; - --green-900:#0e4f26; - --yellow-50:#fefbf3; - --yellow-100:#faedc4; - --yellow-200:#f6de95; - --yellow-300:#f2d066; - --yellow-400:#eec137; - --yellow-500:#eab308; - --yellow-600:#c79807; - --yellow-700:#a47d06; - --yellow-800:#816204; - --yellow-900:#5e4803; - --cyan-50:#f3fbfd; - --cyan-100:#c3edf5; - --cyan-200:#94e0ed; - --cyan-300:#65d2e4; - --cyan-400:#35c4dc; - --cyan-500:#06b6d4; - --cyan-600:#059bb4; - --cyan-700:#047f94; - --cyan-800:#036475; - --cyan-900:#024955; - --pink-50:#fef6fa; - --pink-100:#fad3e7; - --pink-200:#f7b0d3; - --pink-300:#f38ec0; - --pink-400:#f06bac; - --pink-500:#ec4899; - --pink-600:#c93d82; - --pink-700:#a5326b; - --pink-800:#822854; - --pink-900:#5e1d3d; - --indigo-50:#f7f7fe; - --indigo-100:#dadafc; - --indigo-200:#bcbdf9; - --indigo-300:#9ea0f6; - --indigo-400:#8183f4; - --indigo-500:#6366f1; - --indigo-600:#5457cd; - --indigo-700:#4547a9; - --indigo-800:#363885; - --indigo-900:#282960; - --teal-50:#f3fbfb; - --teal-100:#c7eeea; - --teal-200:#9ae0d9; - --teal-300:#6dd3c8; - --teal-400:#41c5b7; - --teal-500:#14b8a6; - --teal-600:#119c8d; - --teal-700:#0e8174; - --teal-800:#0b655b; - --teal-900:#084a42; - --orange-50:#fff8f3; - --orange-100:#feddc7; - --orange-200:#fcc39b; - --orange-300:#fba86f; - --orange-400:#fa8e42; - --orange-500:#f97316; - --orange-600:#d46213; - --orange-700:#ae510f; - --orange-800:#893f0c; - --orange-900:#642e09; - --bluegray-50:#f7f8f9; - --bluegray-100:#dadee3; - --bluegray-200:#bcc3cd; - --bluegray-300:#9fa9b7; - --bluegray-400:#818ea1; - --bluegray-500:#64748b; - --bluegray-600:#556376; - --bluegray-700:#465161; - --bluegray-800:#37404c; - --bluegray-900:#282e38; - --purple-50:#fbf7ff; - --purple-100:#ead6fd; - --purple-200:#dab6fc; - --purple-300:#c996fa; - --purple-400:#b975f9; - --purple-500:#a855f7; - --purple-600:#8f48d2; - --purple-700:#763cad; - --purple-800:#5c2f88; - --purple-900:#432263; - --red-50:#fff5f5; - --red-100:#ffd0ce; - --red-200:#ffaca7; - --red-300:#ff8780; - --red-400:#ff6259; - --red-500:#ff3d32; - --red-600:#d9342b; - --red-700:#b32b23; - --red-800:#8c221c; - --red-900:#661814; - --primary-50:#fafcff; - --primary-100:#e5f1ff; - --primary-200:#d1e6fe; - --primary-300:#bcdbfe; - --primary-400:#a8d0fd; - --primary-500:#93c5fd; - --primary-600:#7da7d7; - --primary-700:#678ab1; - --primary-800:#516c8b; - --primary-900:#3b4f65; + --blue-50: #f5f9ff; + --blue-100: #d0e1fd; + --blue-200: #abc9fb; + --blue-300: #85b2f9; + --blue-400: #609af8; + --blue-500: #3b82f6; + --blue-600: #326fd1; + --blue-700: #295bac; + --blue-800: #204887; + --blue-900: #183462; + --green-50: #f4fcf7; + --green-100: #caf1d8; + --green-200: #a0e6ba; + --green-300: #76db9b; + --green-400: #4cd07d; + --green-500: #22c55e; + --green-600: #1da750; + --green-700: #188a42; + --green-800: #136c34; + --green-900: #0e4f26; + --yellow-50: #fefbf3; + --yellow-100: #faedc4; + --yellow-200: #f6de95; + --yellow-300: #f2d066; + --yellow-400: #eec137; + --yellow-500: #eab308; + --yellow-600: #c79807; + --yellow-700: #a47d06; + --yellow-800: #816204; + --yellow-900: #5e4803; + --cyan-50: #f3fbfd; + --cyan-100: #c3edf5; + --cyan-200: #94e0ed; + --cyan-300: #65d2e4; + --cyan-400: #35c4dc; + --cyan-500: #06b6d4; + --cyan-600: #059bb4; + --cyan-700: #047f94; + --cyan-800: #036475; + --cyan-900: #024955; + --pink-50: #fef6fa; + --pink-100: #fad3e7; + --pink-200: #f7b0d3; + --pink-300: #f38ec0; + --pink-400: #f06bac; + --pink-500: #ec4899; + --pink-600: #c93d82; + --pink-700: #a5326b; + --pink-800: #822854; + --pink-900: #5e1d3d; + --indigo-50: #f7f7fe; + --indigo-100: #dadafc; + --indigo-200: #bcbdf9; + --indigo-300: #9ea0f6; + --indigo-400: #8183f4; + --indigo-500: #6366f1; + --indigo-600: #5457cd; + --indigo-700: #4547a9; + --indigo-800: #363885; + --indigo-900: #282960; + --teal-50: #f3fbfb; + --teal-100: #c7eeea; + --teal-200: #9ae0d9; + --teal-300: #6dd3c8; + --teal-400: #41c5b7; + --teal-500: #14b8a6; + --teal-600: #119c8d; + --teal-700: #0e8174; + --teal-800: #0b655b; + --teal-900: #084a42; + --orange-50: #fff8f3; + --orange-100: #feddc7; + --orange-200: #fcc39b; + --orange-300: #fba86f; + --orange-400: #fa8e42; + --orange-500: #f97316; + --orange-600: #d46213; + --orange-700: #ae510f; + --orange-800: #893f0c; + --orange-900: #642e09; + --bluegray-50: #f7f8f9; + --bluegray-100: #dadee3; + --bluegray-200: #bcc3cd; + --bluegray-300: #9fa9b7; + --bluegray-400: #818ea1; + --bluegray-500: #64748b; + --bluegray-600: #556376; + --bluegray-700: #465161; + --bluegray-800: #37404c; + --bluegray-900: #282e38; + --purple-50: #fbf7ff; + --purple-100: #ead6fd; + --purple-200: #dab6fc; + --purple-300: #c996fa; + --purple-400: #b975f9; + --purple-500: #a855f7; + --purple-600: #8f48d2; + --purple-700: #763cad; + --purple-800: #5c2f88; + --purple-900: #432263; + --red-50: #fff5f5; + --red-100: #ffd0ce; + --red-200: #ffaca7; + --red-300: #ff8780; + --red-400: #ff6259; + --red-500: #ff3d32; + --red-600: #d9342b; + --red-700: #b32b23; + --red-800: #8c221c; + --red-900: #661814; + --primary-50: #fafcff; + --primary-100: #e5f1ff; + --primary-200: #d1e6fe; + --primary-300: #bcdbfe; + --primary-400: #a8d0fd; + --primary-500: #93c5fd; + --primary-600: #7da7d7; + --primary-700: #678ab1; + --primary-800: #516c8b; + --primary-900: #3b4f65; } .p-autocomplete .p-autocomplete-loader { @@ -249,13 +253,13 @@ right: 3.75rem; } .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container { - border-color: #93C5FD; + border-color: #93c5fd; } .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-autocomplete .p-autocomplete-multiple-container { padding: 0.375rem 0.75rem; @@ -264,8 +268,12 @@ .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; } -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; +.p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-input-token + input { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; @@ -277,15 +285,20 @@ color: rgba(255, 255, 255, 0.87); border-radius: 16px; } -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { +.p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-token + .p-autocomplete-token-icon { margin-left: 0.5rem; } -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus { +.p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-token.p-focus { background: #233752; color: rgba(255, 255, 255, 0.87); } .p-autocomplete.p-invalid.p-component > .p-inputtext { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-autocomplete-panel { @@ -293,7 +306,10 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - 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); + 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-autocomplete-panel .p-autocomplete-items { padding: 0.75rem 0; @@ -311,14 +327,20 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus { +.p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item.p-highlight.p-focus { background: rgba(147, 197, 253, 0.24); } -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus { +.p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus { color: rgba(255, 255, 255, 0.87); background: #0b213f; } -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover { +.p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } @@ -331,7 +353,7 @@ } .p-calendar.p-invalid.p-component > .p-inputtext { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-datepicker { @@ -344,7 +366,10 @@ .p-datepicker:not(.p-datepicker-inline) { background: #071426; border: 1px solid #0b213f; - 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); + 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-datepicker:not(.p-datepicker-inline) .p-datepicker-header { background: #071426; @@ -367,7 +392,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { @@ -387,13 +415,22 @@ .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); - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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: #93C5FD; +.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: #93c5fd; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -430,7 +467,7 @@ } .p-datepicker table td.p-datepicker-today > span { background: transparent; - color: #93C5FD; + color: #93c5fd; border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { @@ -455,7 +492,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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.87); @@ -517,50 +557,69 @@ .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { padding-right: 0; } -.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { +.p-datepicker:not(.p-disabled) + table + td + span:not(.p-highlight):not(.p-disabled):hover { background: rgba(255, 255, 255, 0.03); } -.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { +.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 rgba(147, 197, 253, 0.5); } -.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { +.p-datepicker:not(.p-disabled) + .p-monthpicker + .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); } -.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { +.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 rgba(147, 197, 253, 0.5); } -.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { +.p-datepicker:not(.p-disabled) + .p-yearpicker + .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); } -.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { +.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 rgba(147, 197, 253, 0.5); } @media screen and (max-width: 769px) { - .p-datepicker table th, .p-datepicker table td { + .p-datepicker table th, + .p-datepicker table td { padding: 0; } } .p-cascadeselect { background: #040d19; border: 1px solid #0b213f; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-cascadeselect:not(.p-disabled):hover { - border-color: #93C5FD; + border-color: #93c5fd; } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -582,7 +641,7 @@ border-bottom-right-radius: 6px; } .p-cascadeselect.p-invalid.p-component { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-cascadeselect-panel { @@ -590,7 +649,10 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - 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); + 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-cascadeselect-panel .p-cascadeselect-items { padding: 0.75rem 0; @@ -603,25 +665,39 @@ transition: box-shadow 0.2s; border-radius: 0; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item.p-highlight { color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item.p-highlight.p-focus { background: rgba(147, 197, 253, 0.24); } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { +.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: #0b213f; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item + .p-cascadeselect-item-content { padding: 0.75rem 1.25rem; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item + .p-cascadeselect-group-icon { font-size: 0.875rem; } @@ -646,7 +722,11 @@ height: 22px; color: rgba(255, 255, 255, 0.87); border-radius: 6px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; @@ -658,17 +738,17 @@ height: 14px; } .p-checkbox .p-checkbox-box.p-highlight { - border-color: #93C5FD; - background: #93C5FD; + border-color: #93c5fd; + background: #93c5fd; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - border-color: #93C5FD; + border-color: #93c5fd; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { border-color: #6cb0fc; @@ -676,30 +756,32 @@ color: #1c2127; } .p-checkbox.p-invalid > .p-checkbox-box { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-input-filled .p-checkbox .p-checkbox-box { background-color: #0b213f; } .p-input-filled .p-checkbox .p-checkbox-box.p-highlight { - background: #93C5FD; + background: #93c5fd; } .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { background-color: #0b213f; } -.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { +.p-input-filled + .p-checkbox:not(.p-checkbox-disabled) + .p-checkbox-box.p-highlight:hover { background: #6cb0fc; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: #93C5FD; + border-color: #93c5fd; } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; @@ -722,14 +804,15 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); padding: 0; margin: 0; } .p-chips.p-invalid.p-component > .p-inputtext { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-colorpicker-preview { @@ -747,23 +830,30 @@ } .p-colorpicker-overlay-panel { - 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); + 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-dropdown { background: #040d19; border: 1px solid #0b213f; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-dropdown:not(.p-disabled):hover { - border-color: #93C5FD; + border-color: #93c5fd; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { padding-right: 1.75rem; @@ -775,7 +865,8 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: rgba(255, 255, 255, 0.6); } -.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, +.p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -791,7 +882,7 @@ right: 3rem; } .p-dropdown.p-invalid.p-component { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-dropdown-panel { @@ -799,7 +890,10 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - 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); + 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-dropdown-panel .p-dropdown-header { padding: 0.75rem 1.25rem; @@ -837,11 +931,15 @@ .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { background: rgba(147, 197, 253, 0.24); } -.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { +.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: #0b213f; } -.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { +.p-dropdown-panel + .p-dropdown-items + .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } @@ -889,39 +987,78 @@ border: 0 none; color: rgba(255, 255, 255, 0.6); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover { color: rgba(255, 255, 255, 0.87); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover + .ql-stroke { stroke: rgba(255, 255, 255, 0.87); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover + .ql-fill { fill: rgba(255, 255, 255, 0.87); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label { color: rgba(255, 255, 255, 0.87); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label + .ql-stroke { stroke: rgba(255, 255, 255, 0.87); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label + .ql-fill { fill: rgba(255, 255, 255, 0.87); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-options { background: #071426; border: 1px solid #0b213f; - 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); + 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: 6px; padding: 0.75rem 0; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { +.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); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { +.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: rgba(255, 255, 255, 0.03); } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded:not(.ql-icon-picker) + .ql-picker-item { padding: 0.75rem 1.25rem; } .p-editor-container .p-editor-content { @@ -952,22 +1089,28 @@ .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: #93C5FD; + color: #93c5fd; } .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: #93C5FD; + stroke: #93c5fd; } .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: #93C5FD; + fill: #93c5fd; } .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: #93C5FD; +.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: #93c5fd; } .p-inputgroup-addon { @@ -1041,7 +1184,7 @@ } .p-inputnumber.p-invalid.p-component > .p-inputtext { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-inputswitch { @@ -1050,7 +1193,11 @@ } .p-inputswitch .p-inputswitch-slider { background: #233752; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 30px; } .p-inputswitch .p-inputswitch-slider:before { @@ -1074,40 +1221,46 @@ background: #0b213f; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #93C5FD; + background: #93c5fd; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { background: rgba(255, 255, 255, 0.87); } -.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { +.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover + .p-inputswitch-slider { background: #7fbafd; } .p-inputswitch.p-invalid .p-inputswitch-slider { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-inputtext { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: rgba(255, 255, 255, 0.87); background: #040d19; padding: 0.75rem 0.75rem; border: 1px solid #0b213f; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; appearance: none; border-radius: 6px; } .p-inputtext:enabled:hover { - border-color: #93C5FD; + border-color: #93c5fd; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-inputtext.p-invalid.p-component { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-inputtext.p-inputtext-sm { font-size: 0.875rem; @@ -1125,7 +1278,7 @@ } .p-float-label > .p-invalid + label { - color: #FCA5A5; + color: #fca5a5; } .p-input-icon-left > svg:first-of-type, @@ -1193,7 +1346,11 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-listbox .p-listbox-header { padding: 0.75rem 1.25rem; @@ -1242,11 +1399,13 @@ .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { background: rgba(147, 197, 253, 0.24); } -.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { +.p-listbox:not(.p-disabled) + .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { color: rgba(255, 255, 255, 0.87); background: #0b213f; } -.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { +.p-listbox:not(.p-disabled) + .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } @@ -1254,30 +1413,38 @@ outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-listbox.p-invalid { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-multiselect { background: #040d19; border: 1px solid #0b213f; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-multiselect:not(.p-disabled):hover { - border-color: #93C5FD; + border-color: #93c5fd; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-multiselect .p-multiselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); @@ -1289,7 +1456,9 @@ color: rgba(255, 255, 255, 0.87); border-radius: 16px; } -.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { +.p-multiselect.p-multiselect-chip + .p-multiselect-token + .p-multiselect-token-icon { margin-left: 0.5rem; } .p-multiselect .p-multiselect-trigger { @@ -1300,7 +1469,7 @@ border-bottom-right-radius: 6px; } .p-multiselect.p-invalid.p-component { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-inputwrapper-filled.p-multiselect.p-multiselect-chip .p-multiselect-label { @@ -1312,7 +1481,10 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - 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); + 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-multiselect-panel .p-multiselect-header { padding: 0.75rem 1.25rem; @@ -1323,10 +1495,16 @@ border-top-right-radius: 6px; border-top-left-radius: 6px; } -.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { +.p-multiselect-panel + .p-multiselect-header + .p-multiselect-filter-container + .p-inputtext { padding-right: 1.75rem; } -.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { +.p-multiselect-panel + .p-multiselect-header + .p-multiselect-filter-container + .p-multiselect-filter-icon { right: 0.75rem; color: rgba(255, 255, 255, 0.6); } @@ -1341,7 +1519,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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.87); @@ -1369,14 +1550,20 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { +.p-multiselect-panel + .p-multiselect-items + .p-multiselect-item.p-highlight.p-focus { background: rgba(147, 197, 253, 0.24); } -.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { +.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: #0b213f; } -.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { +.p-multiselect-panel + .p-multiselect-items + .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { color: rgba(255, 255, 255, 0.87); background: rgba(255, 255, 255, 0.03); } @@ -1407,7 +1594,7 @@ } .p-password.p-invalid.p-component > .p-inputtext { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-password-panel { @@ -1415,7 +1602,10 @@ background: #071426; color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; - 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); + 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: 6px; } .p-password-panel .p-password-meter { @@ -1443,16 +1633,20 @@ height: 22px; color: rgba(255, 255, 255, 0.87); border-radius: 50%; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #93C5FD; + border-color: #93c5fd; } .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { width: 12px; @@ -1461,8 +1655,8 @@ background-color: #1c2127; } .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #93C5FD; - background: #93C5FD; + border-color: #93c5fd; + background: #93c5fd; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { border-color: #6cb0fc; @@ -1470,7 +1664,7 @@ color: #1c2127; } .p-radiobutton.p-invalid > .p-radiobutton-box { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-radiobutton:focus { outline: 0 none; @@ -1483,9 +1677,11 @@ background-color: #0b213f; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight { - background: #93C5FD; + background: #93c5fd; } -.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { +.p-input-filled + .p-radiobutton + .p-radiobutton-box.p-highlight:not(.p-disabled):hover { background: #6cb0fc; } @@ -1494,7 +1690,11 @@ } .p-rating .p-rating-item .p-rating-icon { color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; font-size: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { @@ -1502,29 +1702,37 @@ height: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-rating-cancel { - color: #F48FB1; + color: #f48fb1; } .p-rating .p-rating-item.p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #93C5FD; + color: #93c5fd; } -.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #93C5FD; +.p-rating:not(.p-disabled):not(.p-readonly) + .p-rating-item:hover + .p-rating-icon { + color: #93c5fd; } -.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { - color: #F48FB1; +.p-rating:not(.p-disabled):not(.p-readonly) + .p-rating-item:hover + .p-rating-icon.p-rating-cancel { + color: #f48fb1; } .p-selectbutton .p-button { background: #071426; border: 1px solid #0b213f; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { @@ -1535,13 +1743,17 @@ border-color: #0b213f; 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 { +.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); } .p-selectbutton .p-button.p-highlight { - background: #93C5FD; - border-color: #93C5FD; + background: #93c5fd; + border-color: #93c5fd; color: #1c2127; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, @@ -1558,7 +1770,7 @@ color: #1c2127; } .p-selectbutton.p-invalid > .p-button { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-slider { @@ -1584,9 +1796,13 @@ height: 1.143rem; width: 1.143rem; background: #0b213f; - border: 2px solid #93C5FD; + border: 2px solid #93c5fd; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + 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; @@ -1594,31 +1810,39 @@ box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } .p-slider .p-slider-range { - background: #93C5FD; + background: #93c5fd; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #93C5FD; - border-color: #93C5FD; + background: #93c5fd; + border-color: #93c5fd; } .p-treeselect { background: #040d19; border: 1px solid #0b213f; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-treeselect:not(.p-disabled):hover { - border-color: #93C5FD; + border-color: #93c5fd; } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-treeselect .p-treeselect-label.p-placeholder { color: rgba(255, 255, 255, 0.6); @@ -1638,7 +1862,7 @@ border-bottom-right-radius: 6px; } .p-treeselect.p-invalid.p-component { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-inputwrapper-filled.p-treeselect.p-treeselect-chip .p-treeselect-label { @@ -1650,7 +1874,10 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - 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); + 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-treeselect-panel .p-treeselect-items-wrapper .p-tree { border: 0 none; @@ -1675,7 +1902,11 @@ background: #071426; border: 1px solid #0b213f; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-togglebutton.p-button .p-button-icon-left, .p-togglebutton.p-button .p-button-icon-right { @@ -1685,20 +1916,22 @@ outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); - border-color: #93C5FD; + border-color: #93c5fd; } .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); border-color: #0b213f; color: rgba(255, 255, 255, 0.87); } -.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, -.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { +.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover + .p-button-icon-left, +.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover + .p-button-icon-right { color: rgba(255, 255, 255, 0.6); } .p-togglebutton.p-button.p-highlight { - background: #93C5FD; - border-color: #93C5FD; + background: #93c5fd; + border-color: #93c5fd; color: #1c2127; } .p-togglebutton.p-button.p-highlight .p-button-icon-left, @@ -1715,16 +1948,20 @@ color: #1c2127; } .p-togglebutton.p-button.p-invalid > .p-button { - border-color: #FCA5A5; + border-color: #fca5a5; } .p-button { color: #1c2127; - background: #93C5FD; - border: 1px solid #93C5FD; + background: #93c5fd; + border: 1px solid #93c5fd; padding: 0.75rem 1.25rem; font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-button:enabled:hover { @@ -1739,17 +1976,17 @@ } .p-button.p-button-outlined { background-color: transparent; - color: #93C5FD; + color: #93c5fd; border: 1px solid; } .p-button.p-button-outlined:enabled:hover { background: rgba(147, 197, 253, 0.04); - color: #93C5FD; + color: #93c5fd; border: 1px solid; } .p-button.p-button-outlined:enabled:active { background: rgba(147, 197, 253, 0.16); - color: #93C5FD; + color: #93c5fd; border: 1px solid; } .p-button.p-button-outlined.p-button-plain { @@ -1766,17 +2003,17 @@ } .p-button.p-button-text { background-color: transparent; - color: #93C5FD; + color: #93c5fd; border-color: transparent; } .p-button.p-button-text:enabled:hover { background: rgba(147, 197, 253, 0.04); - color: #93C5FD; + color: #93c5fd; border-color: transparent; } .p-button.p-button-text:enabled:active { background: rgba(147, 197, 253, 0.16); - color: #93C5FD; + color: #93c5fd; border-color: transparent; } .p-button.p-button-text.p-button-plain { @@ -1815,11 +2052,14 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #93C5FD; + color: #93c5fd; background-color: #1c2127; } .p-button.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); + 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-button.p-button-rounded { border-radius: 2rem; @@ -1870,308 +2110,428 @@ flex: 1; } -.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button { +.p-button.p-button-secondary, +.p-buttonset.p-button-secondary > .p-button, +.p-splitbutton.p-button-secondary > .p-button { color: #1c2127; - background: #CBD5E1; - border: 1px solid #CBD5E1; + background: #cbd5e1; + border: 1px solid #cbd5e1; } -.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover { +.p-button.p-button-secondary:enabled:hover, +.p-buttonset.p-button-secondary > .p-button:enabled:hover, +.p-splitbutton.p-button-secondary > .p-button:enabled:hover { background: #b0bfd1; color: #1c2127; border-color: #b0bfd1; } -.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus { +.p-button.p-button-secondary:enabled:focus, +.p-buttonset.p-button-secondary > .p-button:enabled:focus, +.p-splitbutton.p-button-secondary > .p-button:enabled:focus { box-shadow: 0 0 0 1px #dbe2ea; } -.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active { +.p-button.p-button-secondary:enabled:active, +.p-buttonset.p-button-secondary > .p-button:enabled:active, +.p-splitbutton.p-button-secondary > .p-button:enabled:active { background: #95a9c2; color: #1c2127; border-color: #95a9c2; } -.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined { +.p-button.p-button-secondary.p-button-outlined, +.p-buttonset.p-button-secondary > .p-button.p-button-outlined, +.p-splitbutton.p-button-secondary > .p-button.p-button-outlined { background-color: transparent; - color: #CBD5E1; + color: #cbd5e1; border: 1px solid; } -.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-secondary.p-button-outlined:enabled:hover, +.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover { background: rgba(203, 213, 225, 0.04); - color: #CBD5E1; + color: #cbd5e1; border: 1px solid; } -.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-secondary.p-button-outlined:enabled:active, +.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active { background: rgba(203, 213, 225, 0.16); - color: #CBD5E1; + color: #cbd5e1; border: 1px solid; } -.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text { +.p-button.p-button-secondary.p-button-text, +.p-buttonset.p-button-secondary > .p-button.p-button-text, +.p-splitbutton.p-button-secondary > .p-button.p-button-text { background-color: transparent; - color: #CBD5E1; + color: #cbd5e1; border-color: transparent; } -.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover { +.p-button.p-button-secondary.p-button-text:enabled:hover, +.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover { background: rgba(203, 213, 225, 0.04); border-color: transparent; - color: #CBD5E1; + color: #cbd5e1; } -.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active { +.p-button.p-button-secondary.p-button-text:enabled:active, +.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active { background: rgba(203, 213, 225, 0.16); border-color: transparent; - color: #CBD5E1; + color: #cbd5e1; } -.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button { +.p-button.p-button-info, +.p-buttonset.p-button-info > .p-button, +.p-splitbutton.p-button-info > .p-button { color: #1c2127; - background: #93C5FD; - border: 1px solid #93C5FD; + background: #93c5fd; + border: 1px solid #93c5fd; } -.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover { +.p-button.p-button-info:enabled:hover, +.p-buttonset.p-button-info > .p-button:enabled:hover, +.p-splitbutton.p-button-info > .p-button:enabled:hover { background: #6cb0fc; color: #1c2127; border-color: #6cb0fc; } -.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus { +.p-button.p-button-info:enabled:focus, +.p-buttonset.p-button-info > .p-button:enabled:focus, +.p-splitbutton.p-button-info > .p-button:enabled:focus { box-shadow: 0 0 0 1px #b3d6fe; } -.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active { +.p-button.p-button-info:enabled:active, +.p-buttonset.p-button-info > .p-button:enabled:active, +.p-splitbutton.p-button-info > .p-button:enabled:active { background: #449bfc; color: #1c2127; border-color: #449bfc; } -.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined { +.p-button.p-button-info.p-button-outlined, +.p-buttonset.p-button-info > .p-button.p-button-outlined, +.p-splitbutton.p-button-info > .p-button.p-button-outlined { background-color: transparent; - color: #93C5FD; + color: #93c5fd; border: 1px solid; } -.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-info.p-button-outlined:enabled:hover, +.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover { background: rgba(147, 197, 253, 0.04); - color: #93C5FD; + color: #93c5fd; border: 1px solid; } -.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-info.p-button-outlined:enabled:active, +.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active { background: rgba(147, 197, 253, 0.16); - color: #93C5FD; + color: #93c5fd; border: 1px solid; } -.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text { +.p-button.p-button-info.p-button-text, +.p-buttonset.p-button-info > .p-button.p-button-text, +.p-splitbutton.p-button-info > .p-button.p-button-text { background-color: transparent; - color: #93C5FD; + color: #93c5fd; border-color: transparent; } -.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover { +.p-button.p-button-info.p-button-text:enabled:hover, +.p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover { background: rgba(147, 197, 253, 0.04); border-color: transparent; - color: #93C5FD; + color: #93c5fd; } -.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active { +.p-button.p-button-info.p-button-text:enabled:active, +.p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active { background: rgba(147, 197, 253, 0.16); border-color: transparent; - color: #93C5FD; + color: #93c5fd; } -.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button { +.p-button.p-button-success, +.p-buttonset.p-button-success > .p-button, +.p-splitbutton.p-button-success > .p-button { color: #1c2127; - background: #86EFAC; - border: 1px solid #86EFAC; + background: #86efac; + border: 1px solid #86efac; } -.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover { +.p-button.p-button-success:enabled:hover, +.p-buttonset.p-button-success > .p-button:enabled:hover, +.p-splitbutton.p-button-success > .p-button:enabled:hover { background: #65eb95; color: #1c2127; border-color: #65eb95; } -.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus { +.p-button.p-button-success:enabled:focus, +.p-buttonset.p-button-success > .p-button:enabled:focus, +.p-splitbutton.p-button-success > .p-button:enabled:focus { box-shadow: 0 0 0 1px #aaf4c5; } -.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active { +.p-button.p-button-success:enabled:active, +.p-buttonset.p-button-success > .p-button:enabled:active, +.p-splitbutton.p-button-success > .p-button:enabled:active { background: #44e67f; color: #1c2127; border-color: #44e67f; } -.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined { +.p-button.p-button-success.p-button-outlined, +.p-buttonset.p-button-success > .p-button.p-button-outlined, +.p-splitbutton.p-button-success > .p-button.p-button-outlined { background-color: transparent; - color: #86EFAC; + color: #86efac; border: 1px solid; } -.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-success.p-button-outlined:enabled:hover, +.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover { background: rgba(134, 239, 172, 0.04); - color: #86EFAC; + color: #86efac; border: 1px solid; } -.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-success.p-button-outlined:enabled:active, +.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active { background: rgba(134, 239, 172, 0.16); - color: #86EFAC; + color: #86efac; border: 1px solid; } -.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text { +.p-button.p-button-success.p-button-text, +.p-buttonset.p-button-success > .p-button.p-button-text, +.p-splitbutton.p-button-success > .p-button.p-button-text { background-color: transparent; - color: #86EFAC; + color: #86efac; border-color: transparent; } -.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover { +.p-button.p-button-success.p-button-text:enabled:hover, +.p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover { background: rgba(134, 239, 172, 0.04); border-color: transparent; - color: #86EFAC; + color: #86efac; } -.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active { +.p-button.p-button-success.p-button-text:enabled:active, +.p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active { background: rgba(134, 239, 172, 0.16); border-color: transparent; - color: #86EFAC; + color: #86efac; } -.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button { +.p-button.p-button-warning, +.p-buttonset.p-button-warning > .p-button, +.p-splitbutton.p-button-warning > .p-button { color: #1c2127; - background: #FCD34D; - border: 1px solid #FCD34D; + background: #fcd34d; + border: 1px solid #fcd34d; } -.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover { +.p-button.p-button-warning:enabled:hover, +.p-buttonset.p-button-warning > .p-button:enabled:hover, +.p-splitbutton.p-button-warning > .p-button:enabled:hover { background: #fbcb2d; color: #1c2127; border-color: #fbcb2d; } -.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus { +.p-button.p-button-warning:enabled:focus, +.p-buttonset.p-button-warning > .p-button:enabled:focus, +.p-splitbutton.p-button-warning > .p-button:enabled:focus { box-shadow: 0 0 0 1px #fde082; } -.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active { +.p-button.p-button-warning:enabled:active, +.p-buttonset.p-button-warning > .p-button:enabled:active, +.p-splitbutton.p-button-warning > .p-button:enabled:active { background: #fbc30c; color: #1c2127; border-color: #fbc30c; } -.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined { +.p-button.p-button-warning.p-button-outlined, +.p-buttonset.p-button-warning > .p-button.p-button-outlined, +.p-splitbutton.p-button-warning > .p-button.p-button-outlined { background-color: transparent; - color: #FCD34D; + color: #fcd34d; border: 1px solid; } -.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-warning.p-button-outlined:enabled:hover, +.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover { background: rgba(252, 211, 77, 0.04); - color: #FCD34D; + color: #fcd34d; border: 1px solid; } -.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-warning.p-button-outlined:enabled:active, +.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active { background: rgba(252, 211, 77, 0.16); - color: #FCD34D; + color: #fcd34d; border: 1px solid; } -.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text { +.p-button.p-button-warning.p-button-text, +.p-buttonset.p-button-warning > .p-button.p-button-text, +.p-splitbutton.p-button-warning > .p-button.p-button-text { background-color: transparent; - color: #FCD34D; + color: #fcd34d; border-color: transparent; } -.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover { +.p-button.p-button-warning.p-button-text:enabled:hover, +.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover { background: rgba(252, 211, 77, 0.04); border-color: transparent; - color: #FCD34D; + color: #fcd34d; } -.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active { +.p-button.p-button-warning.p-button-text:enabled:active, +.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active { background: rgba(252, 211, 77, 0.16); border-color: transparent; - color: #FCD34D; + color: #fcd34d; } -.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button { +.p-button.p-button-help, +.p-buttonset.p-button-help > .p-button, +.p-splitbutton.p-button-help > .p-button { color: #1c2127; - background: #D8B4FE; - border: 1px solid #D8B4FE; + background: #d8b4fe; + border: 1px solid #d8b4fe; } -.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover { +.p-button.p-button-help:enabled:hover, +.p-buttonset.p-button-help > .p-button:enabled:hover, +.p-splitbutton.p-button-help > .p-button:enabled:hover { background: #c289fd; color: #1c2127; border-color: #c289fd; } -.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus { +.p-button.p-button-help:enabled:focus, +.p-buttonset.p-button-help > .p-button:enabled:focus, +.p-splitbutton.p-button-help > .p-button:enabled:focus { box-shadow: 0 0 0 1px #e4cbfe; } -.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active { +.p-button.p-button-help:enabled:active, +.p-buttonset.p-button-help > .p-button:enabled:active, +.p-splitbutton.p-button-help > .p-button:enabled:active { background: #ab5efd; color: #1c2127; border-color: #ab5efd; } -.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined { +.p-button.p-button-help.p-button-outlined, +.p-buttonset.p-button-help > .p-button.p-button-outlined, +.p-splitbutton.p-button-help > .p-button.p-button-outlined { background-color: transparent; - color: #D8B4FE; + color: #d8b4fe; border: 1px solid; } -.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-help.p-button-outlined:enabled:hover, +.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover { background: rgba(216, 180, 254, 0.04); - color: #D8B4FE; + color: #d8b4fe; border: 1px solid; } -.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-help.p-button-outlined:enabled:active, +.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active { background: rgba(216, 180, 254, 0.16); - color: #D8B4FE; + color: #d8b4fe; border: 1px solid; } -.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text { +.p-button.p-button-help.p-button-text, +.p-buttonset.p-button-help > .p-button.p-button-text, +.p-splitbutton.p-button-help > .p-button.p-button-text { background-color: transparent; - color: #D8B4FE; + color: #d8b4fe; border-color: transparent; } -.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover { +.p-button.p-button-help.p-button-text:enabled:hover, +.p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover { background: rgba(216, 180, 254, 0.04); border-color: transparent; - color: #D8B4FE; + color: #d8b4fe; } -.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active { +.p-button.p-button-help.p-button-text:enabled:active, +.p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active { background: rgba(216, 180, 254, 0.16); border-color: transparent; - color: #D8B4FE; + color: #d8b4fe; } -.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button { +.p-button.p-button-danger, +.p-buttonset.p-button-danger > .p-button, +.p-splitbutton.p-button-danger > .p-button { color: #1c2127; - background: #FCA5A5; - border: 1px solid #FCA5A5; + background: #fca5a5; + border: 1px solid #fca5a5; } -.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover { +.p-button.p-button-danger:enabled:hover, +.p-buttonset.p-button-danger > .p-button:enabled:hover, +.p-splitbutton.p-button-danger > .p-button:enabled:hover { background: #fb7d7d; color: #1c2127; border-color: #fb7d7d; } -.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus { +.p-button.p-button-danger:enabled:focus, +.p-buttonset.p-button-danger > .p-button:enabled:focus, +.p-splitbutton.p-button-danger > .p-button:enabled:focus { box-shadow: 0 0 0 1px #fdc0c0; } -.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active { +.p-button.p-button-danger:enabled:active, +.p-buttonset.p-button-danger > .p-button:enabled:active, +.p-splitbutton.p-button-danger > .p-button:enabled:active { background: #f95454; color: #1c2127; border-color: #f95454; } -.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined { +.p-button.p-button-danger.p-button-outlined, +.p-buttonset.p-button-danger > .p-button.p-button-outlined, +.p-splitbutton.p-button-danger > .p-button.p-button-outlined { background-color: transparent; - color: #FCA5A5; + color: #fca5a5; border: 1px solid; } -.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-danger.p-button-outlined:enabled:hover, +.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover { background: rgba(252, 165, 165, 0.04); - color: #FCA5A5; + color: #fca5a5; border: 1px solid; } -.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-danger.p-button-outlined:enabled:active, +.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active { background: rgba(252, 165, 165, 0.16); - color: #FCA5A5; + color: #fca5a5; border: 1px solid; } -.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text { +.p-button.p-button-danger.p-button-text, +.p-buttonset.p-button-danger > .p-button.p-button-text, +.p-splitbutton.p-button-danger > .p-button.p-button-text { background-color: transparent; - color: #FCA5A5; + color: #fca5a5; border-color: transparent; } -.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover { +.p-button.p-button-danger.p-button-text:enabled:hover, +.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover { background: rgba(252, 165, 165, 0.04); border-color: transparent; - color: #FCA5A5; + color: #fca5a5; } -.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active { +.p-button.p-button-danger.p-button-text:enabled:active, +.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active { background: rgba(252, 165, 165, 0.16); border-color: transparent; - color: #FCA5A5; + color: #fca5a5; } .p-button.p-button-link { - color: #93C5FD; + color: #93c5fd; background: transparent; border: transparent; } .p-button.p-button-link:enabled:hover { background: transparent; - color: #93C5FD; + color: #93c5fd; border-color: transparent; } .p-button.p-button-link:enabled:hover .p-button-label { @@ -2184,7 +2544,7 @@ } .p-button.p-button-link:enabled:active { background: transparent; - color: #93C5FD; + color: #93c5fd; border-color: transparent; } @@ -2254,7 +2614,8 @@ .p-speeddial-quarter-circle .p-speeddial-item { margin: 0; } -.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child, +.p-speeddial-circle .p-speeddial-item:first-child, +.p-speeddial-circle .p-speeddial-item:last-child, .p-speeddial-semi-circle .p-speeddial-item:first-child, .p-speeddial-semi-circle .p-speeddial-item:last-child, .p-speeddial-quarter-circle .p-speeddial-item:first-child, @@ -2271,57 +2632,76 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #93C5FD; + color: #93c5fd; border: 1px solid; } -.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(147, 197, 253, 0.04); - color: #93C5FD; + color: #93c5fd; } -.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(147, 197, 253, 0.16); - color: #93C5FD; + color: #93c5fd; } .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); } -.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, +.p-splitbutton.p-button-outlined.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.6); } -.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, +.p-splitbutton.p-button-outlined.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):active { 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: #93C5FD; + color: #93c5fd; border-color: transparent; } -.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(147, 197, 253, 0.04); - color: #93C5FD; + color: #93c5fd; border-color: transparent; } -.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(147, 197, 253, 0.16); - color: #93C5FD; + color: #93c5fd; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { color: rgba(255, 255, 255, 0.6); } -.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, +.p-splitbutton.p-button-text.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.6); } -.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, +.p-splitbutton.p-button-text.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(255, 255, 255, 0.16); color: rgba(255, 255, 255, 0.6); } .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); + 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-splitbutton.p-button-rounded { border-radius: 2rem; @@ -2353,176 +2733,224 @@ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #CBD5E1; + color: #cbd5e1; border: 1px solid; } -.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-secondary.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(203, 213, 225, 0.04); - color: #CBD5E1; + color: #cbd5e1; } -.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-secondary.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(203, 213, 225, 0.16); - color: #CBD5E1; + color: #cbd5e1; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #CBD5E1; + color: #cbd5e1; border-color: transparent; } -.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-secondary.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(203, 213, 225, 0.04); border-color: transparent; - color: #CBD5E1; + color: #cbd5e1; } -.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-secondary.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(203, 213, 225, 0.16); border-color: transparent; - color: #CBD5E1; + color: #cbd5e1; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #93C5FD; + color: #93c5fd; border: 1px solid; } -.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-info.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(147, 197, 253, 0.04); - color: #93C5FD; + color: #93c5fd; } -.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-info.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(147, 197, 253, 0.16); - color: #93C5FD; + color: #93c5fd; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #93C5FD; + color: #93c5fd; border-color: transparent; } -.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-info.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(147, 197, 253, 0.04); border-color: transparent; - color: #93C5FD; + color: #93c5fd; } -.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-info.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(147, 197, 253, 0.16); border-color: transparent; - color: #93C5FD; + color: #93c5fd; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #86EFAC; + color: #86efac; border: 1px solid; } -.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-success.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(134, 239, 172, 0.04); - color: #86EFAC; + color: #86efac; } -.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-success.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(134, 239, 172, 0.16); - color: #86EFAC; + color: #86efac; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #86EFAC; + color: #86efac; border-color: transparent; } -.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-success.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(134, 239, 172, 0.04); border-color: transparent; - color: #86EFAC; + color: #86efac; } -.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-success.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(134, 239, 172, 0.16); border-color: transparent; - color: #86EFAC; + color: #86efac; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #FCD34D; + color: #fcd34d; border: 1px solid; } -.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-warning.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(252, 211, 77, 0.04); - color: #FCD34D; + color: #fcd34d; } -.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-warning.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(252, 211, 77, 0.16); - color: #FCD34D; + color: #fcd34d; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #FCD34D; + color: #fcd34d; border-color: transparent; } -.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-warning.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(252, 211, 77, 0.04); border-color: transparent; - color: #FCD34D; + color: #fcd34d; } -.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-warning.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(252, 211, 77, 0.16); border-color: transparent; - color: #FCD34D; + color: #fcd34d; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #D8B4FE; + color: #d8b4fe; border: 1px solid; } -.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-help.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(216, 180, 254, 0.04); - color: #D8B4FE; + color: #d8b4fe; } -.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-help.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(216, 180, 254, 0.16); - color: #D8B4FE; + color: #d8b4fe; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #D8B4FE; + color: #d8b4fe; border-color: transparent; } -.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-help.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(216, 180, 254, 0.04); border-color: transparent; - color: #D8B4FE; + color: #d8b4fe; } -.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-help.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(216, 180, 254, 0.16); border-color: transparent; - color: #D8B4FE; + color: #d8b4fe; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #FCA5A5; + color: #fca5a5; border: 1px solid; } -.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-danger.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(252, 165, 165, 0.04); - color: #FCA5A5; + color: #fca5a5; } -.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-danger.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(252, 165, 165, 0.16); - color: #FCA5A5; + color: #fca5a5; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #FCA5A5; + color: #fca5a5; border-color: transparent; } -.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-danger.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(252, 165, 165, 0.04); border-color: transparent; - color: #FCA5A5; + color: #fca5a5; } -.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-danger.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(252, 165, 165, 0.16); border-color: transparent; - color: #FCA5A5; + color: #fca5a5; } .p-carousel .p-carousel-content .p-carousel-prev, @@ -2533,7 +2961,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin: 0.5rem; } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, @@ -2559,7 +2990,10 @@ background-color: #0b213f; width: 2rem; height: 0.5rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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 { @@ -2630,7 +3064,9 @@ background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); } -.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { +.p-datatable + .p-sortable-column:not(.p-highlight):hover + .p-sortable-column-icon { color: rgba(255, 255, 255, 0.87); } .p-datatable .p-sortable-column.p-highlight { @@ -2672,7 +3108,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, @@ -2710,16 +3149,33 @@ .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { box-shadow: inset 0 -2px 0 0 rgba(147, 197, 253, 0.16); } -.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover { +.p-datatable.p-datatable-hoverable-rows + .p-datatable-tbody + > tr:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); } .p-datatable .p-column-resizer-helper { - background: #93C5FD; + background: #93c5fd; } -.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 { +.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: #071426; } .p-datatable .p-datatable-loading-icon { @@ -2756,7 +3212,10 @@ .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td { border-width: 1px 0 1px 1px; } -.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child { +.p-datatable.p-datatable-gridlines + .p-datatable-tbody + > tr:last-child + > td:last-child { border-width: 1px; } .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td { @@ -2765,35 +3224,71 @@ .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child { border-width: 1px 1px 1px 1px; } -.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td { +.p-datatable.p-datatable-gridlines + .p-datatable-thead + + .p-datatable-tfoot + > tr + > td { border-width: 0 0 1px 1px; } -.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child { +.p-datatable.p-datatable-gridlines + .p-datatable-thead + + .p-datatable-tfoot + > tr + > td:last-child { border-width: 0 1px 1px 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td { +.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has( + .p-datatable-tbody + ) + .p-datatable-tbody + > tr + > td { border-width: 0 0 1px 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child { +.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has( + .p-datatable-tbody + ) + .p-datatable-tbody + > tr + > td:last-child { border-width: 0 1px 1px 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td { +.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has( + .p-datatable-tfoot + ) + .p-datatable-tbody + > tr:last-child + > td { border-width: 0 0 0 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child { +.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has( + .p-datatable-tfoot + ) + .p-datatable-tbody + > tr:last-child + > td:last-child { border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { background: #0d1a2c; } -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { +.p-datatable.p-datatable-striped + .p-datatable-tbody + > tr:nth-child(even).p-highlight { background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { +.p-datatable.p-datatable-striped + .p-datatable-tbody + > tr:nth-child(even).p-highlight + .p-row-toggler { color: rgba(255, 255, 255, 0.87); } -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { +.p-datatable.p-datatable-striped + .p-datatable-tbody + > tr:nth-child(even).p-highlight + .p-row-toggler:hover { color: rgba(255, 255, 255, 0.87); } .p-datatable.p-datatable-sm .p-datatable-header { @@ -2876,18 +3371,23 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-column-filter-menu-button:hover { color: rgba(255, 255, 255, 0.87); border-color: transparent; background: rgba(255, 255, 255, 0.03); } -.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { +.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.03); color: rgba(255, 255, 255, 0.87); } -.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { +.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(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } @@ -2904,7 +3404,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-column-filter-clear-button:hover { color: rgba(255, 255, 255, 0.87); @@ -2922,7 +3425,10 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - 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); + 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); min-width: 12.5rem; } .p-column-filter-overlay .p-column-filter-row-items { @@ -2937,15 +3443,21 @@ transition: box-shadow 0.2s; border-radius: 0; } -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { +.p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item.p-highlight { color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { +.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: rgba(255, 255, 255, 0.03); } -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus { +.p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item:focus { outline: 0 none; outline-offset: 0; box-shadow: inset 0 0 0 0.15rem rgba(147, 197, 253, 0.5); @@ -2968,10 +3480,14 @@ padding: 1.25rem; border-bottom: 1px solid #0b213f; } -.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { +.p-column-filter-overlay-menu + .p-column-filter-constraint + .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; } -.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button { +.p-column-filter-overlay-menu + .p-column-filter-constraint + .p-column-filter-remove-button { margin-top: 0.5rem; } .p-column-filter-overlay-menu .p-column-filter-constraint:last-child { @@ -3017,10 +3533,14 @@ } .fc.fc-unthemed .fc-toolbar .fc-button { color: #1c2127; - background: #93C5FD; - border: 1px solid #93C5FD; + background: #93c5fd; + border: 1px solid #93c5fd; font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; display: flex; align-items: center; @@ -3061,28 +3581,48 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button { +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button { background: #071426; border: 1px solid #0b213f; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover { +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover { background: rgba(255, 255, 255, 0.03); border-color: #0b213f; color: rgba(255, 255, 255, 0.87); } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { - background: #93C5FD; - border-color: #93C5FD; +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { + background: #93c5fd; + border-color: #93c5fd; color: #1c2127; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover { +.fc.fc-unthemed + .fc-toolbar + .fc-button.fc-dayGridMonth-button.fc-button-active:hover, +.fc.fc-unthemed + .fc-toolbar + .fc-button.fc-timeGridWeek-button.fc-button-active:hover, +.fc.fc-unthemed + .fc-toolbar + .fc-button.fc-timeGridDay-button.fc-button-active:hover { background: #7fbafd; border-color: #7fbafd; color: #1c2127; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus { +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); @@ -3124,7 +3664,11 @@ background: #071426; color: rgba(255, 255, 255, 0.87); } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close { opacity: 1; display: flex; align-items: center; @@ -3138,17 +3682,32 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close:before { content: "\e90b"; } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close:hover { color: rgba(255, 255, 255, 0.87); border-color: transparent; background: rgba(255, 255, 255, 0.03); } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); @@ -3165,10 +3724,16 @@ background: #7fbafd; border-color: #7fbafd; } -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main { +.fc.fc-theme-standard + .fc-view-harness + .fc-event.fc-daygrid-block-event + .fc-event-main { color: #1c2127; } -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot { +.fc.fc-theme-standard + .fc-view-harness + .fc-event.fc-daygrid-dot-event + .fc-daygrid-event-dot { background: #7fbafd; border-color: #7fbafd; } @@ -3181,10 +3746,14 @@ } .fc.fc-theme-standard .fc-toolbar .fc-button { color: #1c2127; - background: #93C5FD; - border: 1px solid #93C5FD; + background: #93c5fd; + border: 1px solid #93c5fd; font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover { @@ -3205,8 +3774,8 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:disabled { opacity: 0.4; color: #1c2127; - background: #93C5FD; - border: 1px solid #93C5FD; + background: #93c5fd; + border: 1px solid #93c5fd; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -3229,28 +3798,60 @@ outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button { +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button { background: #071426; border: 1px solid #0b213f; color: rgba(255, 255, 255, 0.87); - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover { +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover { background: rgba(255, 255, 255, 0.03); border-color: #0b213f; color: rgba(255, 255, 255, 0.87); } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { - background: #93C5FD; - border-color: #93C5FD; +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-dayGridMonth-button.fc-button-active, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridWeek-button.fc-button-active, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridDay-button.fc-button-active { + background: #93c5fd; + border-color: #93c5fd; color: #1c2127; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover { +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-dayGridMonth-button.fc-button-active:hover, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridWeek-button.fc-button-active:hover, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridDay-button.fc-button-active:hover { background: #7fbafd; border-color: #7fbafd; color: #1c2127; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus { +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-dayGridMonth-button:not(:disabled):focus, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridWeek-button:not(:disabled):focus, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridDay-button:not(:disabled):focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); @@ -3303,7 +3904,9 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, box-shadow 0.2s; + transition: + transform 0.2s, + box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -3320,14 +3923,21 @@ .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { background: rgba(147, 197, 253, 0.24); } -.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { +.p-orderlist.p-orderlist-striped + .p-orderlist-list + .p-orderlist-item:nth-child(even) { background: rgba(255, 255, 255, 0.01); } -.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { +.p-orderlist.p-orderlist-striped + .p-orderlist-list + .p-orderlist-item:nth-child(even):hover { background: rgba(255, 255, 255, 0.03); } -.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { +.p-organizationchart + .p-organizationchart-node-content.p-organizationchart-selectable-node:not( + .p-highlight + ):hover { background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); } @@ -3335,7 +3945,10 @@ background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } -.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { +.p-organizationchart + .p-organizationchart-node-content.p-highlight + .p-node-toggler + i { color: rgba(22, 130, 251, 0.16); } .p-organizationchart .p-organizationchart-line-down { @@ -3479,7 +4092,9 @@ border: 0 none; color: rgba(255, 255, 255, 0.87); background: transparent; - transition: transform 0.2s, box-shadow 0.2s; + transition: + transform 0.2s, + box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); @@ -3496,15 +4111,19 @@ .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { background: rgba(147, 197, 253, 0.24); } -.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) { +.p-picklist.p-picklist-striped + .p-picklist-list + .p-picklist-item:nth-child(even) { background: rgba(255, 255, 255, 0.01); } -.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover { +.p-picklist.p-picklist-striped + .p-picklist-list + .p-picklist-item:nth-child(even):hover { background: rgba(255, 255, 255, 0.03); } .p-timeline .p-timeline-event-marker { - border: 2px solid #93C5FD; + border: 2px solid #93c5fd; border-radius: 50%; width: 1rem; height: 1rem; @@ -3557,14 +4176,25 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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 { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-tree-toggler:enabled:hover { color: rgba(255, 255, 255, 0.87); border-color: transparent; background: rgba(255, 255, 255, 0.03); } -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-tree-toggler:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); @@ -3576,22 +4206,47 @@ .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 { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-checkbox + .p-indeterminate + .p-checkbox-icon { color: rgba(255, 255, 255, 0.87); } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } -.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 { +.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: rgba(255, 255, 255, 0.87); } -.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 { +.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: rgba(255, 255, 255, 0.87); } -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); } @@ -3680,7 +4335,9 @@ background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); } -.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { +.p-treetable + .p-sortable-column:not(.p-highlight):hover + .p-sortable-column-icon { color: rgba(255, 255, 255, 0.87); } .p-treetable .p-sortable-column.p-highlight { @@ -3708,7 +4365,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { @@ -3724,7 +4384,14 @@ .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { margin-right: 0.5rem; } -.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { +.p-treetable + .p-treetable-tbody + > tr + > td + .p-treetable-toggler + + .p-checkbox + .p-indeterminate + .p-checkbox-icon { color: rgba(255, 255, 255, 0.87); } .p-treetable .p-treetable-tbody > tr:focus { @@ -3741,15 +4408,20 @@ .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { color: rgba(255, 255, 255, 0.87); } -.p-treetable.p-treetable-hoverable-rows .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.03); color: rgba(255, 255, 255, 0.87); } -.p-treetable.p-treetable-hoverable-rows .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); } .p-treetable .p-column-resizer-helper { - background: #93C5FD; + background: #93c5fd; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { @@ -3823,27 +4495,38 @@ border-radius: 6px; transition: box-shadow 0.2s; } -.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { +.p-accordion + .p-accordion-header + .p-accordion-header-link + .p-accordion-toggle-icon { margin-right: 0.5rem; } -.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { +.p-accordion + .p-accordion-header:not(.p-disabled) + .p-accordion-header-link:focus { outline: 0 none; outline-offset: 0; box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } -.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { +.p-accordion + .p-accordion-header:not(.p-highlight):not(.p-disabled):hover + .p-accordion-header-link { background: rgba(255, 255, 255, 0.03); border-color: #0b213f; color: rgba(255, 255, 255, 0.87); } -.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { +.p-accordion + .p-accordion-header:not(.p-disabled).p-highlight + .p-accordion-header-link { background: #071426; border-color: #0b213f; 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 { +.p-accordion + .p-accordion-header:not(.p-disabled).p-highlight:hover + .p-accordion-header-link { border-color: #0b213f; background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); @@ -3866,7 +4549,10 @@ .p-card { background: #071426; 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); + 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: 6px; } .p-card .p-card-body { @@ -3905,7 +4591,10 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1.25rem; @@ -3975,7 +4664,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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.87); @@ -4014,7 +4706,11 @@ .p-scrollpanel .p-scrollpanel-bar { background: #0b213f; border: 0 none; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-scrollpanel .p-scrollpanel-bar:focus { outline: 0 none; @@ -4029,12 +4725,19 @@ color: rgba(255, 255, 255, 0.87); } .p-splitter .p-splitter-gutter { - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; background: rgba(255, 255, 255, 0.03); } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { background: #0b213f; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus { outline: 0 none; @@ -4071,21 +4774,27 @@ outline-offset: 0; box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } -.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { +.p-tabview + .p-tabview-nav + li:not(.p-highlight):not(.p-disabled):hover + .p-tabview-nav-link { background: #071426; - border-color: #93C5FD; + border-color: #93c5fd; color: rgba(255, 255, 255, 0.87); } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #071426; - border-color: #93C5FD; - color: #93C5FD; + border-color: #93c5fd; + color: #93c5fd; } .p-tabview .p-tabview-nav-btn.p-link { background: #071426; - color: #93C5FD; + color: #93c5fd; width: 3rem; - 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(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; } .p-tabview .p-tabview-nav-btn.p-link:focus { @@ -4118,7 +4827,10 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); + box-shadow: + 0px 11px 15px -7px rgba(0, 0, 0, 0.2), + 0px 24px 38px 3px rgba(0, 0, 0, 0.14), + 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-confirm-popup .p-confirm-popup-content { padding: 1.25rem; @@ -4163,7 +4875,10 @@ .p-dialog { border-radius: 6px; - box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); + box-shadow: + 0px 11px 15px -7px rgba(0, 0, 0, 0.2), + 0px 24px 38px 3px rgba(0, 0, 0, 0.14), + 0px 9px 46px 8px rgba(0, 0, 0, 0.12); border: 1px solid #0b213f; } .p-dialog .p-dialog-header { @@ -4185,7 +4900,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin-right: 0.5rem; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { @@ -4235,17 +4953,23 @@ color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; border-radius: 6px; - box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); + box-shadow: + 0px 11px 15px -7px rgba(0, 0, 0, 0.2), + 0px 24px 38px 3px rgba(0, 0, 0, 0.14), + 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-overlaypanel .p-overlaypanel-content { padding: 1.25rem; } .p-overlaypanel .p-overlaypanel-close { - background: #93C5FD; + background: #93c5fd; color: #1c2127; width: 2rem; height: 2rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 50%; position: absolute; top: -1rem; @@ -4276,7 +5000,10 @@ background: #071426; color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; - box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12); + box-shadow: + 0px 11px 15px -7px rgba(0, 0, 0, 0.2), + 0px 24px 38px 3px rgba(0, 0, 0, 0.14), + 0px 9px 46px 8px rgba(0, 0, 0, 0.12); } .p-sidebar .p-sidebar-header { padding: 1.25rem; @@ -4289,7 +5016,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { @@ -4314,7 +5044,10 @@ background: #0b213f; color: rgba(255, 255, 255, 0.87); padding: 0.75rem 0.75rem; - 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); + 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: 6px; } .p-tooltip.p-tooltip-right .p-tooltip-arrow { @@ -4354,7 +5087,7 @@ border-bottom-left-radius: 6px; } .p-fileupload .p-fileupload-content.p-fileupload-highlight { - border: 1px dashed #93C5FD; + border: 1px dashed #93c5fd; background-color: rgba(147, 197, 253, 0.16); } .p-fileupload .p-fileupload-file { @@ -4431,7 +5164,10 @@ background: #091a32; color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; - 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); + 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: 6px; width: 12.5rem; } @@ -4442,7 +5178,10 @@ padding: 0.25rem 0; background: #091a32; border: 1px solid #0b213f; - 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); + 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: 6px; } .p-contextmenu .p-menuitem > .p-menuitem-content { @@ -4455,47 +5194,102 @@ padding: 0.75rem 1.25rem; user-select: none; } -.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: rgba(255, 255, 255, 0.87); } -.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } -.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: rgba(255, 255, 255, 0.6); } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-contextmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { 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 { +.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.87); } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(147, 197, 253, 0.24); } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: #0b213f; } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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); } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.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.03); } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } .p-contextmenu .p-menuitem-separator { @@ -4533,45 +5327,55 @@ height: 4rem; } .p-dock.p-dock-top .p-dock-item-second-prev, -.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev, +.p-dock.p-dock-top .p-dock-item-second-next, +.p-dock.p-dock-bottom .p-dock-item-second-prev, .p-dock.p-dock-bottom .p-dock-item-second-next { margin: 0 0.9rem; } .p-dock.p-dock-top .p-dock-item-prev, -.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev, +.p-dock.p-dock-top .p-dock-item-next, +.p-dock.p-dock-bottom .p-dock-item-prev, .p-dock.p-dock-bottom .p-dock-item-next { margin: 0 1.3rem; } -.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current { +.p-dock.p-dock-top .p-dock-item-current, +.p-dock.p-dock-bottom .p-dock-item-current { margin: 0 1.5rem; } .p-dock.p-dock-left .p-dock-item-second-prev, -.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev, +.p-dock.p-dock-left .p-dock-item-second-next, +.p-dock.p-dock-right .p-dock-item-second-prev, .p-dock.p-dock-right .p-dock-item-second-next { margin: 0.9rem 0; } .p-dock.p-dock-left .p-dock-item-prev, -.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev, +.p-dock.p-dock-left .p-dock-item-next, +.p-dock.p-dock-right .p-dock-item-prev, .p-dock.p-dock-right .p-dock-item-next { margin: 1.3rem 0; } -.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current { +.p-dock.p-dock-left .p-dock-item-current, +.p-dock.p-dock-right .p-dock-item-current { margin: 1.5rem 0; } @media screen and (max-width: 960px) { - .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container { + .p-dock.p-dock-top .p-dock-list-container, + .p-dock.p-dock-bottom .p-dock-list-container { overflow-x: auto; width: 100%; } - .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list { + .p-dock.p-dock-top .p-dock-list-container .p-dock-list, + .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list { margin: 0 auto; } - .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container { + .p-dock.p-dock-left .p-dock-list-container, + .p-dock.p-dock-right .p-dock-list-container { overflow-y: auto; height: 100%; } - .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list { + .p-dock.p-dock-left .p-dock-list-container .p-dock-list, + .p-dock.p-dock-right .p-dock-list-container .p-dock-list { margin: auto 0; } .p-dock .p-dock-list .p-dock-item { @@ -4599,10 +5403,18 @@ padding: 0.75rem 1.25rem; user-select: none; } -.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-megamenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: rgba(255, 255, 255, 0.87); } -.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-megamenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } @@ -4613,40 +5425,86 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-megamenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { 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 { +.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.87); } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(147, 197, 253, 0.24); } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: #0b213f; } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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); } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.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.03); } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } .p-megamenu .p-megamenu-panel { background: #091a32; color: rgba(255, 255, 255, 0.87); border: 1px solid #0b213f; - 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); + 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; @@ -4669,34 +5527,75 @@ width: 12.5rem; padding: 0.25rem 0; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); transition: box-shadow 0.2s; border-radius: 6px; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link { padding: 0.75rem 1.25rem; user-select: none; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.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); margin-right: 0.5rem; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.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); 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 { +.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.03); } -.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 { +.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); } -.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 { +.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.87); } @@ -4732,39 +5631,85 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-menu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { 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 { +.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.87); } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(147, 197, 253, 0.24); } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: #0b213f; } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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); } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.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.03); } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } .p-menu.p-menu-overlay { background: #091a32; border: 1px solid #0b213f; - 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); + 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; @@ -4795,29 +5740,67 @@ transition: box-shadow 0.2s; border-radius: 6px; } -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link { padding: 0.75rem 1.25rem; user-select: none; } -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: rgba(255, 255, 255, 0.87); } -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { 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 { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { 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 { +.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.03); } -.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } .p-menubar .p-menuitem > .p-menuitem-content { @@ -4844,40 +5827,86 @@ color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-menubar + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { 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 { +.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.87); } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(147, 197, 253, 0.24); } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: #0b213f; } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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); } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.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.03); } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } .p-menubar .p-submenu-list { padding: 0.25rem 0; background: #091a32; border: 1px solid #0b213f; - 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); + 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 { @@ -4898,7 +5927,10 @@ height: 2rem; color: rgba(255, 255, 255, 0.6); border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { color: rgba(255, 255, 255, 0.87); @@ -4915,7 +5947,10 @@ padding: 0.25rem 0; background: #091a32; border: 1px solid #0b213f; - 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); + 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-menuitem-separator { @@ -4929,11 +5964,21 @@ width: 100%; position: static; } - .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { + .p-menubar + .p-menubar-root-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { margin-left: auto; transition: transform 0.2s; } - .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon { + .p-menubar + .p-menubar-root-list + .p-menuitem.p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { transform: rotate(-180deg); } .p-menubar .p-menubar-root-list .p-submenu-list { @@ -4946,26 +5991,77 @@ transition: transform 0.2s; transform: rotate(90deg); } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { transform: rotate(-90deg); } .p-menubar .p-menubar-root-list .p-menuitem { width: 100%; position: static; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 2.25rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 3.75rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 5.25rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 6.75rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 8.25rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { @@ -4986,28 +6082,45 @@ border-radius: 6px; transition: box-shadow 0.2s; } -.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action { +.p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action { color: rgba(255, 255, 255, 0.87); padding: 1.25rem; font-weight: 700; } -.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon { +.p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action + .p-submenu-icon { margin-right: 0.5rem; } -.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon { +.p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action + .p-menuitem-icon { margin-right: 0.5rem; } -.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-disabled):focus + .p-panelmenu-header-content { outline: 0 none; outline-offset: 0; box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } -.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover + .p-panelmenu-header-content { background: rgba(255, 255, 255, 0.03); border-color: #0b213f; color: rgba(255, 255, 255, 0.87); } -.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-disabled).p-highlight + .p-panelmenu-header-content { background: #071426; border-color: #0b213f; color: rgba(255, 255, 255, 0.87); @@ -5015,7 +6128,9 @@ border-bottom-left-radius: 0; margin-bottom: 0; } -.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-disabled).p-highlight:hover + .p-panelmenu-header-content { border-color: #0b213f; background: rgba(255, 255, 255, 0.03); color: rgba(255, 255, 255, 0.87); @@ -5039,55 +6154,139 @@ transition: box-shadow 0.2s; border-radius: 0; } -.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link { color: rgba(255, 255, 255, 0.87); padding: 0.75rem 1.25rem; user-select: none; } -.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: rgba(255, 255, 255, 0.87); } -.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { 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 { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: rgba(255, 255, 255, 0.6); } -.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { +.p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight + > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } -.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { +.p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight.p-focus + > .p-menuitem-content { background: rgba(147, 197, 253, 0.24); } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.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: #0b213f; } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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); } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.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.03); } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.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 { @@ -5170,20 +6369,26 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; } -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { +.p-tabmenu + .p-tabmenu-nav + .p-tabmenuitem + .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; box-shadow: inset 0 0 0 0.2rem rgba(147, 197, 253, 0.5); } -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { +.p-tabmenu + .p-tabmenu-nav + .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover + .p-menuitem-link { background: #071426; - border-color: #93C5FD; + border-color: #93c5fd; color: rgba(255, 255, 255, 0.87); } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #071426; - border-color: #93C5FD; - color: #93C5FD; + border-color: #93c5fd; + color: #93c5fd; } .p-tieredmenu { @@ -5197,7 +6402,10 @@ .p-tieredmenu.p-tieredmenu-overlay { background: #091a32; border: 1px solid #0b213f; - 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); + 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-tieredmenu-root-list { outline: 0 none; @@ -5206,7 +6414,10 @@ padding: 0.25rem 0; background: #091a32; border: 1px solid #0b213f; - 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); + 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); @@ -5218,47 +6429,102 @@ padding: 0.75rem 1.25rem; user-select: none; } -.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: rgba(255, 255, 255, 0.87); } -.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: rgba(255, 255, 255, 0.6); margin-right: 0.5rem; } -.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: rgba(255, 255, 255, 0.6); } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: rgba(147, 197, 253, 0.16); } -.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-tieredmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { 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 { +.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.87); } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(147, 197, 253, 0.24); } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: rgba(255, 255, 255, 0.87); background: #0b213f; } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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); } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.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.03); } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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); } -.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 { +.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.87); } .p-tieredmenu .p-menuitem-separator { @@ -5337,7 +6603,10 @@ height: 2rem; border-radius: 50%; background: transparent; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-message .p-message-close:hover { background: rgba(255, 255, 255, 0.3); @@ -5426,7 +6695,10 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon { font-size: 2rem; } -.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon { +.p-toast + .p-toast-message + .p-toast-message-content + .p-toast-message-icon.p-icon { width: 2rem; height: 2rem; } @@ -5441,7 +6713,10 @@ height: 2rem; border-radius: 50%; background: transparent; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { background: rgba(255, 255, 255, 0.3); @@ -5498,7 +6773,10 @@ color: #f8f9fa; width: 4rem; height: 4rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-close .p-galleria-close-icon { @@ -5517,7 +6795,10 @@ color: #f8f9fa; width: 4rem; height: 4rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 6px; margin: 0 0.5rem; } @@ -5545,7 +6826,10 @@ background-color: #0b213f; width: 1rem; height: 1rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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 { @@ -5555,22 +6839,33 @@ background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } -.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { +.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, +.p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; } -.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator { +.p-galleria.p-galleria-indicators-left .p-galleria-indicator, +.p-galleria.p-galleria-indicators-right .p-galleria-indicator { margin-bottom: 0.5rem; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators { background: rgba(0, 0, 0, 0.5); } -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { +.p-galleria.p-galleria-indicator-onitem + .p-galleria-indicators + .p-galleria-indicator + button { background: rgba(255, 255, 255, 0.4); } -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { +.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 { +.p-galleria.p-galleria-indicator-onitem + .p-galleria-indicators + .p-galleria-indicator.p-highlight + button { background: rgba(147, 197, 253, 0.16); color: rgba(255, 255, 255, 0.87); } @@ -5585,7 +6880,10 @@ color: #f8f9fa; width: 2rem; height: 2rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover, @@ -5593,7 +6891,9 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } -.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { +.p-galleria + .p-galleria-thumbnail-container + .p-galleria-thumbnail-item-content:focus { outline: 0 none; outline-offset: 0; box-shadow: 0 0 0 0.2rem rgba(147, 197, 253, 0.5); @@ -5610,7 +6910,10 @@ .p-image-preview-indicator { background-color: transparent; color: #f8f9fa; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-image-preview-indicator .p-icon { width: 1.5rem; @@ -5631,7 +6934,10 @@ width: 3rem; height: 3rem; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin-right: 0.5rem; } .p-image-action.p-link:last-child { @@ -5675,7 +6981,7 @@ } .p-badge { - background: #93C5FD; + background: #93c5fd; color: #1c2127; font-size: 0.75rem; font-weight: 700; @@ -5684,23 +6990,23 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #CBD5E1; + background-color: #cbd5e1; color: #1c2127; } .p-badge.p-badge-success { - background-color: #86EFAC; + background-color: #86efac; color: #1c2127; } .p-badge.p-badge-info { - background-color: #93C5FD; + background-color: #93c5fd; color: #1c2127; } .p-badge.p-badge-warning { - background-color: #FCD34D; + background-color: #fcd34d; color: #1c2127; } .p-badge.p-badge-danger { - background-color: #FCA5A5; + background-color: #fca5a5; color: #1c2127; } .p-badge.p-badge-lg { @@ -5739,7 +7045,10 @@ .p-chip .p-chip-remove-icon { margin-left: 0.5rem; border-radius: 6px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-chip .p-chip-remove-icon:focus { outline: 0 none; @@ -5750,7 +7059,11 @@ .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; border-radius: 6px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + 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: rgba(255, 255, 255, 0.03); @@ -5771,7 +7084,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #93C5FD; + background: #93c5fd; } .p-progressbar .p-progressbar-label { color: #1c2127; @@ -5786,7 +7099,9 @@ stroke-dasharray: 89, 200; stroke-dashoffset: 0; stroke: #ff5757; - animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite; + animation: + p-progress-spinner-dash 1.5s ease-in-out infinite, + p-progress-spinner-color 6s ease-in-out infinite; stroke-linecap: round; } @@ -5810,7 +7125,8 @@ } } @keyframes p-progress-spinner-color { - 100%, 0% { + 100%, + 0% { stroke: #ff5757; } 40% { @@ -5819,7 +7135,8 @@ 66% { stroke: #1ea97c; } - 80%, 90% { + 80%, + 90% { stroke: #cc8925; } } @@ -5827,8 +7144,14 @@ width: 3rem; height: 3rem; border-radius: 50%; - 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); - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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); + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-scrolltop.p-link { background: rgba(147, 197, 253, 0.16); @@ -5850,11 +7173,16 @@ border-radius: 6px; } .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.04), + rgba(255, 255, 255, 0) + ); } .p-tag { - background: #93C5FD; + background: #93c5fd; color: #1c2127; font-size: 0.75rem; font-weight: 700; @@ -5862,19 +7190,19 @@ border-radius: 6px; } .p-tag.p-tag-success { - background-color: #86EFAC; + background-color: #86efac; color: #1c2127; } .p-tag.p-tag-info { - background-color: #93C5FD; + background-color: #93c5fd; color: #1c2127; } .p-tag.p-tag-warning { - background-color: #FCD34D; + background-color: #fcd34d; color: #1c2127; } .p-tag.p-tag-danger { - background-color: #FCA5A5; + background-color: #fca5a5; color: #1c2127; } .p-tag .p-tag-icon { @@ -5894,7 +7222,8 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { @@ -5902,50 +7231,80 @@ } .p-accordion .p-accordion-header .p-accordion-header-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background-color: #93C5FD; + background-color: #93c5fd; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background-color: #93C5FD; + background-color: #93c5fd; } .p-button:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(147, 197, 253, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-button.p-button-secondary:enabled:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(203, 213, 225, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(203, 213, 225, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-button.p-button-success:enabled:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(134, 239, 172, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(134, 239, 172, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-button.p-button-info:enabled:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(147, 197, 253, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-button.p-button-warning:enabled:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 211, 77, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(252, 211, 77, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-button.p-button-help:enabled:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(216, 180, 254, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(216, 180, 254, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-button.p-button-danger:enabled:focus { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(252, 165, 165, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(252, 165, 165, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #93C5FD; + box-shadow: inset 0 2px 0 0 #93c5fd; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #93C5FD; + box-shadow: inset 0 -2px 0 0 #93c5fd; } .p-speeddial-item.p-focus > .p-speeddial-action { - box-shadow: 0 0 0 2px #1c2127, 0 0 0 4px rgba(147, 197, 253, 0.7), 0 1px 2px 0 rgba(0, 0, 0, 0); + box-shadow: + 0 0 0 2px #1c2127, + 0 0 0 4px rgba(147, 197, 253, 0.7), + 0 1px 2px 0 rgba(0, 0, 0, 0); } diff --git a/frontend/public/themes/lara-light-blue/theme.css b/frontend/public/themes/lara-light-blue/theme.css index 1a35f97..4979b23 100644 --- a/frontend/public/themes/lara-light-blue/theme.css +++ b/frontend/public/themes/lara-light-blue/theme.css @@ -1,49 +1,50 @@ :root { - --surface-a:#ffffff; - --surface-b:#f8f9fa; - --surface-c:#e9ecef; - --surface-d:#dee2e6; - --surface-e:#ffffff; - --surface-f:#ffffff; - --text-color:#495057; - --text-color-secondary:#6c757d; - --primary-color:#3B82F6; - --primary-color-text:#ffffff; - --font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; + --surface-a: #ffffff; + --surface-b: #f8f9fa; + --surface-c: #e9ecef; + --surface-d: #dee2e6; + --surface-e: #ffffff; + --surface-f: #ffffff; + --text-color: #495057; + --text-color-secondary: #6c757d; + --primary-color: #3b82f6; + --primary-color-text: #ffffff; + --font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, + Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol; --surface-0: #ffffff; - --surface-50: #FAFAFA; - --surface-100: #F5F5F5; - --surface-200: #EEEEEE; - --surface-300: #E0E0E0; - --surface-400: #BDBDBD; - --surface-500: #9E9E9E; + --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-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:1.25rem; - --inline-spacing:0.5rem; - --border-radius:6px; - --surface-ground:#eff3f8; - --surface-section:#ffffff; - --surface-card:#ffffff; - --surface-overlay:#ffffff; - --surface-border:#dfe7ef; - --surface-hover:#f6f9fc; - --focus-ring: 0 0 0 0.2rem #BFDBFE; + --content-padding: 1.25rem; + --inline-spacing: 0.5rem; + --border-radius: 6px; + --surface-ground: #eff3f8; + --surface-section: #ffffff; + --surface-card: #ffffff; + --surface-overlay: #ffffff; + --surface-border: #dfe7ef; + --surface-hover: #f6f9fc; + --focus-ring: 0 0 0 0.2rem #bfdbfe; --maskbg: rgba(0, 0, 0, 0.4); - --highlight-bg: #EFF6FF; - --highlight-text-color: #1D4ED8; + --highlight-bg: #eff6ff; + --highlight-text-color: #1d4ed8; color-scheme: light; } @@ -52,7 +53,8 @@ } .p-component { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: normal; } @@ -62,7 +64,8 @@ transition-duration: 0.2s; } -.p-disabled, .p-component:disabled { +.p-disabled, +.p-component:disabled { opacity: 0.6; } @@ -85,13 +88,14 @@ .p-link { font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; border-radius: 6px; } .p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-component-overlay-enter { @@ -120,126 +124,126 @@ } :root { - --blue-50:#f5f9ff; - --blue-100:#d0e1fd; - --blue-200:#abc9fb; - --blue-300:#85b2f9; - --blue-400:#609af8; - --blue-500:#3b82f6; - --blue-600:#326fd1; - --blue-700:#295bac; - --blue-800:#204887; - --blue-900:#183462; - --green-50:#f4fcf7; - --green-100:#caf1d8; - --green-200:#a0e6ba; - --green-300:#76db9b; - --green-400:#4cd07d; - --green-500:#22c55e; - --green-600:#1da750; - --green-700:#188a42; - --green-800:#136c34; - --green-900:#0e4f26; - --yellow-50:#fefbf3; - --yellow-100:#faedc4; - --yellow-200:#f6de95; - --yellow-300:#f2d066; - --yellow-400:#eec137; - --yellow-500:#eab308; - --yellow-600:#c79807; - --yellow-700:#a47d06; - --yellow-800:#816204; - --yellow-900:#5e4803; - --cyan-50:#f3fbfd; - --cyan-100:#c3edf5; - --cyan-200:#94e0ed; - --cyan-300:#65d2e4; - --cyan-400:#35c4dc; - --cyan-500:#06b6d4; - --cyan-600:#059bb4; - --cyan-700:#047f94; - --cyan-800:#036475; - --cyan-900:#024955; - --pink-50:#fef6fa; - --pink-100:#fad3e7; - --pink-200:#f7b0d3; - --pink-300:#f38ec0; - --pink-400:#f06bac; - --pink-500:#ec4899; - --pink-600:#c93d82; - --pink-700:#a5326b; - --pink-800:#822854; - --pink-900:#5e1d3d; - --indigo-50:#f7f7fe; - --indigo-100:#dadafc; - --indigo-200:#bcbdf9; - --indigo-300:#9ea0f6; - --indigo-400:#8183f4; - --indigo-500:#6366f1; - --indigo-600:#5457cd; - --indigo-700:#4547a9; - --indigo-800:#363885; - --indigo-900:#282960; - --teal-50:#f3fbfb; - --teal-100:#c7eeea; - --teal-200:#9ae0d9; - --teal-300:#6dd3c8; - --teal-400:#41c5b7; - --teal-500:#14b8a6; - --teal-600:#119c8d; - --teal-700:#0e8174; - --teal-800:#0b655b; - --teal-900:#084a42; - --orange-50:#fff8f3; - --orange-100:#feddc7; - --orange-200:#fcc39b; - --orange-300:#fba86f; - --orange-400:#fa8e42; - --orange-500:#f97316; - --orange-600:#d46213; - --orange-700:#ae510f; - --orange-800:#893f0c; - --orange-900:#642e09; - --bluegray-50:#f7f8f9; - --bluegray-100:#dadee3; - --bluegray-200:#bcc3cd; - --bluegray-300:#9fa9b7; - --bluegray-400:#818ea1; - --bluegray-500:#64748b; - --bluegray-600:#556376; - --bluegray-700:#465161; - --bluegray-800:#37404c; - --bluegray-900:#282e38; - --purple-50:#fbf7ff; - --purple-100:#ead6fd; - --purple-200:#dab6fc; - --purple-300:#c996fa; - --purple-400:#b975f9; - --purple-500:#a855f7; - --purple-600:#8f48d2; - --purple-700:#763cad; - --purple-800:#5c2f88; - --purple-900:#432263; - --red-50:#fff5f5; - --red-100:#ffd0ce; - --red-200:#ffaca7; - --red-300:#ff8780; - --red-400:#ff6259; - --red-500:#ff3d32; - --red-600:#d9342b; - --red-700:#b32b23; - --red-800:#8c221c; - --red-900:#661814; - --primary-50:#f5f9ff; - --primary-100:#d0e1fd; - --primary-200:#abc9fb; - --primary-300:#85b2f9; - --primary-400:#609af8; - --primary-500:#3b82f6; - --primary-600:#326fd1; - --primary-700:#295bac; - --primary-800:#204887; - --primary-900:#183462; + --blue-50: #f5f9ff; + --blue-100: #d0e1fd; + --blue-200: #abc9fb; + --blue-300: #85b2f9; + --blue-400: #609af8; + --blue-500: #3b82f6; + --blue-600: #326fd1; + --blue-700: #295bac; + --blue-800: #204887; + --blue-900: #183462; + --green-50: #f4fcf7; + --green-100: #caf1d8; + --green-200: #a0e6ba; + --green-300: #76db9b; + --green-400: #4cd07d; + --green-500: #22c55e; + --green-600: #1da750; + --green-700: #188a42; + --green-800: #136c34; + --green-900: #0e4f26; + --yellow-50: #fefbf3; + --yellow-100: #faedc4; + --yellow-200: #f6de95; + --yellow-300: #f2d066; + --yellow-400: #eec137; + --yellow-500: #eab308; + --yellow-600: #c79807; + --yellow-700: #a47d06; + --yellow-800: #816204; + --yellow-900: #5e4803; + --cyan-50: #f3fbfd; + --cyan-100: #c3edf5; + --cyan-200: #94e0ed; + --cyan-300: #65d2e4; + --cyan-400: #35c4dc; + --cyan-500: #06b6d4; + --cyan-600: #059bb4; + --cyan-700: #047f94; + --cyan-800: #036475; + --cyan-900: #024955; + --pink-50: #fef6fa; + --pink-100: #fad3e7; + --pink-200: #f7b0d3; + --pink-300: #f38ec0; + --pink-400: #f06bac; + --pink-500: #ec4899; + --pink-600: #c93d82; + --pink-700: #a5326b; + --pink-800: #822854; + --pink-900: #5e1d3d; + --indigo-50: #f7f7fe; + --indigo-100: #dadafc; + --indigo-200: #bcbdf9; + --indigo-300: #9ea0f6; + --indigo-400: #8183f4; + --indigo-500: #6366f1; + --indigo-600: #5457cd; + --indigo-700: #4547a9; + --indigo-800: #363885; + --indigo-900: #282960; + --teal-50: #f3fbfb; + --teal-100: #c7eeea; + --teal-200: #9ae0d9; + --teal-300: #6dd3c8; + --teal-400: #41c5b7; + --teal-500: #14b8a6; + --teal-600: #119c8d; + --teal-700: #0e8174; + --teal-800: #0b655b; + --teal-900: #084a42; + --orange-50: #fff8f3; + --orange-100: #feddc7; + --orange-200: #fcc39b; + --orange-300: #fba86f; + --orange-400: #fa8e42; + --orange-500: #f97316; + --orange-600: #d46213; + --orange-700: #ae510f; + --orange-800: #893f0c; + --orange-900: #642e09; + --bluegray-50: #f7f8f9; + --bluegray-100: #dadee3; + --bluegray-200: #bcc3cd; + --bluegray-300: #9fa9b7; + --bluegray-400: #818ea1; + --bluegray-500: #64748b; + --bluegray-600: #556376; + --bluegray-700: #465161; + --bluegray-800: #37404c; + --bluegray-900: #282e38; + --purple-50: #fbf7ff; + --purple-100: #ead6fd; + --purple-200: #dab6fc; + --purple-300: #c996fa; + --purple-400: #b975f9; + --purple-500: #a855f7; + --purple-600: #8f48d2; + --purple-700: #763cad; + --purple-800: #5c2f88; + --purple-900: #432263; + --red-50: #fff5f5; + --red-100: #ffd0ce; + --red-200: #ffaca7; + --red-300: #ff8780; + --red-400: #ff6259; + --red-500: #ff3d32; + --red-600: #d9342b; + --red-700: #b32b23; + --red-800: #8c221c; + --red-900: #661814; + --primary-50: #f5f9ff; + --primary-100: #d0e1fd; + --primary-200: #abc9fb; + --primary-300: #85b2f9; + --primary-400: #609af8; + --primary-500: #3b82f6; + --primary-600: #326fd1; + --primary-700: #295bac; + --primary-800: #204887; + --primary-900: #183462; } .p-autocomplete .p-autocomplete-loader { @@ -249,13 +253,13 @@ right: 3.75rem; } .p-autocomplete:not(.p-disabled):hover .p-autocomplete-multiple-container { - border-color: #3B82F6; + border-color: #3b82f6; } .p-autocomplete:not(.p-disabled).p-focus .p-autocomplete-multiple-container { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-autocomplete .p-autocomplete-multiple-container { padding: 0.375rem 0.75rem; @@ -264,8 +268,12 @@ .p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token { padding: 0.375rem 0; } -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-input-token input { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; +.p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-input-token + input { + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -277,10 +285,15 @@ color: #495057; border-radius: 16px; } -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token .p-autocomplete-token-icon { +.p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-token + .p-autocomplete-token-icon { margin-left: 0.5rem; } -.p-autocomplete .p-autocomplete-multiple-container .p-autocomplete-token.p-focus { +.p-autocomplete + .p-autocomplete-multiple-container + .p-autocomplete-token.p-focus { background: #ced4da; color: #495057; } @@ -308,17 +321,23 @@ border-radius: 0; } .p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item.p-highlight.p-focus { +.p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item.p-highlight.p-focus { background: rgba(59, 130, 246, 0.24); } -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus { +.p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item:not(.p-highlight):not(.p-disabled).p-focus { color: #495057; background: #dee2e6; } -.p-autocomplete-panel .p-autocomplete-items .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover { +.p-autocomplete-panel + .p-autocomplete-items + .p-autocomplete-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } @@ -367,7 +386,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-datepicker .p-datepicker-header .p-datepicker-prev:enabled:hover, .p-datepicker .p-datepicker-header .p-datepicker-next:enabled:hover { @@ -379,7 +401,7 @@ .p-datepicker .p-datepicker-header .p-datepicker-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-datepicker .p-datepicker-header .p-datepicker-title { line-height: 2rem; @@ -387,13 +409,22 @@ .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-year, .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { color: #495057; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; font-weight: 600; 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: #3B82F6; +.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: #3b82f6; } .p-datepicker .p-datepicker-header .p-datepicker-title .p-datepicker-month { margin-right: 0.5rem; @@ -420,13 +451,13 @@ border: 1px solid transparent; } .p-datepicker table td > span.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-datepicker table td > span:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-datepicker table td.p-datepicker-today > span { background: #ced4da; @@ -434,8 +465,8 @@ border-color: transparent; } .p-datepicker table td.p-datepicker-today > span.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-datepicker .p-datepicker-buttonbar { padding: 1rem 0; @@ -455,7 +486,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-datepicker .p-timepicker button:enabled:hover { color: #343a40; @@ -465,7 +499,7 @@ .p-datepicker .p-timepicker button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-datepicker .p-timepicker button:last-child { margin-top: 0.2em; @@ -488,8 +522,8 @@ border-radius: 6px; } .p-datepicker .p-monthpicker .p-monthpicker-month.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-datepicker .p-yearpicker { margin: 0.5rem 0; @@ -500,8 +534,8 @@ border-radius: 6px; } .p-datepicker .p-yearpicker .p-yearpicker-year.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-datepicker.p-datepicker-multiple-month .p-datepicker-group { border-left: 1px solid #dee2e6; @@ -517,50 +551,69 @@ .p-datepicker.p-datepicker-multiple-month .p-datepicker-group:last-child { padding-right: 0; } -.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):hover { +.p-datepicker:not(.p-disabled) + table + td + span:not(.p-highlight):not(.p-disabled):hover { background: #e9ecef; } -.p-datepicker:not(.p-disabled) table td span:not(.p-highlight):not(.p-disabled):focus { +.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 #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } -.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { +.p-datepicker:not(.p-disabled) + .p-monthpicker + .p-monthpicker-month:not(.p-disabled):not(.p-highlight):hover { background: #e9ecef; } -.p-datepicker:not(.p-disabled) .p-monthpicker .p-monthpicker-month:not(.p-disabled):focus { +.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 #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } -.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { +.p-datepicker:not(.p-disabled) + .p-yearpicker + .p-yearpicker-year:not(.p-disabled):not(.p-highlight):hover { background: #e9ecef; } -.p-datepicker:not(.p-disabled) .p-yearpicker .p-yearpicker-year:not(.p-disabled):focus { +.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 #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } @media screen and (max-width: 769px) { - .p-datepicker table th, .p-datepicker table td { + .p-datepicker table th, + .p-datepicker table td { padding: 0; } } .p-cascadeselect { background: #ffffff; border: 1px solid #ced4da; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-cascadeselect:not(.p-disabled):hover { - border-color: #3B82F6; + border-color: #3b82f6; } .p-cascadeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-cascadeselect .p-cascadeselect-label { background: transparent; @@ -603,25 +656,39 @@ transition: box-shadow 0.2s; border-radius: 0; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item.p-highlight { + color: #1d4ed8; + background: #eff6ff; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item.p-highlight.p-focus { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item.p-highlight.p-focus { background: rgba(59, 130, 246, 0.24); } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item:not(.p-highlight):not(.p-disabled).p-focus { color: #495057; background: #dee2e6; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-item-content { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item + .p-cascadeselect-item-content { padding: 0.75rem 1.25rem; } -.p-cascadeselect-panel .p-cascadeselect-items .p-cascadeselect-item .p-cascadeselect-group-icon { +.p-cascadeselect-panel + .p-cascadeselect-items + .p-cascadeselect-item + .p-cascadeselect-group-icon { font-size: 0.875rem; } @@ -646,7 +713,11 @@ height: 22px; color: #495057; border-radius: 6px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-checkbox .p-checkbox-box .p-checkbox-icon { transition-duration: 0.2s; @@ -658,21 +729,21 @@ height: 14px; } .p-checkbox .p-checkbox-box.p-highlight { - border-color: #3B82F6; - background: #3B82F6; + border-color: #3b82f6; + background: #3b82f6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { - border-color: #3B82F6; + border-color: #3b82f6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - border-color: #1D4ED8; - background: #1D4ED8; + border-color: #1d4ed8; + background: #1d4ed8; color: #ffffff; } .p-checkbox.p-invalid > .p-checkbox-box { @@ -683,23 +754,25 @@ background-color: #e9ecef; } .p-input-filled .p-checkbox .p-checkbox-box.p-highlight { - background: #3B82F6; + background: #3b82f6; } .p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box:hover { background-color: #e9ecef; } -.p-input-filled .p-checkbox:not(.p-checkbox-disabled) .p-checkbox-box.p-highlight:hover { - background: #1D4ED8; +.p-input-filled + .p-checkbox:not(.p-checkbox-disabled) + .p-checkbox-box.p-highlight:hover { + background: #1d4ed8; } .p-chips:not(.p-disabled):hover .p-chips-multiple-container { - border-color: #3B82F6; + border-color: #3b82f6; } .p-chips:not(.p-disabled).p-focus .p-chips-multiple-container { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-chips .p-chips-multiple-container { padding: 0.375rem 0.75rem; @@ -722,7 +795,8 @@ padding: 0.375rem 0; } .p-chips .p-chips-multiple-container .p-chips-input-token input { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; padding: 0; @@ -753,17 +827,21 @@ .p-dropdown { background: #ffffff; border: 1px solid #ced4da; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-dropdown:not(.p-disabled):hover { - border-color: #3B82F6; + border-color: #3b82f6; } .p-dropdown:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-dropdown.p-dropdown-clearable .p-dropdown-label { padding-right: 1.75rem; @@ -775,7 +853,8 @@ .p-dropdown .p-dropdown-label.p-placeholder { color: #6c757d; } -.p-dropdown .p-dropdown-label:focus, .p-dropdown .p-dropdown-label:enabled:focus { +.p-dropdown .p-dropdown-label:focus, +.p-dropdown .p-dropdown-label:enabled:focus { outline: 0 none; box-shadow: none; } @@ -831,17 +910,21 @@ border-radius: 0; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-dropdown-panel .p-dropdown-items .p-dropdown-item.p-highlight.p-focus { background: rgba(59, 130, 246, 0.24); } -.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { +.p-dropdown-panel + .p-dropdown-items + .p-dropdown-item:not(.p-highlight):not(.p-disabled).p-focus { color: #495057; background: #dee2e6; } -.p-dropdown-panel .p-dropdown-items .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { +.p-dropdown-panel + .p-dropdown-items + .p-dropdown-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } @@ -889,39 +972,75 @@ border: 0 none; color: #6c757d; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover { color: #495057; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-stroke { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover + .ql-stroke { stroke: #495057; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker .ql-picker-label:hover .ql-fill { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker + .ql-picker-label:hover + .ql-fill { fill: #495057; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label { color: #495057; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label + .ql-stroke { stroke: #495057; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-label + .ql-fill { fill: #495057; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-options { background: #ffffff; border: 0 none; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); border-radius: 6px; padding: 0.75rem 0; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-options + .ql-picker-item { color: #495057; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options .ql-picker-item:hover { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded + .ql-picker-options + .ql-picker-item:hover { color: #495057; background: #e9ecef; } -.p-editor-container .p-editor-toolbar.ql-snow .ql-picker.ql-expanded:not(.ql-icon-picker) .ql-picker-item { +.p-editor-container + .p-editor-toolbar.ql-snow + .ql-picker.ql-expanded:not(.ql-icon-picker) + .ql-picker-item { padding: 0.75rem 1.25rem; } .p-editor-container .p-editor-content { @@ -952,22 +1071,28 @@ .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: #3B82F6; + color: #3b82f6; } .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: #3B82F6; + stroke: #3b82f6; } .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: #3B82F6; + fill: #3b82f6; } .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: #3B82F6; +.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: #3b82f6; } .p-inputgroup-addon { @@ -1050,7 +1175,11 @@ } .p-inputswitch .p-inputswitch-slider { background: #ced4da; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 30px; } .p-inputswitch .p-inputswitch-slider:before { @@ -1068,18 +1197,19 @@ .p-inputswitch.p-focus .p-inputswitch-slider { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-inputswitch:not(.p-disabled):hover .p-inputswitch-slider { background: #b6bfc8; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider { - background: #3B82F6; + background: #3b82f6; } .p-inputswitch.p-inputswitch-checked .p-inputswitch-slider:before { background: #ffffff; } -.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover .p-inputswitch-slider { +.p-inputswitch.p-inputswitch-checked:not(.p-disabled):hover + .p-inputswitch-slider { background: #2563eb; } .p-inputswitch.p-invalid .p-inputswitch-slider { @@ -1087,24 +1217,29 @@ } .p-inputtext { - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; color: #495057; background: #ffffff; padding: 0.75rem 0.75rem; border: 1px solid #ced4da; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; appearance: none; border-radius: 6px; } .p-inputtext:enabled:hover { - border-color: #3B82F6; + border-color: #3b82f6; } .p-inputtext:enabled:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-inputtext.p-invalid.p-component { border-color: #e24c4c; @@ -1193,7 +1328,11 @@ color: #495057; border: 1px solid #ced4da; border-radius: 6px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-listbox .p-listbox-header { padding: 0.75rem 1.25rem; @@ -1224,8 +1363,8 @@ border-radius: 0; } .p-listbox .p-listbox-list .p-listbox-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-listbox .p-listbox-list .p-listbox-item-group { margin: 0; @@ -1242,19 +1381,21 @@ .p-listbox:not(.p-disabled) .p-listbox-item.p-highlight.p-focus { background: rgba(59, 130, 246, 0.24); } -.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { +.p-listbox:not(.p-disabled) + .p-listbox-item:not(.p-highlight):not(.p-disabled).p-focus { color: #495057; background: #dee2e6; } -.p-listbox:not(.p-disabled) .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { +.p-listbox:not(.p-disabled) + .p-listbox-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } .p-listbox.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-listbox.p-invalid { border-color: #e24c4c; @@ -1263,21 +1404,29 @@ .p-multiselect { background: #ffffff; border: 1px solid #ced4da; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-multiselect:not(.p-disabled):hover { - border-color: #3B82F6; + border-color: #3b82f6; } .p-multiselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-multiselect .p-multiselect-label { padding: 0.75rem 0.75rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-multiselect .p-multiselect-label.p-placeholder { color: #6c757d; @@ -1289,7 +1438,9 @@ color: #495057; border-radius: 16px; } -.p-multiselect.p-multiselect-chip .p-multiselect-token .p-multiselect-token-icon { +.p-multiselect.p-multiselect-chip + .p-multiselect-token + .p-multiselect-token-icon { margin-left: 0.5rem; } .p-multiselect .p-multiselect-trigger { @@ -1323,10 +1474,16 @@ border-top-right-radius: 6px; border-top-left-radius: 6px; } -.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-inputtext { +.p-multiselect-panel + .p-multiselect-header + .p-multiselect-filter-container + .p-inputtext { padding-right: 1.75rem; } -.p-multiselect-panel .p-multiselect-header .p-multiselect-filter-container .p-multiselect-filter-icon { +.p-multiselect-panel + .p-multiselect-header + .p-multiselect-filter-container + .p-multiselect-filter-icon { right: 0.75rem; color: #6c757d; } @@ -1341,7 +1498,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-multiselect-panel .p-multiselect-header .p-multiselect-close:enabled:hover { color: #343a40; @@ -1351,7 +1511,7 @@ .p-multiselect-panel .p-multiselect-header .p-multiselect-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-multiselect-panel .p-multiselect-items { padding: 0.75rem 0; @@ -1366,17 +1526,23 @@ border-radius: 0; } .p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } -.p-multiselect-panel .p-multiselect-items .p-multiselect-item.p-highlight.p-focus { +.p-multiselect-panel + .p-multiselect-items + .p-multiselect-item.p-highlight.p-focus { background: rgba(59, 130, 246, 0.24); } -.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { +.p-multiselect-panel + .p-multiselect-items + .p-multiselect-item:not(.p-highlight):not(.p-disabled).p-focus { color: #495057; background: #dee2e6; } -.p-multiselect-panel .p-multiselect-items .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { +.p-multiselect-panel + .p-multiselect-items + .p-multiselect-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } @@ -1443,16 +1609,20 @@ height: 22px; color: #495057; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-radiobutton .p-radiobutton-box:not(.p-disabled):not(.p-highlight):hover { - border-color: #3B82F6; + border-color: #3b82f6; } .p-radiobutton .p-radiobutton-box:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-radiobutton .p-radiobutton-box .p-radiobutton-icon { width: 12px; @@ -1461,12 +1631,12 @@ background-color: #ffffff; } .p-radiobutton .p-radiobutton-box.p-highlight { - border-color: #3B82F6; - background: #3B82F6; + border-color: #3b82f6; + background: #3b82f6; } .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - border-color: #1D4ED8; - background: #1D4ED8; + border-color: #1d4ed8; + background: #1d4ed8; color: #ffffff; } .p-radiobutton.p-invalid > .p-radiobutton-box { @@ -1483,10 +1653,12 @@ background-color: #e9ecef; } .p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight { - background: #3B82F6; + background: #3b82f6; } -.p-input-filled .p-radiobutton .p-radiobutton-box.p-highlight:not(.p-disabled):hover { - background: #1D4ED8; +.p-input-filled + .p-radiobutton + .p-radiobutton-box.p-highlight:not(.p-disabled):hover { + background: #1d4ed8; } .p-rating { @@ -1494,7 +1666,11 @@ } .p-rating .p-rating-item .p-rating-icon { color: #495057; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; font-size: 1.143rem; } .p-rating .p-rating-item .p-rating-icon.p-icon { @@ -1507,16 +1683,20 @@ .p-rating .p-rating-item.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-rating .p-rating-item.p-rating-item-active .p-rating-icon { - color: #3B82F6; + color: #3b82f6; } -.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon { - color: #3B82F6; +.p-rating:not(.p-disabled):not(.p-readonly) + .p-rating-item:hover + .p-rating-icon { + color: #3b82f6; } -.p-rating:not(.p-disabled):not(.p-readonly) .p-rating-item:hover .p-rating-icon.p-rating-cancel { +.p-rating:not(.p-disabled):not(.p-readonly) + .p-rating-item:hover + .p-rating-icon.p-rating-cancel { color: #e73d3e; } @@ -1524,7 +1704,11 @@ background: #ffffff; border: 1px solid #ced4da; color: #495057; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-selectbutton .p-button .p-button-icon-left, .p-selectbutton .p-button .p-button-icon-right { @@ -1535,13 +1719,17 @@ border-color: #ced4da; color: #495057; } -.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 { +.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: #343a40; } .p-selectbutton .p-button.p-highlight { - background: #3B82F6; - border-color: #3B82F6; + background: #3b82f6; + border-color: #3b82f6; color: #ffffff; } .p-selectbutton .p-button.p-highlight .p-button-icon-left, @@ -1584,41 +1772,53 @@ height: 1.143rem; width: 1.143rem; background: #ffffff; - border: 2px solid #3B82F6; + border: 2px solid #3b82f6; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + 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 #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-slider .p-slider-range { - background: #3B82F6; + background: #3b82f6; } .p-slider:not(.p-disabled) .p-slider-handle:hover { - background: #3B82F6; - border-color: #3B82F6; + background: #3b82f6; + border-color: #3b82f6; } .p-treeselect { background: #ffffff; border: 1px solid #ced4da; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-treeselect:not(.p-disabled):hover { - border-color: #3B82F6; + border-color: #3b82f6; } .p-treeselect:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-treeselect .p-treeselect-label { padding: 0.75rem 0.75rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-treeselect .p-treeselect-label.p-placeholder { color: #6c757d; @@ -1675,7 +1875,11 @@ background: #ffffff; border: 1px solid #ced4da; color: #495057; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-togglebutton.p-button .p-button-icon-left, .p-togglebutton.p-button .p-button-icon-right { @@ -1684,21 +1888,23 @@ .p-togglebutton.p-button:not(.p-disabled).p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; - border-color: #3B82F6; + box-shadow: 0 0 0 0.2rem #bfdbfe; + border-color: #3b82f6; } .p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover { background: #e9ecef; border-color: #ced4da; color: #495057; } -.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-left, -.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover .p-button-icon-right { +.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover + .p-button-icon-left, +.p-togglebutton.p-button:not(.p-disabled):not(.p-highlight):hover + .p-button-icon-right { color: #343a40; } .p-togglebutton.p-button.p-highlight { - background: #3B82F6; - border-color: #3B82F6; + background: #3b82f6; + border-color: #3b82f6; color: #ffffff; } .p-togglebutton.p-button.p-highlight .p-button-icon-left, @@ -1720,11 +1926,15 @@ .p-button { color: #ffffff; - background: #3B82F6; - border: 1px solid #3B82F6; + background: #3b82f6; + border: 1px solid #3b82f6; padding: 0.75rem 1.25rem; font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .p-button:enabled:hover { @@ -1733,23 +1943,23 @@ border-color: #2563eb; } .p-button:enabled:active { - background: #1D4ED8; + background: #1d4ed8; color: #ffffff; - border-color: #1D4ED8; + border-color: #1d4ed8; } .p-button.p-button-outlined { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border: 1px solid; } .p-button.p-button-outlined:enabled:hover { background: rgba(59, 130, 246, 0.04); - color: #3B82F6; + color: #3b82f6; border: 1px solid; } .p-button.p-button-outlined:enabled:active { background: rgba(59, 130, 246, 0.16); - color: #3B82F6; + color: #3b82f6; border: 1px solid; } .p-button.p-button-outlined.p-button-plain { @@ -1766,17 +1976,17 @@ } .p-button.p-button-text { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border-color: transparent; } .p-button.p-button-text:enabled:hover { background: rgba(59, 130, 246, 0.04); - color: #3B82F6; + color: #3b82f6; border-color: transparent; } .p-button.p-button-text:enabled:active { background: rgba(59, 130, 246, 0.16); - color: #3B82F6; + color: #3b82f6; border-color: transparent; } .p-button.p-button-text.p-button-plain { @@ -1793,7 +2003,7 @@ .p-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-button .p-button-label { transition-duration: 0.2s; @@ -1815,11 +2025,14 @@ min-width: 1rem; height: 1rem; line-height: 1rem; - color: #3B82F6; + color: #3b82f6; 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); + 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-rounded { border-radius: 2rem; @@ -1870,308 +2083,428 @@ flex: 1; } -.p-button.p-button-secondary, .p-buttonset.p-button-secondary > .p-button, .p-splitbutton.p-button-secondary > .p-button { +.p-button.p-button-secondary, +.p-buttonset.p-button-secondary > .p-button, +.p-splitbutton.p-button-secondary > .p-button { color: #ffffff; - background: #64748B; - border: 1px solid #64748B; + background: #64748b; + border: 1px solid #64748b; } -.p-button.p-button-secondary:enabled:hover, .p-buttonset.p-button-secondary > .p-button:enabled:hover, .p-splitbutton.p-button-secondary > .p-button:enabled:hover { +.p-button.p-button-secondary:enabled:hover, +.p-buttonset.p-button-secondary > .p-button:enabled:hover, +.p-splitbutton.p-button-secondary > .p-button:enabled:hover { background: #475569; color: #ffffff; border-color: #475569; } -.p-button.p-button-secondary:enabled:focus, .p-buttonset.p-button-secondary > .p-button:enabled:focus, .p-splitbutton.p-button-secondary > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2rem #E2E8F0; +.p-button.p-button-secondary:enabled:focus, +.p-buttonset.p-button-secondary > .p-button:enabled:focus, +.p-splitbutton.p-button-secondary > .p-button:enabled:focus { + box-shadow: 0 0 0 0.2rem #e2e8f0; } -.p-button.p-button-secondary:enabled:active, .p-buttonset.p-button-secondary > .p-button:enabled:active, .p-splitbutton.p-button-secondary > .p-button:enabled:active { +.p-button.p-button-secondary:enabled:active, +.p-buttonset.p-button-secondary > .p-button:enabled:active, +.p-splitbutton.p-button-secondary > .p-button:enabled:active { background: #334155; color: #ffffff; border-color: #334155; } -.p-button.p-button-secondary.p-button-outlined, .p-buttonset.p-button-secondary > .p-button.p-button-outlined, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined { +.p-button.p-button-secondary.p-button-outlined, +.p-buttonset.p-button-secondary > .p-button.p-button-outlined, +.p-splitbutton.p-button-secondary > .p-button.p-button-outlined { background-color: transparent; - color: #64748B; + color: #64748b; border: 1px solid; } -.p-button.p-button-secondary.p-button-outlined:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-secondary.p-button-outlined:enabled:hover, +.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:hover { background: rgba(100, 116, 139, 0.04); - color: #64748B; + color: #64748b; border: 1px solid; } -.p-button.p-button-secondary.p-button-outlined:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-secondary.p-button-outlined:enabled:active, +.p-buttonset.p-button-secondary > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-secondary > .p-button.p-button-outlined:enabled:active { background: rgba(100, 116, 139, 0.16); - color: #64748B; + color: #64748b; border: 1px solid; } -.p-button.p-button-secondary.p-button-text, .p-buttonset.p-button-secondary > .p-button.p-button-text, .p-splitbutton.p-button-secondary > .p-button.p-button-text { +.p-button.p-button-secondary.p-button-text, +.p-buttonset.p-button-secondary > .p-button.p-button-text, +.p-splitbutton.p-button-secondary > .p-button.p-button-text { background-color: transparent; - color: #64748B; + color: #64748b; border-color: transparent; } -.p-button.p-button-secondary.p-button-text:enabled:hover, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover { +.p-button.p-button-secondary.p-button-text:enabled:hover, +.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:hover { background: rgba(100, 116, 139, 0.04); border-color: transparent; - color: #64748B; + color: #64748b; } -.p-button.p-button-secondary.p-button-text:enabled:active, .p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active { +.p-button.p-button-secondary.p-button-text:enabled:active, +.p-buttonset.p-button-secondary > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-secondary > .p-button.p-button-text:enabled:active { background: rgba(100, 116, 139, 0.16); border-color: transparent; - color: #64748B; + color: #64748b; } -.p-button.p-button-info, .p-buttonset.p-button-info > .p-button, .p-splitbutton.p-button-info > .p-button { +.p-button.p-button-info, +.p-buttonset.p-button-info > .p-button, +.p-splitbutton.p-button-info > .p-button { color: #ffffff; - background: #3B82F6; - border: 1px solid #3B82F6; + background: #3b82f6; + border: 1px solid #3b82f6; } -.p-button.p-button-info:enabled:hover, .p-buttonset.p-button-info > .p-button:enabled:hover, .p-splitbutton.p-button-info > .p-button:enabled:hover { - background: #2563EB; +.p-button.p-button-info:enabled:hover, +.p-buttonset.p-button-info > .p-button:enabled:hover, +.p-splitbutton.p-button-info > .p-button:enabled:hover { + background: #2563eb; color: #ffffff; - border-color: #2563EB; + border-color: #2563eb; } -.p-button.p-button-info:enabled:focus, .p-buttonset.p-button-info > .p-button:enabled:focus, .p-splitbutton.p-button-info > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2rem #BFDBFE; +.p-button.p-button-info:enabled:focus, +.p-buttonset.p-button-info > .p-button:enabled:focus, +.p-splitbutton.p-button-info > .p-button:enabled:focus { + box-shadow: 0 0 0 0.2rem #bfdbfe; } -.p-button.p-button-info:enabled:active, .p-buttonset.p-button-info > .p-button:enabled:active, .p-splitbutton.p-button-info > .p-button:enabled:active { - background: #1D4ED8; +.p-button.p-button-info:enabled:active, +.p-buttonset.p-button-info > .p-button:enabled:active, +.p-splitbutton.p-button-info > .p-button:enabled:active { + background: #1d4ed8; color: #ffffff; - border-color: #1D4ED8; + border-color: #1d4ed8; } -.p-button.p-button-info.p-button-outlined, .p-buttonset.p-button-info > .p-button.p-button-outlined, .p-splitbutton.p-button-info > .p-button.p-button-outlined { +.p-button.p-button-info.p-button-outlined, +.p-buttonset.p-button-info > .p-button.p-button-outlined, +.p-splitbutton.p-button-info > .p-button.p-button-outlined { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border: 1px solid; } -.p-button.p-button-info.p-button-outlined:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-info.p-button-outlined:enabled:hover, +.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:hover { background: rgba(59, 130, 246, 0.04); - color: #3B82F6; + color: #3b82f6; border: 1px solid; } -.p-button.p-button-info.p-button-outlined:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-info.p-button-outlined:enabled:active, +.p-buttonset.p-button-info > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-info > .p-button.p-button-outlined:enabled:active { background: rgba(59, 130, 246, 0.16); - color: #3B82F6; + color: #3b82f6; border: 1px solid; } -.p-button.p-button-info.p-button-text, .p-buttonset.p-button-info > .p-button.p-button-text, .p-splitbutton.p-button-info > .p-button.p-button-text { +.p-button.p-button-info.p-button-text, +.p-buttonset.p-button-info > .p-button.p-button-text, +.p-splitbutton.p-button-info > .p-button.p-button-text { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border-color: transparent; } -.p-button.p-button-info.p-button-text:enabled:hover, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover { +.p-button.p-button-info.p-button-text:enabled:hover, +.p-buttonset.p-button-info > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:hover { background: rgba(59, 130, 246, 0.04); border-color: transparent; - color: #3B82F6; + color: #3b82f6; } -.p-button.p-button-info.p-button-text:enabled:active, .p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active { +.p-button.p-button-info.p-button-text:enabled:active, +.p-buttonset.p-button-info > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-info > .p-button.p-button-text:enabled:active { background: rgba(59, 130, 246, 0.16); border-color: transparent; - color: #3B82F6; + color: #3b82f6; } -.p-button.p-button-success, .p-buttonset.p-button-success > .p-button, .p-splitbutton.p-button-success > .p-button { +.p-button.p-button-success, +.p-buttonset.p-button-success > .p-button, +.p-splitbutton.p-button-success > .p-button { color: #ffffff; - background: #22C55E; - border: 1px solid #22C55E; + background: #22c55e; + border: 1px solid #22c55e; } -.p-button.p-button-success:enabled:hover, .p-buttonset.p-button-success > .p-button:enabled:hover, .p-splitbutton.p-button-success > .p-button:enabled:hover { - background: #16A34A; +.p-button.p-button-success:enabled:hover, +.p-buttonset.p-button-success > .p-button:enabled:hover, +.p-splitbutton.p-button-success > .p-button:enabled:hover { + background: #16a34a; color: #ffffff; - border-color: #16A34A; + border-color: #16a34a; } -.p-button.p-button-success:enabled:focus, .p-buttonset.p-button-success > .p-button:enabled:focus, .p-splitbutton.p-button-success > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2rem #BBF7D0; +.p-button.p-button-success:enabled:focus, +.p-buttonset.p-button-success > .p-button:enabled:focus, +.p-splitbutton.p-button-success > .p-button:enabled:focus { + box-shadow: 0 0 0 0.2rem #bbf7d0; } -.p-button.p-button-success:enabled:active, .p-buttonset.p-button-success > .p-button:enabled:active, .p-splitbutton.p-button-success > .p-button:enabled:active { - background: #15803D; +.p-button.p-button-success:enabled:active, +.p-buttonset.p-button-success > .p-button:enabled:active, +.p-splitbutton.p-button-success > .p-button:enabled:active { + background: #15803d; color: #ffffff; - border-color: #15803D; + border-color: #15803d; } -.p-button.p-button-success.p-button-outlined, .p-buttonset.p-button-success > .p-button.p-button-outlined, .p-splitbutton.p-button-success > .p-button.p-button-outlined { +.p-button.p-button-success.p-button-outlined, +.p-buttonset.p-button-success > .p-button.p-button-outlined, +.p-splitbutton.p-button-success > .p-button.p-button-outlined { background-color: transparent; - color: #22C55E; + color: #22c55e; border: 1px solid; } -.p-button.p-button-success.p-button-outlined:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-success.p-button-outlined:enabled:hover, +.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:hover { background: rgba(34, 197, 94, 0.04); - color: #22C55E; + color: #22c55e; border: 1px solid; } -.p-button.p-button-success.p-button-outlined:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-success.p-button-outlined:enabled:active, +.p-buttonset.p-button-success > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-success > .p-button.p-button-outlined:enabled:active { background: rgba(34, 197, 94, 0.16); - color: #22C55E; + color: #22c55e; border: 1px solid; } -.p-button.p-button-success.p-button-text, .p-buttonset.p-button-success > .p-button.p-button-text, .p-splitbutton.p-button-success > .p-button.p-button-text { +.p-button.p-button-success.p-button-text, +.p-buttonset.p-button-success > .p-button.p-button-text, +.p-splitbutton.p-button-success > .p-button.p-button-text { background-color: transparent; - color: #22C55E; + color: #22c55e; border-color: transparent; } -.p-button.p-button-success.p-button-text:enabled:hover, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover { +.p-button.p-button-success.p-button-text:enabled:hover, +.p-buttonset.p-button-success > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:hover { background: rgba(34, 197, 94, 0.04); border-color: transparent; - color: #22C55E; + color: #22c55e; } -.p-button.p-button-success.p-button-text:enabled:active, .p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active { +.p-button.p-button-success.p-button-text:enabled:active, +.p-buttonset.p-button-success > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-success > .p-button.p-button-text:enabled:active { background: rgba(34, 197, 94, 0.16); border-color: transparent; - color: #22C55E; + color: #22c55e; } -.p-button.p-button-warning, .p-buttonset.p-button-warning > .p-button, .p-splitbutton.p-button-warning > .p-button { +.p-button.p-button-warning, +.p-buttonset.p-button-warning > .p-button, +.p-splitbutton.p-button-warning > .p-button { color: #ffffff; - background: #F59E0B; - border: 1px solid #F59E0B; + background: #f59e0b; + border: 1px solid #f59e0b; } -.p-button.p-button-warning:enabled:hover, .p-buttonset.p-button-warning > .p-button:enabled:hover, .p-splitbutton.p-button-warning > .p-button:enabled:hover { - background: #D97706; +.p-button.p-button-warning:enabled:hover, +.p-buttonset.p-button-warning > .p-button:enabled:hover, +.p-splitbutton.p-button-warning > .p-button:enabled:hover { + background: #d97706; color: #ffffff; - border-color: #D97706; + border-color: #d97706; } -.p-button.p-button-warning:enabled:focus, .p-buttonset.p-button-warning > .p-button:enabled:focus, .p-splitbutton.p-button-warning > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2rem #FDE68A; +.p-button.p-button-warning:enabled:focus, +.p-buttonset.p-button-warning > .p-button:enabled:focus, +.p-splitbutton.p-button-warning > .p-button:enabled:focus { + box-shadow: 0 0 0 0.2rem #fde68a; } -.p-button.p-button-warning:enabled:active, .p-buttonset.p-button-warning > .p-button:enabled:active, .p-splitbutton.p-button-warning > .p-button:enabled:active { - background: #B45309; +.p-button.p-button-warning:enabled:active, +.p-buttonset.p-button-warning > .p-button:enabled:active, +.p-splitbutton.p-button-warning > .p-button:enabled:active { + background: #b45309; color: #ffffff; - border-color: #B45309; + border-color: #b45309; } -.p-button.p-button-warning.p-button-outlined, .p-buttonset.p-button-warning > .p-button.p-button-outlined, .p-splitbutton.p-button-warning > .p-button.p-button-outlined { +.p-button.p-button-warning.p-button-outlined, +.p-buttonset.p-button-warning > .p-button.p-button-outlined, +.p-splitbutton.p-button-warning > .p-button.p-button-outlined { background-color: transparent; - color: #F59E0B; + color: #f59e0b; border: 1px solid; } -.p-button.p-button-warning.p-button-outlined:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-warning.p-button-outlined:enabled:hover, +.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:hover { background: rgba(245, 158, 11, 0.04); - color: #F59E0B; + color: #f59e0b; border: 1px solid; } -.p-button.p-button-warning.p-button-outlined:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-warning.p-button-outlined:enabled:active, +.p-buttonset.p-button-warning > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-warning > .p-button.p-button-outlined:enabled:active { background: rgba(245, 158, 11, 0.16); - color: #F59E0B; + color: #f59e0b; border: 1px solid; } -.p-button.p-button-warning.p-button-text, .p-buttonset.p-button-warning > .p-button.p-button-text, .p-splitbutton.p-button-warning > .p-button.p-button-text { +.p-button.p-button-warning.p-button-text, +.p-buttonset.p-button-warning > .p-button.p-button-text, +.p-splitbutton.p-button-warning > .p-button.p-button-text { background-color: transparent; - color: #F59E0B; + color: #f59e0b; border-color: transparent; } -.p-button.p-button-warning.p-button-text:enabled:hover, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover { +.p-button.p-button-warning.p-button-text:enabled:hover, +.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:hover { background: rgba(245, 158, 11, 0.04); border-color: transparent; - color: #F59E0B; + color: #f59e0b; } -.p-button.p-button-warning.p-button-text:enabled:active, .p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active { +.p-button.p-button-warning.p-button-text:enabled:active, +.p-buttonset.p-button-warning > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-warning > .p-button.p-button-text:enabled:active { background: rgba(245, 158, 11, 0.16); border-color: transparent; - color: #F59E0B; + color: #f59e0b; } -.p-button.p-button-help, .p-buttonset.p-button-help > .p-button, .p-splitbutton.p-button-help > .p-button { +.p-button.p-button-help, +.p-buttonset.p-button-help > .p-button, +.p-splitbutton.p-button-help > .p-button { color: #ffffff; - background: #A855F7; - border: 1px solid #A855F7; + background: #a855f7; + border: 1px solid #a855f7; } -.p-button.p-button-help:enabled:hover, .p-buttonset.p-button-help > .p-button:enabled:hover, .p-splitbutton.p-button-help > .p-button:enabled:hover { - background: #9333EA; +.p-button.p-button-help:enabled:hover, +.p-buttonset.p-button-help > .p-button:enabled:hover, +.p-splitbutton.p-button-help > .p-button:enabled:hover { + background: #9333ea; color: #ffffff; - border-color: #9333EA; + border-color: #9333ea; } -.p-button.p-button-help:enabled:focus, .p-buttonset.p-button-help > .p-button:enabled:focus, .p-splitbutton.p-button-help > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2rem #E9D5FF; +.p-button.p-button-help:enabled:focus, +.p-buttonset.p-button-help > .p-button:enabled:focus, +.p-splitbutton.p-button-help > .p-button:enabled:focus { + box-shadow: 0 0 0 0.2rem #e9d5ff; } -.p-button.p-button-help:enabled:active, .p-buttonset.p-button-help > .p-button:enabled:active, .p-splitbutton.p-button-help > .p-button:enabled:active { - background: #7E22CE; +.p-button.p-button-help:enabled:active, +.p-buttonset.p-button-help > .p-button:enabled:active, +.p-splitbutton.p-button-help > .p-button:enabled:active { + background: #7e22ce; color: #ffffff; - border-color: #7E22CE; + border-color: #7e22ce; } -.p-button.p-button-help.p-button-outlined, .p-buttonset.p-button-help > .p-button.p-button-outlined, .p-splitbutton.p-button-help > .p-button.p-button-outlined { +.p-button.p-button-help.p-button-outlined, +.p-buttonset.p-button-help > .p-button.p-button-outlined, +.p-splitbutton.p-button-help > .p-button.p-button-outlined { background-color: transparent; - color: #A855F7; + color: #a855f7; border: 1px solid; } -.p-button.p-button-help.p-button-outlined:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-help.p-button-outlined:enabled:hover, +.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:hover { background: rgba(168, 85, 247, 0.04); - color: #A855F7; + color: #a855f7; border: 1px solid; } -.p-button.p-button-help.p-button-outlined:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-help.p-button-outlined:enabled:active, +.p-buttonset.p-button-help > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-help > .p-button.p-button-outlined:enabled:active { background: rgba(168, 85, 247, 0.16); - color: #A855F7; + color: #a855f7; border: 1px solid; } -.p-button.p-button-help.p-button-text, .p-buttonset.p-button-help > .p-button.p-button-text, .p-splitbutton.p-button-help > .p-button.p-button-text { +.p-button.p-button-help.p-button-text, +.p-buttonset.p-button-help > .p-button.p-button-text, +.p-splitbutton.p-button-help > .p-button.p-button-text { background-color: transparent; - color: #A855F7; + color: #a855f7; border-color: transparent; } -.p-button.p-button-help.p-button-text:enabled:hover, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover { +.p-button.p-button-help.p-button-text:enabled:hover, +.p-buttonset.p-button-help > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:hover { background: rgba(168, 85, 247, 0.04); border-color: transparent; - color: #A855F7; + color: #a855f7; } -.p-button.p-button-help.p-button-text:enabled:active, .p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active { +.p-button.p-button-help.p-button-text:enabled:active, +.p-buttonset.p-button-help > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-help > .p-button.p-button-text:enabled:active { background: rgba(168, 85, 247, 0.16); border-color: transparent; - color: #A855F7; + color: #a855f7; } -.p-button.p-button-danger, .p-buttonset.p-button-danger > .p-button, .p-splitbutton.p-button-danger > .p-button { +.p-button.p-button-danger, +.p-buttonset.p-button-danger > .p-button, +.p-splitbutton.p-button-danger > .p-button { color: #ffffff; - background: #EF4444; - border: 1px solid #EF4444; + background: #ef4444; + border: 1px solid #ef4444; } -.p-button.p-button-danger:enabled:hover, .p-buttonset.p-button-danger > .p-button:enabled:hover, .p-splitbutton.p-button-danger > .p-button:enabled:hover { - background: #DC2626; +.p-button.p-button-danger:enabled:hover, +.p-buttonset.p-button-danger > .p-button:enabled:hover, +.p-splitbutton.p-button-danger > .p-button:enabled:hover { + background: #dc2626; color: #ffffff; - border-color: #DC2626; + border-color: #dc2626; } -.p-button.p-button-danger:enabled:focus, .p-buttonset.p-button-danger > .p-button:enabled:focus, .p-splitbutton.p-button-danger > .p-button:enabled:focus { - box-shadow: 0 0 0 0.2rem #FECACA; +.p-button.p-button-danger:enabled:focus, +.p-buttonset.p-button-danger > .p-button:enabled:focus, +.p-splitbutton.p-button-danger > .p-button:enabled:focus { + box-shadow: 0 0 0 0.2rem #fecaca; } -.p-button.p-button-danger:enabled:active, .p-buttonset.p-button-danger > .p-button:enabled:active, .p-splitbutton.p-button-danger > .p-button:enabled:active { - background: #B91C1C; +.p-button.p-button-danger:enabled:active, +.p-buttonset.p-button-danger > .p-button:enabled:active, +.p-splitbutton.p-button-danger > .p-button:enabled:active { + background: #b91c1c; color: #ffffff; - border-color: #B91C1C; + border-color: #b91c1c; } -.p-button.p-button-danger.p-button-outlined, .p-buttonset.p-button-danger > .p-button.p-button-outlined, .p-splitbutton.p-button-danger > .p-button.p-button-outlined { +.p-button.p-button-danger.p-button-outlined, +.p-buttonset.p-button-danger > .p-button.p-button-outlined, +.p-splitbutton.p-button-danger > .p-button.p-button-outlined { background-color: transparent; - color: #EF4444; + color: #ef4444; border: 1px solid; } -.p-button.p-button-danger.p-button-outlined:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover { +.p-button.p-button-danger.p-button-outlined:enabled:hover, +.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:hover, +.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:hover { background: rgba(239, 68, 68, 0.04); - color: #EF4444; + color: #ef4444; border: 1px solid; } -.p-button.p-button-danger.p-button-outlined:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active { +.p-button.p-button-danger.p-button-outlined:enabled:active, +.p-buttonset.p-button-danger > .p-button.p-button-outlined:enabled:active, +.p-splitbutton.p-button-danger > .p-button.p-button-outlined:enabled:active { background: rgba(239, 68, 68, 0.16); - color: #EF4444; + color: #ef4444; border: 1px solid; } -.p-button.p-button-danger.p-button-text, .p-buttonset.p-button-danger > .p-button.p-button-text, .p-splitbutton.p-button-danger > .p-button.p-button-text { +.p-button.p-button-danger.p-button-text, +.p-buttonset.p-button-danger > .p-button.p-button-text, +.p-splitbutton.p-button-danger > .p-button.p-button-text { background-color: transparent; - color: #EF4444; + color: #ef4444; border-color: transparent; } -.p-button.p-button-danger.p-button-text:enabled:hover, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover { +.p-button.p-button-danger.p-button-text:enabled:hover, +.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:hover, +.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:hover { background: rgba(239, 68, 68, 0.04); border-color: transparent; - color: #EF4444; + color: #ef4444; } -.p-button.p-button-danger.p-button-text:enabled:active, .p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, .p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active { +.p-button.p-button-danger.p-button-text:enabled:active, +.p-buttonset.p-button-danger > .p-button.p-button-text:enabled:active, +.p-splitbutton.p-button-danger > .p-button.p-button-text:enabled:active { background: rgba(239, 68, 68, 0.16); border-color: transparent; - color: #EF4444; + color: #ef4444; } .p-button.p-button-link { - color: #1D4ED8; + color: #1d4ed8; background: transparent; border: transparent; } .p-button.p-button-link:enabled:hover { background: transparent; - color: #1D4ED8; + color: #1d4ed8; border-color: transparent; } .p-button.p-button-link:enabled:hover .p-button-label { @@ -2179,12 +2512,12 @@ } .p-button.p-button-link:enabled:focus { background: transparent; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; border-color: transparent; } .p-button.p-button-link:enabled:active { background: transparent; - color: #1D4ED8; + color: #1d4ed8; border-color: transparent; } @@ -2207,7 +2540,7 @@ .p-speeddial-item.p-focus > .p-speeddial-action { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-speeddial-action { @@ -2254,7 +2587,8 @@ .p-speeddial-quarter-circle .p-speeddial-item { margin: 0; } -.p-speeddial-circle .p-speeddial-item:first-child, .p-speeddial-circle .p-speeddial-item:last-child, +.p-speeddial-circle .p-speeddial-item:first-child, +.p-speeddial-circle .p-speeddial-item:last-child, .p-speeddial-semi-circle .p-speeddial-item:first-child, .p-speeddial-semi-circle .p-speeddial-item:last-child, .p-speeddial-quarter-circle .p-speeddial-item:first-child, @@ -2271,57 +2605,76 @@ } .p-splitbutton.p-button-outlined > .p-button { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border: 1px solid; } -.p-splitbutton.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(59, 130, 246, 0.04); - color: #3B82F6; + color: #3b82f6; } -.p-splitbutton.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(59, 130, 246, 0.16); - color: #3B82F6; + color: #3b82f6; } .p-splitbutton.p-button-outlined.p-button-plain > .p-button { color: #6c757d; border-color: #6c757d; } -.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:hover, +.p-splitbutton.p-button-outlined.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):hover { background: #e9ecef; color: #6c757d; } -.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-outlined.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-outlined.p-button-plain > .p-button:enabled:active, +.p-splitbutton.p-button-outlined.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):active { background: #dee2e6; color: #6c757d; } .p-splitbutton.p-button-text > .p-button { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border-color: transparent; } -.p-splitbutton.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(59, 130, 246, 0.04); - color: #3B82F6; + color: #3b82f6; border-color: transparent; } -.p-splitbutton.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(59, 130, 246, 0.16); - color: #3B82F6; + color: #3b82f6; border-color: transparent; } .p-splitbutton.p-button-text.p-button-plain > .p-button { color: #6c757d; } -.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:hover, +.p-splitbutton.p-button-text.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):hover { background: #e9ecef; color: #6c757d; } -.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, .p-splitbutton.p-button-text.p-button-plain > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-text.p-button-plain > .p-button:enabled:active, +.p-splitbutton.p-button-text.p-button-plain + > .p-button:not(button):not(a):not(.p-disabled):active { background: #dee2e6; color: #6c757d; } .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); + 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-rounded { border-radius: 2rem; @@ -2353,176 +2706,224 @@ .p-splitbutton.p-button-secondary.p-button-outlined > .p-button { background-color: transparent; - color: #64748B; + color: #64748b; border: 1px solid; } -.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-secondary.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(100, 116, 139, 0.04); - color: #64748B; + color: #64748b; } -.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-secondary.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-secondary.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(100, 116, 139, 0.16); - color: #64748B; + color: #64748b; } .p-splitbutton.p-button-secondary.p-button-text > .p-button { background-color: transparent; - color: #64748B; + color: #64748b; border-color: transparent; } -.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-secondary.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(100, 116, 139, 0.04); border-color: transparent; - color: #64748B; + color: #64748b; } -.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-secondary.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-secondary.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-secondary.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(100, 116, 139, 0.16); border-color: transparent; - color: #64748B; + color: #64748b; } .p-splitbutton.p-button-info.p-button-outlined > .p-button { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border: 1px solid; } -.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-info.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(59, 130, 246, 0.04); - color: #3B82F6; + color: #3b82f6; } -.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-info.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-info.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(59, 130, 246, 0.16); - color: #3B82F6; + color: #3b82f6; } .p-splitbutton.p-button-info.p-button-text > .p-button { background-color: transparent; - color: #3B82F6; + color: #3b82f6; border-color: transparent; } -.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-info.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(59, 130, 246, 0.04); border-color: transparent; - color: #3B82F6; + color: #3b82f6; } -.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-info.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-info.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-info.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(59, 130, 246, 0.16); border-color: transparent; - color: #3B82F6; + color: #3b82f6; } .p-splitbutton.p-button-success.p-button-outlined > .p-button { background-color: transparent; - color: #22C55E; + color: #22c55e; border: 1px solid; } -.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-success.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(34, 197, 94, 0.04); - color: #22C55E; + color: #22c55e; } -.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-success.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-success.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(34, 197, 94, 0.16); - color: #22C55E; + color: #22c55e; } .p-splitbutton.p-button-success.p-button-text > .p-button { background-color: transparent; - color: #22C55E; + color: #22c55e; border-color: transparent; } -.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-success.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(34, 197, 94, 0.04); border-color: transparent; - color: #22C55E; + color: #22c55e; } -.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-success.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-success.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-success.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(34, 197, 94, 0.16); border-color: transparent; - color: #22C55E; + color: #22c55e; } .p-splitbutton.p-button-warning.p-button-outlined > .p-button { background-color: transparent; - color: #F59E0B; + color: #f59e0b; border: 1px solid; } -.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-warning.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(245, 158, 11, 0.04); - color: #F59E0B; + color: #f59e0b; } -.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-warning.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-warning.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(245, 158, 11, 0.16); - color: #F59E0B; + color: #f59e0b; } .p-splitbutton.p-button-warning.p-button-text > .p-button { background-color: transparent; - color: #F59E0B; + color: #f59e0b; border-color: transparent; } -.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-warning.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(245, 158, 11, 0.04); border-color: transparent; - color: #F59E0B; + color: #f59e0b; } -.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-warning.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-warning.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-warning.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(245, 158, 11, 0.16); border-color: transparent; - color: #F59E0B; + color: #f59e0b; } .p-splitbutton.p-button-help.p-button-outlined > .p-button { background-color: transparent; - color: #A855F7; + color: #a855f7; border: 1px solid; } -.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-help.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(168, 85, 247, 0.04); - color: #A855F7; + color: #a855f7; } -.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-help.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-help.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(168, 85, 247, 0.16); - color: #A855F7; + color: #a855f7; } .p-splitbutton.p-button-help.p-button-text > .p-button { background-color: transparent; - color: #A855F7; + color: #a855f7; border-color: transparent; } -.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-help.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(168, 85, 247, 0.04); border-color: transparent; - color: #A855F7; + color: #a855f7; } -.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-help.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-help.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-help.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(168, 85, 247, 0.16); border-color: transparent; - color: #A855F7; + color: #a855f7; } .p-splitbutton.p-button-danger.p-button-outlined > .p-button { background-color: transparent; - color: #EF4444; + color: #ef4444; border: 1px solid; } -.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:hover, +.p-splitbutton.p-button-danger.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(239, 68, 68, 0.04); - color: #EF4444; + color: #ef4444; } -.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-outlined > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-danger.p-button-outlined > .p-button:enabled:active, +.p-splitbutton.p-button-danger.p-button-outlined + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(239, 68, 68, 0.16); - color: #EF4444; + color: #ef4444; } .p-splitbutton.p-button-danger.p-button-text > .p-button { background-color: transparent; - color: #EF4444; + color: #ef4444; border-color: transparent; } -.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):hover { +.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:hover, +.p-splitbutton.p-button-danger.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):hover { background: rgba(239, 68, 68, 0.04); border-color: transparent; - color: #EF4444; + color: #ef4444; } -.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, .p-splitbutton.p-button-danger.p-button-text > .p-button:not(button):not(a):not(.p-disabled):active { +.p-splitbutton.p-button-danger.p-button-text > .p-button:enabled:active, +.p-splitbutton.p-button-danger.p-button-text + > .p-button:not(button):not(a):not(.p-disabled):active { background: rgba(239, 68, 68, 0.16); border-color: transparent; - color: #EF4444; + color: #ef4444; } .p-carousel .p-carousel-content .p-carousel-prev, @@ -2533,7 +2934,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin: 0.5rem; } .p-carousel .p-carousel-content .p-carousel-prev:enabled:hover, @@ -2546,7 +2950,7 @@ .p-carousel .p-carousel-content .p-carousel-next:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-carousel .p-carousel-indicators { padding: 1rem; @@ -2559,15 +2963,18 @@ background-color: #ced4da; width: 2rem; height: 0.5rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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: #adb5bd; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } .p-datatable .p-paginator-top { @@ -2622,33 +3029,35 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; margin-left: 0.5rem; } .p-datatable .p-sortable-column:not(.p-highlight):hover { background: #e9ecef; color: #343a40; } -.p-datatable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { +.p-datatable + .p-sortable-column:not(.p-highlight):hover + .p-sortable-column-icon { color: #343a40; } .p-datatable .p-sortable-column.p-highlight { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } .p-datatable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #1D4ED8; + color: #1d4ed8; } .p-datatable .p-sortable-column.p-highlight:hover { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } .p-datatable .p-sortable-column.p-highlight:hover .p-sortable-column-icon { - color: #1D4ED8; + color: #1d4ed8; } .p-datatable .p-sortable-column:focus { - box-shadow: inset 0 0 0 0.15rem #BFDBFE; + box-shadow: inset 0 0 0 0.15rem #bfdbfe; outline: 0 none; } .p-datatable .p-datatable-tbody > tr { @@ -2672,7 +3081,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-datatable .p-datatable-tbody > tr > td .p-row-toggler:enabled:hover, .p-datatable .p-datatable-tbody > tr > td .p-row-editor-init:enabled:hover, @@ -2688,7 +3100,7 @@ .p-datatable .p-datatable-tbody > tr > td .p-row-editor-cancel:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-datatable .p-datatable-tbody > tr > td .p-row-editor-save { margin-right: 0.5rem; @@ -2697,29 +3109,46 @@ font-weight: 700; } .p-datatable .p-datatable-tbody > tr:focus { - outline: 0.15rem solid #BFDBFE; + outline: 0.15rem solid #bfdbfe; outline-offset: -0.15rem; } .p-datatable .p-datatable-tbody > tr.p-highlight { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #EFF6FF; + box-shadow: inset 0 2px 0 0 #eff6ff; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #EFF6FF; + box-shadow: inset 0 -2px 0 0 #eff6ff; } -.p-datatable.p-datatable-hoverable-rows .p-datatable-tbody > tr:not(.p-highlight):hover { +.p-datatable.p-datatable-hoverable-rows + .p-datatable-tbody + > tr:not(.p-highlight):hover { background: #e9ecef; color: #495057; } .p-datatable .p-column-resizer-helper { - background: #3B82F6; + background: #3b82f6; } -.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 { +.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: #f8f9fa; } .p-datatable .p-datatable-loading-icon { @@ -2756,7 +3185,10 @@ .p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td { border-width: 1px 0 1px 1px; } -.p-datatable.p-datatable-gridlines .p-datatable-tbody > tr:last-child > td:last-child { +.p-datatable.p-datatable-gridlines + .p-datatable-tbody + > tr:last-child + > td:last-child { border-width: 1px; } .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td { @@ -2765,36 +3197,72 @@ .p-datatable.p-datatable-gridlines .p-datatable-tfoot > tr > td:last-child { border-width: 1px 1px 1px 1px; } -.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td { +.p-datatable.p-datatable-gridlines + .p-datatable-thead + + .p-datatable-tfoot + > tr + > td { border-width: 0 0 1px 1px; } -.p-datatable.p-datatable-gridlines .p-datatable-thead + .p-datatable-tfoot > tr > td:last-child { +.p-datatable.p-datatable-gridlines + .p-datatable-thead + + .p-datatable-tfoot + > tr + > td:last-child { border-width: 0 1px 1px 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td { +.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has( + .p-datatable-tbody + ) + .p-datatable-tbody + > tr + > td { border-width: 0 0 1px 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has(.p-datatable-tbody) .p-datatable-tbody > tr > td:last-child { +.p-datatable.p-datatable-gridlines:has(.p-datatable-thead):has( + .p-datatable-tbody + ) + .p-datatable-tbody + > tr + > td:last-child { border-width: 0 1px 1px 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td { +.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has( + .p-datatable-tfoot + ) + .p-datatable-tbody + > tr:last-child + > td { border-width: 0 0 0 1px; } -.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has(.p-datatable-tfoot) .p-datatable-tbody > tr:last-child > td:last-child { +.p-datatable.p-datatable-gridlines:has(.p-datatable-tbody):has( + .p-datatable-tfoot + ) + .p-datatable-tbody + > tr:last-child + > td:last-child { border-width: 0 1px 0 1px; } .p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even) { background: #fcfcfc; } -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight { - background: #EFF6FF; - color: #1D4ED8; +.p-datatable.p-datatable-striped + .p-datatable-tbody + > tr:nth-child(even).p-highlight { + background: #eff6ff; + color: #1d4ed8; } -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler { - color: #1D4ED8; +.p-datatable.p-datatable-striped + .p-datatable-tbody + > tr:nth-child(even).p-highlight + .p-row-toggler { + color: #1d4ed8; } -.p-datatable.p-datatable-striped .p-datatable-tbody > tr:nth-child(even).p-highlight .p-row-toggler:hover { - color: #1D4ED8; +.p-datatable.p-datatable-striped + .p-datatable-tbody + > tr:nth-child(even).p-highlight + .p-row-toggler:hover { + color: #1d4ed8; } .p-datatable.p-datatable-sm .p-datatable-header { padding: 0.5rem 0.5rem; @@ -2876,25 +3344,30 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-column-filter-menu-button:hover { color: #343a40; border-color: transparent; background: #e9ecef; } -.p-column-filter-menu-button.p-column-filter-menu-button-open, .p-column-filter-menu-button.p-column-filter-menu-button-open:hover { +.p-column-filter-menu-button.p-column-filter-menu-button-open, +.p-column-filter-menu-button.p-column-filter-menu-button-open:hover { background: #e9ecef; color: #343a40; } -.p-column-filter-menu-button.p-column-filter-menu-button-active, .p-column-filter-menu-button.p-column-filter-menu-button-active:hover { - background: #EFF6FF; - color: #1D4ED8; +.p-column-filter-menu-button.p-column-filter-menu-button-active, +.p-column-filter-menu-button.p-column-filter-menu-button-active:hover { + background: #eff6ff; + color: #1d4ed8; } .p-column-filter-menu-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-column-filter-clear-button { @@ -2904,7 +3377,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-column-filter-clear-button:hover { color: #343a40; @@ -2914,7 +3390,7 @@ .p-column-filter-clear-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-column-filter-overlay { @@ -2937,18 +3413,24 @@ transition: box-shadow 0.2s; border-radius: 0; } -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; +.p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item.p-highlight { + color: #1d4ed8; + background: #eff6ff; } -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { +.p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item:not(.p-highlight):not(.p-disabled):hover { color: #495057; background: #e9ecef; } -.p-column-filter-overlay .p-column-filter-row-items .p-column-filter-row-item:focus { +.p-column-filter-overlay + .p-column-filter-row-items + .p-column-filter-row-item:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #BFDBFE; + box-shadow: inset 0 0 0 0.15rem #bfdbfe; } .p-column-filter-overlay .p-column-filter-row-items .p-column-filter-separator { border-top: 1px solid #dee2e6; @@ -2968,10 +3450,14 @@ padding: 1.25rem; border-bottom: 1px solid #dee2e6; } -.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-matchmode-dropdown { +.p-column-filter-overlay-menu + .p-column-filter-constraint + .p-column-filter-matchmode-dropdown { margin-bottom: 0.5rem; } -.p-column-filter-overlay-menu .p-column-filter-constraint .p-column-filter-remove-button { +.p-column-filter-overlay-menu + .p-column-filter-constraint + .p-column-filter-remove-button { margin-top: 0.5rem; } .p-column-filter-overlay-menu .p-column-filter-constraint:last-child { @@ -3017,10 +3503,14 @@ } .fc.fc-unthemed .fc-toolbar .fc-button { color: #ffffff; - background: #3B82F6; - border: 1px solid #3B82F6; + background: #3b82f6; + border: 1px solid #3b82f6; font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; display: flex; align-items: center; @@ -3031,14 +3521,14 @@ border-color: #2563eb; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active { - background: #1D4ED8; + background: #1d4ed8; color: #ffffff; - border-color: #1D4ED8; + border-color: #1d4ed8; } .fc.fc-unthemed .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .fc.fc-unthemed .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -3059,33 +3549,53 @@ .fc.fc-unthemed .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button { +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button { background: #ffffff; border: 1px solid #ced4da; color: #495057; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover { +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:hover { background: #e9ecef; border-color: #ced4da; color: #495057; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { - background: #3B82F6; - border-color: #3B82F6; +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { + background: #3b82f6; + border-color: #3b82f6; color: #ffffff; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover { +.fc.fc-unthemed + .fc-toolbar + .fc-button.fc-dayGridMonth-button.fc-button-active:hover, +.fc.fc-unthemed + .fc-toolbar + .fc-button.fc-timeGridWeek-button.fc-button-active:hover, +.fc.fc-unthemed + .fc-toolbar + .fc-button.fc-timeGridDay-button.fc-button-active:hover { background: #2563eb; border-color: #2563eb; color: #ffffff; } -.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, .fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus { +.fc.fc-unthemed .fc-toolbar .fc-button.fc-dayGridMonth-button:focus, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridWeek-button:focus, +.fc.fc-unthemed .fc-toolbar .fc-button.fc-timeGridDay-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; z-index: 1; } .fc.fc-unthemed .fc-toolbar .fc-button-group .fc-button { @@ -3124,7 +3634,11 @@ background: #f8f9fa; color: #343a40; } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close { opacity: 1; display: flex; align-items: center; @@ -3138,20 +3652,35 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:before { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close:before { content: "\e90b"; } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:hover { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close:hover { color: #343a40; border-color: transparent; background: #e9ecef; } -.fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-header .fc-popover-close:focus { +.fc.fc-theme-standard + .fc-view-harness + .fc-popover + .fc-popover-header + .fc-popover-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .fc.fc-theme-standard .fc-view-harness .fc-popover .fc-popover-body { padding: 1.25rem; @@ -3165,10 +3694,16 @@ background: #2563eb; border-color: #2563eb; } -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-block-event .fc-event-main { +.fc.fc-theme-standard + .fc-view-harness + .fc-event.fc-daygrid-block-event + .fc-event-main { color: #ffffff; } -.fc.fc-theme-standard .fc-view-harness .fc-event.fc-daygrid-dot-event .fc-daygrid-event-dot { +.fc.fc-theme-standard + .fc-view-harness + .fc-event.fc-daygrid-dot-event + .fc-daygrid-event-dot { background: #2563eb; border-color: #2563eb; } @@ -3181,10 +3716,14 @@ } .fc.fc-theme-standard .fc-toolbar .fc-button { color: #ffffff; - background: #3B82F6; - border: 1px solid #3B82F6; + background: #3b82f6; + border: 1px solid #3b82f6; font-size: 1rem; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; border-radius: 6px; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:hover { @@ -3193,20 +3732,20 @@ border-color: #2563eb; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active { - background: #1D4ED8; + background: #1d4ed8; color: #ffffff; - border-color: #1D4ED8; + border-color: #1d4ed8; } .fc.fc-theme-standard .fc-toolbar .fc-button:enabled:active:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .fc.fc-theme-standard .fc-toolbar .fc-button:disabled { opacity: 0.6; color: #ffffff; - background: #3B82F6; - border: 1px solid #3B82F6; + background: #3b82f6; + border: 1px solid #3b82f6; } .fc.fc-theme-standard .fc-toolbar .fc-button .fc-icon-chevron-left { font-family: "PrimeIcons" !important; @@ -3227,33 +3766,65 @@ .fc.fc-theme-standard .fc-toolbar .fc-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button { +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button { background: #ffffff; border: 1px solid #ced4da; color: #495057; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover { +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:hover, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:hover, +.fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:hover { background: #e9ecef; border-color: #ced4da; color: #495057; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active { - background: #3B82F6; - border-color: #3B82F6; +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-dayGridMonth-button.fc-button-active, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridWeek-button.fc-button-active, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridDay-button.fc-button-active { + background: #3b82f6; + border-color: #3b82f6; color: #ffffff; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button.fc-button-active:hover, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button.fc-button-active:hover { +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-dayGridMonth-button.fc-button-active:hover, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridWeek-button.fc-button-active:hover, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridDay-button.fc-button-active:hover { background: #2563eb; border-color: #2563eb; color: #ffffff; } -.fc.fc-theme-standard .fc-toolbar .fc-button.fc-dayGridMonth-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridWeek-button:not(:disabled):focus, .fc.fc-theme-standard .fc-toolbar .fc-button.fc-timeGridDay-button:not(:disabled):focus { +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-dayGridMonth-button:not(:disabled):focus, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridWeek-button:not(:disabled):focus, +.fc.fc-theme-standard + .fc-toolbar + .fc-button.fc-timeGridDay-button:not(:disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; z-index: 1; } .fc.fc-theme-standard .fc-toolbar .fc-button-group .fc-button { @@ -3268,8 +3839,8 @@ border-bottom-right-radius: 6px; } .fc.fc-theme-standard .fc-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-orderlist .p-orderlist-controls { @@ -3303,7 +3874,9 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, box-shadow 0.2s; + transition: + transform 0.2s, + box-shadow 0.2s; } .p-orderlist .p-orderlist-list .p-orderlist-item:not(.p-highlight):hover { background: #e9ecef; @@ -3314,28 +3887,38 @@ background: #dee2e6; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-orderlist .p-orderlist-list .p-orderlist-item.p-highlight.p-focus { background: rgba(59, 130, 246, 0.24); } -.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even) { +.p-orderlist.p-orderlist-striped + .p-orderlist-list + .p-orderlist-item:nth-child(even) { background: #fcfcfc; } -.p-orderlist.p-orderlist-striped .p-orderlist-list .p-orderlist-item:nth-child(even):hover { +.p-orderlist.p-orderlist-striped + .p-orderlist-list + .p-orderlist-item:nth-child(even):hover { background: #e9ecef; } -.p-organizationchart .p-organizationchart-node-content.p-organizationchart-selectable-node:not(.p-highlight):hover { +.p-organizationchart + .p-organizationchart-node-content.p-organizationchart-selectable-node:not( + .p-highlight + ):hover { background: #e9ecef; color: #495057; } .p-organizationchart .p-organizationchart-node-content.p-highlight { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } -.p-organizationchart .p-organizationchart-node-content.p-highlight .p-node-toggler i { +.p-organizationchart + .p-organizationchart-node-content.p-highlight + .p-node-toggler + i { color: #70aeff; } .p-organizationchart .p-organizationchart-line-down { @@ -3363,7 +3946,7 @@ .p-organizationchart .p-organizationchart-node-content .p-node-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-paginator { @@ -3438,9 +4021,9 @@ border-radius: 50%; } .p-paginator .p-paginator-pages .p-paginator-page.p-highlight { - background: #EFF6FF; - border-color: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + border-color: #eff6ff; + color: #1d4ed8; } .p-paginator .p-paginator-pages .p-paginator-page:not(.p-highlight):hover { background: #e9ecef; @@ -3479,7 +4062,9 @@ border: 0 none; color: #495057; background: transparent; - transition: transform 0.2s, box-shadow 0.2s; + transition: + transform 0.2s, + box-shadow 0.2s; } .p-picklist .p-picklist-list .p-picklist-item:not(.p-highlight):hover { background: #e9ecef; @@ -3490,21 +4075,25 @@ background: #dee2e6; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } .p-picklist .p-picklist-list .p-picklist-item.p-highlight.p-focus { background: rgba(59, 130, 246, 0.24); } -.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even) { +.p-picklist.p-picklist-striped + .p-picklist-list + .p-picklist-item:nth-child(even) { background: #fcfcfc; } -.p-picklist.p-picklist-striped .p-picklist-list .p-picklist-item:nth-child(even):hover { +.p-picklist.p-picklist-striped + .p-picklist-list + .p-picklist-item:nth-child(even):hover { background: #e9ecef; } .p-timeline .p-timeline-event-marker { - border: 2px solid #3B82F6; + border: 2px solid #3b82f6; border-radius: 50%; width: 1rem; height: 1rem; @@ -3542,7 +4131,7 @@ .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 #BFDBFE; + box-shadow: inset 0 0 0 0.15rem #bfdbfe; } .p-tree .p-tree-container .p-treenode .p-treenode-content { border-radius: 6px; @@ -3557,17 +4146,28 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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 { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-tree-toggler:enabled:hover { color: #343a40; border-color: transparent; background: #e9ecef; } -.p-tree .p-tree-container .p-treenode .p-treenode-content .p-tree-toggler:focus { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-tree-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-tree .p-tree-container .p-treenode .p-treenode-content .p-treenode-icon { margin-right: 0.5rem; @@ -3576,22 +4176,47 @@ .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 { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content + .p-checkbox + .p-indeterminate + .p-checkbox-icon { color: #495057; } .p-tree .p-tree-container .p-treenode .p-treenode-content.p-highlight { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } -.p-tree .p-tree-container .p-treenode .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { +.p-tree + .p-tree-container + .p-treenode + .p-treenode-content.p-treenode-selectable:not(.p-highlight):hover { background: #e9ecef; color: #495057; } @@ -3661,7 +4286,7 @@ background: #f8f9fa; } .p-treetable .p-sortable-column { - outline-color: #BFDBFE; + outline-color: #bfdbfe; } .p-treetable .p-sortable-column .p-sortable-column-icon { color: #343a40; @@ -3672,23 +4297,25 @@ height: 1.143rem; min-width: 1.143rem; line-height: 1.143rem; - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; margin-left: 0.5rem; } .p-treetable .p-sortable-column:not(.p-highlight):hover { background: #e9ecef; color: #343a40; } -.p-treetable .p-sortable-column:not(.p-highlight):hover .p-sortable-column-icon { +.p-treetable + .p-sortable-column:not(.p-highlight):hover + .p-sortable-column-icon { color: #343a40; } .p-treetable .p-sortable-column.p-highlight { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } .p-treetable .p-sortable-column.p-highlight .p-sortable-column-icon { - color: #1D4ED8; + color: #1d4ed8; } .p-treetable .p-treetable-tbody > tr { background: #ffffff; @@ -3708,7 +4335,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin-right: 0.5rem; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:enabled:hover { @@ -3719,37 +4349,49 @@ .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox { margin-right: 0.5rem; } -.p-treetable .p-treetable-tbody > tr > td .p-treetable-toggler + .p-checkbox .p-indeterminate .p-checkbox-icon { +.p-treetable + .p-treetable-tbody + > tr + > td + .p-treetable-toggler + + .p-checkbox + .p-indeterminate + .p-checkbox-icon { color: #495057; } .p-treetable .p-treetable-tbody > tr:focus { - outline: 0.15rem solid #BFDBFE; + outline: 0.15rem solid #bfdbfe; outline-offset: -0.15rem; } .p-treetable .p-treetable-tbody > tr.p-highlight { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler { - color: #1D4ED8; + color: #1d4ed8; } .p-treetable .p-treetable-tbody > tr.p-highlight .p-treetable-toggler:hover { - color: #1D4ED8; + color: #1d4ed8; } -.p-treetable.p-treetable-hoverable-rows .p-treetable-tbody > tr:not(.p-highlight):hover { +.p-treetable.p-treetable-hoverable-rows + .p-treetable-tbody + > tr:not(.p-highlight):hover { background: #e9ecef; color: #495057; } -.p-treetable.p-treetable-hoverable-rows .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: #495057; } .p-treetable .p-column-resizer-helper { - background: #3B82F6; + background: #3b82f6; } .p-treetable .p-treetable-scrollable-header, .p-treetable .p-treetable-scrollable-footer { @@ -3823,27 +4465,38 @@ border-radius: 6px; transition: box-shadow 0.2s; } -.p-accordion .p-accordion-header .p-accordion-header-link .p-accordion-toggle-icon { +.p-accordion + .p-accordion-header + .p-accordion-header-link + .p-accordion-toggle-icon { margin-right: 0.5rem; } -.p-accordion .p-accordion-header:not(.p-disabled) .p-accordion-header-link:focus { +.p-accordion + .p-accordion-header:not(.p-disabled) + .p-accordion-header-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #BFDBFE; + box-shadow: inset 0 0 0 0.2rem #bfdbfe; } -.p-accordion .p-accordion-header:not(.p-highlight):not(.p-disabled):hover .p-accordion-header-link { +.p-accordion + .p-accordion-header:not(.p-highlight):not(.p-disabled):hover + .p-accordion-header-link { background: #e9ecef; border-color: #dee2e6; color: #343a40; } -.p-accordion .p-accordion-header:not(.p-disabled).p-highlight .p-accordion-header-link { +.p-accordion + .p-accordion-header:not(.p-disabled).p-highlight + .p-accordion-header-link { background: #f8f9fa; border-color: #dee2e6; color: #343a40; 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 { +.p-accordion + .p-accordion-header:not(.p-disabled).p-highlight:hover + .p-accordion-header-link { border-color: #dee2e6; background: #e9ecef; color: #343a40; @@ -3866,7 +4519,10 @@ .p-card { background: #ffffff; color: #495057; - 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); + 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: 6px; } .p-card .p-card-body { @@ -3905,7 +4561,10 @@ } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend { padding: 0; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a { padding: 1.25rem; @@ -3919,7 +4578,7 @@ .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-fieldset.p-fieldset-toggleable .p-fieldset-legend a:hover { color: #343a40; @@ -3975,7 +4634,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-panel .p-panel-header .p-panel-header-icon:enabled:hover { color: #343a40; @@ -3985,7 +4647,7 @@ .p-panel .p-panel-header .p-panel-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-panel.p-panel-toggleable .p-panel-header { padding: 0.75rem 1.25rem; @@ -4014,12 +4676,16 @@ .p-scrollpanel .p-scrollpanel-bar { background: #f8f9fa; border: 0 none; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-scrollpanel .p-scrollpanel-bar:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-splitter { @@ -4029,17 +4695,24 @@ color: #495057; } .p-splitter .p-splitter-gutter { - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; background: #f8f9fa; } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle { background: #dee2e6; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-splitter .p-splitter-gutter .p-splitter-gutter-handle:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-splitter .p-splitter-gutter-resizing { background: #dee2e6; @@ -4069,29 +4742,35 @@ .p-tabview .p-tabview-nav li .p-tabview-nav-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #BFDBFE; + box-shadow: inset 0 0 0 0.2rem #bfdbfe; } -.p-tabview .p-tabview-nav li:not(.p-highlight):not(.p-disabled):hover .p-tabview-nav-link { +.p-tabview + .p-tabview-nav + li:not(.p-highlight):not(.p-disabled):hover + .p-tabview-nav-link { background: #ffffff; border-color: #adb5bd; color: #6c757d; } .p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link { background: #ffffff; - border-color: #3B82F6; - color: #3B82F6; + border-color: #3b82f6; + color: #3b82f6; } .p-tabview .p-tabview-nav-btn.p-link { background: #ffffff; - color: #3B82F6; + color: #3b82f6; 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); + 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; } .p-tabview .p-tabview-nav-btn.p-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #BFDBFE; + box-shadow: inset 0 0 0 0.2rem #bfdbfe; } .p-tabview .p-tabview-panels { background: #ffffff; @@ -4185,7 +4864,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin-right: 0.5rem; } .p-dialog .p-dialog-header .p-dialog-header-icon:enabled:hover { @@ -4196,7 +4878,7 @@ .p-dialog .p-dialog-header .p-dialog-header-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-dialog .p-dialog-header .p-dialog-header-icon:last-child { margin-right: 0; @@ -4241,11 +4923,14 @@ padding: 1.25rem; } .p-overlaypanel .p-overlaypanel-close { - background: #3B82F6; + background: #3b82f6; color: #ffffff; width: 2rem; height: 2rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 50%; position: absolute; top: -1rem; @@ -4289,7 +4974,10 @@ border: 0 none; background: transparent; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-sidebar .p-sidebar-header .p-sidebar-close:enabled:hover, .p-sidebar .p-sidebar-header .p-sidebar-icon:enabled:hover { @@ -4301,7 +4989,7 @@ .p-sidebar .p-sidebar-header .p-sidebar-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-sidebar .p-sidebar-header + .p-sidebar-content { padding-top: 0; @@ -4343,7 +5031,7 @@ .p-fileupload .p-fileupload-buttonbar .p-button.p-fileupload-choose.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-fileupload .p-fileupload-content { background: #ffffff; @@ -4354,8 +5042,8 @@ border-bottom-left-radius: 6px; } .p-fileupload .p-fileupload-content.p-fileupload-highlight { - border: 1px dashed #3B82F6; - background-color: #EFF6FF; + border: 1px dashed #3b82f6; + background-color: #eff6ff; } .p-fileupload .p-fileupload-file { padding: 1rem; @@ -4389,9 +5077,9 @@ border-color: #2563eb; } .p-fileupload-choose:not(.p-disabled):active { - background: #1D4ED8; + background: #1d4ed8; color: #ffffff; - border-color: #1D4ED8; + border-color: #1d4ed8; } .p-breadcrumb { @@ -4407,7 +5095,7 @@ .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-breadcrumb .p-breadcrumb-list li .p-menuitem-link .p-menuitem-text { color: #495057; @@ -4455,47 +5143,102 @@ padding: 0.75rem 1.25rem; user-select: none; } -.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: #6c757d; margin-right: 0.5rem; } -.p-contextmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.p-contextmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: #6c757d; } .p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } -.p-contextmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #1D4ED8; +.p-contextmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } .p-contextmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(59, 130, 246, 0.24); } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: #495057; background: #dee2e6; } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #495057; } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.p-contextmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.p-contextmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #6c757d; } .p-contextmenu .p-menuitem-separator { @@ -4526,52 +5269,62 @@ .p-dock .p-dock-item.p-focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.15rem #BFDBFE; + box-shadow: inset 0 0 0 0.15rem #bfdbfe; } .p-dock .p-dock-link { width: 4rem; height: 4rem; } .p-dock.p-dock-top .p-dock-item-second-prev, -.p-dock.p-dock-top .p-dock-item-second-next, .p-dock.p-dock-bottom .p-dock-item-second-prev, +.p-dock.p-dock-top .p-dock-item-second-next, +.p-dock.p-dock-bottom .p-dock-item-second-prev, .p-dock.p-dock-bottom .p-dock-item-second-next { margin: 0 0.9rem; } .p-dock.p-dock-top .p-dock-item-prev, -.p-dock.p-dock-top .p-dock-item-next, .p-dock.p-dock-bottom .p-dock-item-prev, +.p-dock.p-dock-top .p-dock-item-next, +.p-dock.p-dock-bottom .p-dock-item-prev, .p-dock.p-dock-bottom .p-dock-item-next { margin: 0 1.3rem; } -.p-dock.p-dock-top .p-dock-item-current, .p-dock.p-dock-bottom .p-dock-item-current { +.p-dock.p-dock-top .p-dock-item-current, +.p-dock.p-dock-bottom .p-dock-item-current { margin: 0 1.5rem; } .p-dock.p-dock-left .p-dock-item-second-prev, -.p-dock.p-dock-left .p-dock-item-second-next, .p-dock.p-dock-right .p-dock-item-second-prev, +.p-dock.p-dock-left .p-dock-item-second-next, +.p-dock.p-dock-right .p-dock-item-second-prev, .p-dock.p-dock-right .p-dock-item-second-next { margin: 0.9rem 0; } .p-dock.p-dock-left .p-dock-item-prev, -.p-dock.p-dock-left .p-dock-item-next, .p-dock.p-dock-right .p-dock-item-prev, +.p-dock.p-dock-left .p-dock-item-next, +.p-dock.p-dock-right .p-dock-item-prev, .p-dock.p-dock-right .p-dock-item-next { margin: 1.3rem 0; } -.p-dock.p-dock-left .p-dock-item-current, .p-dock.p-dock-right .p-dock-item-current { +.p-dock.p-dock-left .p-dock-item-current, +.p-dock.p-dock-right .p-dock-item-current { margin: 1.5rem 0; } @media screen and (max-width: 960px) { - .p-dock.p-dock-top .p-dock-list-container, .p-dock.p-dock-bottom .p-dock-list-container { + .p-dock.p-dock-top .p-dock-list-container, + .p-dock.p-dock-bottom .p-dock-list-container { overflow-x: auto; width: 100%; } - .p-dock.p-dock-top .p-dock-list-container .p-dock-list, .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list { + .p-dock.p-dock-top .p-dock-list-container .p-dock-list, + .p-dock.p-dock-bottom .p-dock-list-container .p-dock-list { margin: 0 auto; } - .p-dock.p-dock-left .p-dock-list-container, .p-dock.p-dock-right .p-dock-list-container { + .p-dock.p-dock-left .p-dock-list-container, + .p-dock.p-dock-right .p-dock-list-container { overflow-y: auto; height: 100%; } - .p-dock.p-dock-left .p-dock-list-container .p-dock-list, .p-dock.p-dock-right .p-dock-list-container .p-dock-list { + .p-dock.p-dock-left .p-dock-list-container .p-dock-list, + .p-dock.p-dock-right .p-dock-list-container .p-dock-list { margin: auto 0; } .p-dock .p-dock-list .p-dock-item { @@ -4599,10 +5352,18 @@ padding: 0.75rem 1.25rem; user-select: none; } -.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-megamenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.p-megamenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-megamenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: #6c757d; margin-right: 0.5rem; } @@ -4610,36 +5371,79 @@ color: #6c757d; } .p-megamenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } -.p-megamenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #1D4ED8; +.p-megamenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } .p-megamenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(59, 130, 246, 0.24); } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: #495057; background: #dee2e6; } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #495057; } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.p-megamenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.p-megamenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #6c757d; } .p-megamenu .p-megamenu-panel { @@ -4669,34 +5473,75 @@ width: 12.5rem; padding: 0.25rem 0; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content { color: #495057; transition: box-shadow 0.2s; border-radius: 6px; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link { padding: 0.75rem 1.25rem; user-select: none; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: #6c757d; margin-right: 0.5rem; } -.p-megamenu.p-megamenu-horizontal .p-megamenu-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: #6c757d; 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 { +.p-megamenu.p-megamenu-horizontal + .p-megamenu-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.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 { +.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: #495057; } -.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 { +.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: #6c757d; } @@ -4729,36 +5574,79 @@ color: #6c757d; } .p-menu .p-menuitem.p-highlight > .p-menuitem-content { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } -.p-menu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #1D4ED8; +.p-menu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } .p-menu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(59, 130, 246, 0.24); } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: #495057; background: #dee2e6; } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #495057; } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.p-menu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.p-menu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #6c757d; } .p-menu.p-menu-overlay { @@ -4795,29 +5683,67 @@ transition: box-shadow 0.2s; border-radius: 6px; } -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link { padding: 0.75rem 1.25rem; user-select: none; } -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: #6c757d; margin-right: 0.5rem; } -.p-menubar .p-menubar-root-list > .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.p-menubar + .p-menubar-root-list + > .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: #6c757d; margin-left: 0.5rem; } -.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.p-menubar + .p-menubar-root-list + > .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.p-menubar .p-menubar-root-list > .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.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: #495057; } -.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 { +.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: #6c757d; } .p-menubar .p-menuitem > .p-menuitem-content { @@ -4841,36 +5767,79 @@ color: #6c757d; } .p-menubar .p-menuitem.p-highlight > .p-menuitem-content { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } -.p-menubar .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #1D4ED8; +.p-menubar + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } .p-menubar .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(59, 130, 246, 0.24); } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: #495057; background: #dee2e6; } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #495057; } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.p-menubar .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.p-menubar + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #6c757d; } .p-menubar .p-submenu-list { @@ -4898,7 +5867,10 @@ height: 2rem; color: #6c757d; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-menubar .p-menubar-button:hover { color: #6c757d; @@ -4907,7 +5879,7 @@ .p-menubar .p-menubar-button:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-menubar .p-menubar-root-list { position: absolute; @@ -4929,11 +5901,21 @@ width: 100%; position: static; } - .p-menubar .p-menubar-root-list .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { + .p-menubar + .p-menubar-root-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { margin-left: auto; transition: transform 0.2s; } - .p-menubar .p-menubar-root-list .p-menuitem.p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon { + .p-menubar + .p-menubar-root-list + .p-menuitem.p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { transform: rotate(-180deg); } .p-menubar .p-menubar-root-list .p-submenu-list { @@ -4946,26 +5928,77 @@ transition: transform 0.2s; transform: rotate(90deg); } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem-active > .p-menuitem-content > .p-menuitem-link > .p-submenu-icon { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem-active + > .p-menuitem-content + > .p-menuitem-link + > .p-submenu-icon { transform: rotate(-90deg); } .p-menubar .p-menubar-root-list .p-menuitem { width: 100%; position: static; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 2.25rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 3.75rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 5.25rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 6.75rem; } - .p-menubar .p-menubar-root-list .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-submenu-list .p-menuitem .p-menuitem-content .p-menuitem-link { + .p-menubar + .p-menubar-root-list + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-submenu-list + .p-menuitem + .p-menuitem-content + .p-menuitem-link { padding-left: 8.25rem; } .p-menubar.p-menubar-mobile-active .p-menubar-root-list { @@ -4986,28 +6019,45 @@ border-radius: 6px; transition: box-shadow 0.2s; } -.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action { +.p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action { color: #6c757d; padding: 1.25rem; font-weight: 700; } -.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-submenu-icon { +.p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action + .p-submenu-icon { margin-right: 0.5rem; } -.p-panelmenu .p-panelmenu-header .p-panelmenu-header-content .p-panelmenu-header-action .p-menuitem-icon { +.p-panelmenu + .p-panelmenu-header + .p-panelmenu-header-content + .p-panelmenu-header-action + .p-menuitem-icon { margin-right: 0.5rem; } -.p-panelmenu .p-panelmenu-header:not(.p-disabled):focus .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-disabled):focus + .p-panelmenu-header-content { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #BFDBFE; + box-shadow: inset 0 0 0 0.2rem #bfdbfe; } -.p-panelmenu .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-highlight):not(.p-disabled):hover + .p-panelmenu-header-content { background: #e9ecef; border-color: #dee2e6; color: #343a40; } -.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-disabled).p-highlight + .p-panelmenu-header-content { background: #f8f9fa; border-color: #dee2e6; color: #343a40; @@ -5015,7 +6065,9 @@ border-bottom-left-radius: 0; margin-bottom: 0; } -.p-panelmenu .p-panelmenu-header:not(.p-disabled).p-highlight:hover .p-panelmenu-header-content { +.p-panelmenu + .p-panelmenu-header:not(.p-disabled).p-highlight:hover + .p-panelmenu-header-content { border-color: #dee2e6; background: #e9ecef; color: #343a40; @@ -5039,55 +6091,139 @@ transition: box-shadow 0.2s; border-radius: 0; } -.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link { color: #495057; padding: 0.75rem 1.25rem; user-select: none; } -.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: #6c757d; margin-right: 0.5rem; } -.p-panelmenu .p-panelmenu-content .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.p-panelmenu + .p-panelmenu-content + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: #6c757d; } -.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content { - color: #1D4ED8; - background: #EFF6FF; +.p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight + > .p-menuitem-content { + color: #1d4ed8; + background: #eff6ff; } -.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #1D4ED8; +.p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } -.p-panelmenu .p-panelmenu-content .p-menuitem.p-highlight.p-focus > .p-menuitem-content { +.p-panelmenu + .p-panelmenu-content + .p-menuitem.p-highlight.p-focus + > .p-menuitem-content { background: rgba(59, 130, 246, 0.24); } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: #495057; background: #dee2e6; } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.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: #495057; } -.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 { +.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: #495057; } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.p-panelmenu .p-panelmenu-content .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.p-panelmenu + .p-panelmenu-content + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #6c757d; } -.p-panelmenu .p-panelmenu-content .p-menuitem .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.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 { @@ -5125,11 +6261,11 @@ .p-steps .p-steps-item .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-steps .p-steps-item.p-highlight .p-steps-number { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } .p-steps .p-steps-item.p-highlight .p-steps-title { font-weight: 700; @@ -5170,20 +6306,26 @@ .p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link .p-menuitem-icon { margin-right: 0.5rem; } -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem .p-menuitem-link:not(.p-disabled):focus { +.p-tabmenu + .p-tabmenu-nav + .p-tabmenuitem + .p-menuitem-link:not(.p-disabled):focus { outline: 0 none; outline-offset: 0; - box-shadow: inset 0 0 0 0.2rem #BFDBFE; + box-shadow: inset 0 0 0 0.2rem #bfdbfe; } -.p-tabmenu .p-tabmenu-nav .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover .p-menuitem-link { +.p-tabmenu + .p-tabmenu-nav + .p-tabmenuitem:not(.p-highlight):not(.p-disabled):hover + .p-menuitem-link { background: #ffffff; border-color: #adb5bd; color: #6c757d; } .p-tabmenu .p-tabmenu-nav .p-tabmenuitem.p-highlight .p-menuitem-link { background: #ffffff; - border-color: #3B82F6; - color: #3B82F6; + border-color: #3b82f6; + color: #3b82f6; } .p-tieredmenu { @@ -5218,47 +6360,102 @@ padding: 0.75rem 1.25rem; user-select: none; } -.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-menuitem-icon { +.p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-icon { color: #6c757d; margin-right: 0.5rem; } -.p-tieredmenu .p-menuitem > .p-menuitem-content .p-menuitem-link .p-submenu-icon { +.p-tieredmenu + .p-menuitem + > .p-menuitem-content + .p-menuitem-link + .p-submenu-icon { color: #6c757d; } .p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content { - color: #1D4ED8; - background: #EFF6FF; + color: #1d4ed8; + background: #eff6ff; } -.p-tieredmenu .p-menuitem.p-highlight > .p-menuitem-content .p-menuitem-link .p-menuitem-text { - color: #1D4ED8; +.p-tieredmenu + .p-menuitem.p-highlight + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { + color: #1d4ed8; } -.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: #1D4ED8; +.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: #1d4ed8; } .p-tieredmenu .p-menuitem.p-highlight.p-focus > .p-menuitem-content { background: rgba(59, 130, 246, 0.24); } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content { +.p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content { color: #495057; background: #dee2e6; } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus > .p-menuitem-content .p-menuitem-link .p-menuitem-text { +.p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled).p-focus + > .p-menuitem-content + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #495057; } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover { +.p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover { color: #495057; background: #e9ecef; } -.p-tieredmenu .p-menuitem:not(.p-highlight):not(.p-disabled) > .p-menuitem-content:hover .p-menuitem-link .p-menuitem-text { +.p-tieredmenu + .p-menuitem:not(.p-highlight):not(.p-disabled) + > .p-menuitem-content:hover + .p-menuitem-link + .p-menuitem-text { color: #495057; } -.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 { +.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: #6c757d; } .p-tieredmenu .p-menuitem-separator { @@ -5337,7 +6534,10 @@ height: 2rem; border-radius: 50%; background: transparent; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-message .p-message-close:hover { background: rgba(255, 255, 255, 0.3); @@ -5345,7 +6545,7 @@ .p-message .p-message-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-message.p-message-info { background: #e9e9ff; @@ -5426,7 +6626,10 @@ .p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon { font-size: 2rem; } -.p-toast .p-toast-message .p-toast-message-content .p-toast-message-icon.p-icon { +.p-toast + .p-toast-message + .p-toast-message-content + .p-toast-message-icon.p-icon { width: 2rem; height: 2rem; } @@ -5441,7 +6644,10 @@ height: 2rem; border-radius: 50%; background: transparent; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-toast .p-toast-message .p-toast-icon-close:hover { background: rgba(255, 255, 255, 0.3); @@ -5449,7 +6655,7 @@ .p-toast .p-toast-message .p-toast-icon-close:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-toast .p-toast-message.p-toast-message-info { background: #e9e9ff; @@ -5498,7 +6704,10 @@ color: #f8f9fa; width: 4rem; height: 4rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-close .p-galleria-close-icon { @@ -5517,7 +6726,10 @@ color: #f8f9fa; width: 4rem; height: 4rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 6px; margin: 0 0.5rem; } @@ -5545,34 +6757,48 @@ background-color: #ced4da; width: 1rem; height: 1rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + 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: #adb5bd; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background: #EFF6FF; - color: #1D4ED8; + background: #eff6ff; + color: #1d4ed8; } -.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, .p-galleria.p-galleria-indicators-top .p-galleria-indicator { +.p-galleria.p-galleria-indicators-bottom .p-galleria-indicator, +.p-galleria.p-galleria-indicators-top .p-galleria-indicator { margin-right: 0.5rem; } -.p-galleria.p-galleria-indicators-left .p-galleria-indicator, .p-galleria.p-galleria-indicators-right .p-galleria-indicator { +.p-galleria.p-galleria-indicators-left .p-galleria-indicator, +.p-galleria.p-galleria-indicators-right .p-galleria-indicator { margin-bottom: 0.5rem; } .p-galleria.p-galleria-indicator-onitem .p-galleria-indicators { background: rgba(0, 0, 0, 0.5); } -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button { +.p-galleria.p-galleria-indicator-onitem + .p-galleria-indicators + .p-galleria-indicator + button { background: rgba(255, 255, 255, 0.4); } -.p-galleria.p-galleria-indicator-onitem .p-galleria-indicators .p-galleria-indicator button:hover { +.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: #EFF6FF; - color: #1D4ED8; +.p-galleria.p-galleria-indicator-onitem + .p-galleria-indicators + .p-galleria-indicator.p-highlight + button { + background: #eff6ff; + color: #1d4ed8; } .p-galleria .p-galleria-thumbnail-container { background: rgba(0, 0, 0, 0.9); @@ -5585,7 +6811,10 @@ color: #f8f9fa; width: 2rem; height: 2rem; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; border-radius: 50%; } .p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-prev:hover, @@ -5593,10 +6822,12 @@ background: rgba(255, 255, 255, 0.1); color: #f8f9fa; } -.p-galleria .p-galleria-thumbnail-container .p-galleria-thumbnail-item-content:focus { +.p-galleria + .p-galleria-thumbnail-container + .p-galleria-thumbnail-item-content:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-galleria-mask { @@ -5610,7 +6841,10 @@ .p-image-preview-indicator { background-color: transparent; color: #f8f9fa; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-image-preview-indicator .p-icon { width: 1.5rem; @@ -5631,7 +6865,10 @@ width: 3rem; height: 3rem; border-radius: 50%; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; margin-right: 0.5rem; } .p-image-action.p-link:last-child { @@ -5675,7 +6912,7 @@ } .p-badge { - background: #3B82F6; + background: #3b82f6; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -5684,23 +6921,23 @@ line-height: 1.5rem; } .p-badge.p-badge-secondary { - background-color: #64748B; + background-color: #64748b; color: #ffffff; } .p-badge.p-badge-success { - background-color: #22C55E; + background-color: #22c55e; color: #ffffff; } .p-badge.p-badge-info { - background-color: #3B82F6; + background-color: #3b82f6; color: #ffffff; } .p-badge.p-badge-warning { - background-color: #F59E0B; + background-color: #f59e0b; color: #ffffff; } .p-badge.p-badge-danger { - background-color: #EF4444; + background-color: #ef4444; color: #ffffff; } .p-badge.p-badge-lg { @@ -5739,18 +6976,25 @@ .p-chip .p-chip-remove-icon { margin-left: 0.5rem; border-radius: 6px; - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-chip .p-chip-remove-icon:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-inplace .p-inplace-display { padding: 0.75rem 0.75rem; border-radius: 6px; - transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s; + 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: #e9ecef; @@ -5759,7 +7003,7 @@ .p-inplace .p-inplace-display:focus { outline: 0 none; outline-offset: 0; - box-shadow: 0 0 0 0.2rem #BFDBFE; + box-shadow: 0 0 0 0.2rem #bfdbfe; } .p-progressbar { @@ -5771,7 +7015,7 @@ .p-progressbar .p-progressbar-value { border: 0 none; margin: 0; - background: #3B82F6; + background: #3b82f6; } .p-progressbar .p-progressbar-label { color: #ffffff; @@ -5786,7 +7030,9 @@ stroke-dasharray: 89, 200; stroke-dashoffset: 0; stroke: #ff5757; - animation: p-progress-spinner-dash 1.5s ease-in-out infinite, p-progress-spinner-color 6s ease-in-out infinite; + animation: + p-progress-spinner-dash 1.5s ease-in-out infinite, + p-progress-spinner-color 6s ease-in-out infinite; stroke-linecap: round; } @@ -5810,7 +7056,8 @@ } } @keyframes p-progress-spinner-color { - 100%, 0% { + 100%, + 0% { stroke: #ff5757; } 40% { @@ -5819,7 +7066,8 @@ 66% { stroke: #1ea97c; } - 80%, 90% { + 80%, + 90% { stroke: #cc8925; } } @@ -5828,7 +7076,10 @@ height: 3rem; border-radius: 50%; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1); - transition: background-color 0.2s, color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + color 0.2s, + box-shadow 0.2s; } .p-scrolltop.p-link { background: rgba(0, 0, 0, 0.7); @@ -5850,11 +7101,16 @@ border-radius: 6px; } .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.4), + rgba(255, 255, 255, 0) + ); } .p-tag { - background: #3B82F6; + background: #3b82f6; color: #ffffff; font-size: 0.75rem; font-weight: 700; @@ -5862,19 +7118,19 @@ border-radius: 6px; } .p-tag.p-tag-success { - background-color: #22C55E; + background-color: #22c55e; color: #ffffff; } .p-tag.p-tag-info { - background-color: #3B82F6; + background-color: #3b82f6; color: #ffffff; } .p-tag.p-tag-warning { - background-color: #F59E0B; + background-color: #f59e0b; color: #ffffff; } .p-tag.p-tag-danger { - background-color: #EF4444; + background-color: #ef4444; color: #ffffff; } .p-tag .p-tag-icon { @@ -5894,7 +7150,8 @@ } .p-terminal .p-terminal-input { font-size: 1rem; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, + Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .p-button-label { @@ -5902,50 +7159,80 @@ } .p-accordion .p-accordion-header .p-accordion-header-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-tabview .p-tabview-nav li .p-tabview-nav-link { - transition: background-color 0.2s, border-color 0.2s, box-shadow 0.2s; + transition: + background-color 0.2s, + border-color 0.2s, + box-shadow 0.2s; } .p-carousel .p-carousel-indicators .p-carousel-indicator.p-highlight button { - background-color: #3B82F6; + background-color: #3b82f6; } .p-galleria .p-galleria-indicators .p-galleria-indicator.p-highlight button { - background-color: #3B82F6; + background-color: #3b82f6; } .p-button:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #9dc1fb, + 0 1px 2px 0 black; } .p-button.p-button-secondary:enabled:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #b0b9c6, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #b0b9c6, + 0 1px 2px 0 black; } .p-button.p-button-success:enabled:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #88eaac, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #88eaac, + 0 1px 2px 0 black; } .p-button.p-button-info:enabled:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #9dc1fb, + 0 1px 2px 0 black; } .p-button.p-button-warning:enabled:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #facf85, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #facf85, + 0 1px 2px 0 black; } .p-button.p-button-help:enabled:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #d4aafb, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #d4aafb, + 0 1px 2px 0 black; } .p-button.p-button-danger:enabled:focus { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #f7a2a2, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #f7a2a2, + 0 1px 2px 0 black; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-top > td { - box-shadow: inset 0 2px 0 0 #3B82F6; + box-shadow: inset 0 2px 0 0 #3b82f6; } .p-datatable .p-datatable-tbody > tr.p-datatable-dragpoint-bottom > td { - box-shadow: inset 0 -2px 0 0 #3B82F6; + box-shadow: inset 0 -2px 0 0 #3b82f6; } .p-speeddial-item.p-focus > .p-speeddial-action { - box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #9dc1fb, 0 1px 2px 0 black; + box-shadow: + 0 0 0 2px #ffffff, + 0 0 0 4px #9dc1fb, + 0 1px 2px 0 black; } diff --git a/frontend/src/api/createFeed.ts b/frontend/src/api/createFeed.ts index bafb019..dd0c0ee 100644 --- a/frontend/src/api/createFeed.ts +++ b/frontend/src/api/createFeed.ts @@ -42,14 +42,15 @@ export async function saveIndividualFeed( export async function deleteIndividualFeed(token: string): Promise { await fetch("/api/feed?token=" + token, { method: "DELETE", - }).then ((response) => { - if (response.ok) { + }) + .then((response) => { + if (response.ok) { return Promise.resolve(response); - } else { - return Promise.reject(response); - } - }).catch((error) => { - return Promise.reject(error); - }); - + } else { + return Promise.reject(response); + } + }) + .catch((error) => { + return Promise.reject(error); + }); } diff --git a/frontend/src/api/fetchModule.ts b/frontend/src/api/fetchModule.ts index 48da22d..929d120 100644 --- a/frontend/src/api/fetchModule.ts +++ b/frontend/src/api/fetchModule.ts @@ -14,7 +14,7 @@ export async function fetchModule(module: Module): Promise { module.uuid, module.name, module.course, - module.eventType, + module.eventType, module.name, module.prof, module.semester, diff --git a/frontend/src/components/AdditionalModuleTable.vue b/frontend/src/components/AdditionalModuleTable.vue index eaf6709..b474244 100644 --- a/frontend/src/components/AdditionalModuleTable.vue +++ b/frontend/src/components/AdditionalModuleTable.vue @@ -46,14 +46,16 @@ const loadedModules: Ref = ref(new Array(10)); const loadingData = ref(true); onMounted(() => { - fetchAllModules().then( - (data) => - (loadedModules.value = data.map((module: Module) => { - return module; - })), - ).finally(() => { - loadingData.value = false; - }); + fetchAllModules() + .then( + (data) => + (loadedModules.value = data.map((module: Module) => { + return module; + })), + ) + .finally(() => { + loadingData.value = false; + }); }); const ModuleInformation = defineAsyncComponent( @@ -121,7 +123,7 @@ function unselectModule(event: DataTableRowUnselectEvent) { @row-unselect="unselectModule" > - - - -