@oslokommune/punkt-css 18.0.0 → 18.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/css/components/calendar.css +2 -2
- package/dist/css/components/calendar.min.css +1 -1
- package/dist/css/components/card.css +3 -3
- package/dist/css/components/card.min.css +1 -1
- package/dist/css/components/fileupload.css +7 -7
- package/dist/css/components/fileupload.min.css +1 -1
- package/dist/css/components/footer.css +1 -1
- package/dist/css/components/footer.min.css +1 -1
- package/dist/css/components/header.css +1 -1
- package/dist/css/components/header.min.css +1 -1
- package/dist/css/components/inputwrapper.css +1 -1
- package/dist/css/components/inputwrapper.min.css +1 -1
- package/dist/css/components/listbox.css +2 -2
- package/dist/css/components/listbox.min.css +1 -1
- package/dist/css/components/loader.css +4 -4
- package/dist/css/components/loader.min.css +1 -1
- package/dist/css/components/modal.css +1 -1
- package/dist/css/components/modal.min.css +1 -1
- package/dist/css/components/progressbar.css +1 -1
- package/dist/css/components/progressbar.min.css +1 -1
- package/dist/css/components/stepper.css +5 -5
- package/dist/css/components/stepper.min.css +1 -1
- package/dist/css/components/tag.css +4 -18
- package/dist/css/components/tag.min.css +1 -1
- package/dist/css/elements/button.css +70 -48
- package/dist/css/elements/button.min.css +1 -1
- package/dist/css/elements/checkbox-radio.css +3 -3
- package/dist/css/elements/checkbox-radio.min.css +1 -1
- package/dist/css/elements/form.css +4 -4
- package/dist/css/elements/form.min.css +1 -1
- package/dist/css/elements/hr.css +1 -1
- package/dist/css/elements/hr.min.css +1 -1
- package/dist/css/elements/input.css +1 -1
- package/dist/css/elements/input.min.css +1 -1
- package/dist/css/elements/list.css +1 -1
- package/dist/css/elements/list.min.css +1 -1
- package/dist/css/elements/section.css +11 -108
- package/dist/css/elements/section.min.css +1 -1
- package/dist/css/pkt-base.css +708 -75
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +32 -88
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-docs.css +832 -330
- package/dist/css/pkt-docs.min.css +1 -1
- package/dist/css/pkt-elements.css +91 -166
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt-tokens.css +113 -68
- package/dist/css/pkt-tokens.min.css +1 -1
- package/dist/css/pkt-utilities.css +594 -6
- package/dist/css/pkt-utilities.min.css +1 -1
- package/dist/css/pkt.css +831 -329
- package/dist/css/pkt.layer.css +684 -322
- package/dist/css/pkt.layer.min.css +1 -1
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/functions/_index.scss +25 -0
- package/dist/scss/abstracts/variables/_colors.scss +155 -68
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/base/_colors-tokens.scss +9 -75
- package/dist/scss/components/_calendar.scss +2 -2
- package/dist/scss/components/_card.scss +3 -3
- package/dist/scss/components/_fileupload.scss +8 -7
- package/dist/scss/components/_footer.scss +6 -5
- package/dist/scss/components/_header-service-mobile.scss +3 -2
- package/dist/scss/components/_header-shared.scss +3 -2
- package/dist/scss/components/_header.scss +1 -1
- package/dist/scss/components/_index.scss +0 -1
- package/dist/scss/components/_inputwrapper.scss +1 -1
- package/dist/scss/components/_listbox.scss +4 -2
- package/dist/scss/components/_loader.scss +5 -4
- package/dist/scss/components/_modal.scss +2 -1
- package/dist/scss/components/_progressbar.scss +1 -1
- package/dist/scss/components/_stepper.scss +5 -5
- package/dist/scss/components/_tag.scss +5 -17
- package/dist/scss/elements/_button.scss +71 -67
- package/dist/scss/elements/_form.scss +4 -4
- package/dist/scss/elements/_hr.scss +1 -1
- package/dist/scss/elements/_list.scss +3 -3
- package/dist/scss/elements/_section.scss +12 -40
- package/dist/scss/pkt-docs.scss +3 -1
- package/package.json +2 -2
- package/dist/css/components/badge.css +0 -41
- package/dist/css/components/badge.min.css +0 -1
- package/dist/scss/components/_badge.scss +0 -60
|
@@ -1 +1 @@
|
|
|
1
|
-
.pkt-btn--icon-only .pkt-btn__text{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;margin:-1px !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.pkt-btn__icon svg{--ring-color: var(--pkt-color-brand-dark-blue-700);--spinner-color: var(--pkt-color-brand-blue-1000)}[data-mode=dark] .pkt-btn__icon svg{--ring-color: var(--pkt-color-brand-neutrals-white);--spinner-color: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-focus: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-border-focus: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-text-focus: var(--pkt-color-brand-neutrals-white);--pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);--pkt-color-button-background-hover: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-border-hover: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-text-hover: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-active: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-border-active: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-text-active: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-disabled: var(--pkt-color-brand-neutrals-100);--pkt-color-button-border-disabled: var(--pkt-color-brand-neutrals-100);--pkt-color-button-text-disabled: var(--pkt-color-grays-gray-500)}[data-mode=dark] .pkt-btn{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-500);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-500);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-background-focus: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-focus: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-focus: var(--pkt-color-brand-dark-blue-1000);--pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);--pkt-color-button-background-hover: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-hover: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-hover: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-background-active: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-active: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-active: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-background-disabled: var(--pkt-color-brand-neutrals-100);--pkt-color-button-border-disabled: var(--pkt-color-brand-neutrals-100);--pkt-color-button-text-disabled: var(--pkt-color-grays-gray-600)}[data-mode=dark] .pkt-btn--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn--secondary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-text-disabled: var(--pkt-color-grays-gray-600)}[data-mode=dark] .pkt-btn--secondary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-white);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-focus: var(--pkt-color-brand-blue-500);--pkt-color-button-border-focus: var(--pkt-color-brand-blue-500);--pkt-color-button-background-hover: var(--pkt-color-brand-blue-500);--pkt-color-button-border-hover: var(--pkt-color-brand-blue-500);--pkt-color-button-background-active: var(--pkt-color-brand-blue-500);--pkt-color-button-border-active: var(--pkt-color-brand-blue-500);--pkt-color-button-background-disabled: var(--pkt-color-grays-gray-100);--pkt-color-button-border-disabled: var(--pkt-color-grays-gray-100)}[data-mode=dark] .pkt-btn--secondary--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn--tertiary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-background-focus: var(--pkt-color-brand-neutrals-200);--pkt-color-button-text-focus: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-background-hover: var(--pkt-color-brand-neutrals-200);--pkt-color-button-border-hover: var(--pkt-color-brand-neutrals-200);--pkt-color-button-text-hover: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-text-disabled: var(--pkt-color-grays-gray-600)}[data-mode=dark] .pkt-btn--tertiary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-focus: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-border-focus: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-text-focus: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-hover: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-border-hover: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-text-hover: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-active: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-border-active: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-text-active: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn{border-radius:0;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:normal;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;background-color:var(--pkt-color-button-background-normal);border:2px solid var(--pkt-color-button-border-normal);color:var(--pkt-color-button-text-normal);text-decoration:none;text-decoration-thickness:1px;text-underline-offset:.3em;text-align:left;align-items:center;justify-content:center;column-gap:.5rem;-webkit-appearance:none;appearance:none;width:fit-content}.pkt-btn--full,.pkt-btn--full .pkt-btn{display:flex;width:100%}.pkt-btn--full:not(.pkt-btn):not(pkt-button){flex-direction:column;gap:.5rem}@media screen and (max-width: 36rem){.pkt-btn--full-small,.pkt-btn--full-small .pkt-btn{display:flex;width:100%}}@media screen and (max-width: 36rem){.pkt-btn--full-small:not(.pkt-btn):not(pkt-button){flex-direction:column;gap:.5rem}}.pkt-btn{height:3rem;padding:0 1rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:1.125rem;line-height:1.75rem}.pkt-btn__icon,.pkt-btn__icon .pkt-icon{height:1.5rem;width:1.5rem}.pkt-btn--label-only .pkt-btn__icon:not(.pkt-btn__spinner){display:none}.pkt-btn--icon-left{flex-direction:row}.pkt-btn--icon-right{flex-direction:row-reverse}.pkt-btn--icons-right-and-left{flex-direction:row}.pkt-btn--icon-only{padding:0 .625rem}.pkt-btn--xsmall{height:2.25rem;padding:0 .75rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:.875rem;line-height:1.375rem}.pkt-btn--xsmall .pkt-btn__icon,.pkt-btn--xsmall .pkt-btn__icon .pkt-icon{height:1.125rem;width:1.125rem}.pkt-btn--xsmall.pkt-btn--icon-only{padding:0 .4375rem}.pkt-btn--small{height:2.625rem;padding:0 1rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:1rem;line-height:1.5rem}.pkt-btn--small .pkt-btn__icon,.pkt-btn--small .pkt-btn__icon .pkt-icon{height:1.25rem;width:1.25rem}.pkt-btn--small.pkt-btn--icon-only{padding:0 .5625rem}.pkt-btn--large{height:4rem;padding:0 1rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:1.5rem;line-height:2.25rem}.pkt-btn--large .pkt-btn__icon,.pkt-btn--large .pkt-btn__icon .pkt-icon{height:2rem;width:2rem}.pkt-btn--large.pkt-btn--icon-only{padding:0 .875rem}.pkt-btn[class*=pkt-btn--icon]>.pkt-btn__icon{display:flex}.pkt-btn__icon{display:none}.pkt-btn__icon,.pkt-btn .pkt-icon{--fg-color: currentColor;flex-shrink:0}.pkt-btn:link,.pkt-btn:visited{color:var(--pkt-color-button-text-normal)}.pkt-btn:focus{outline:none}a.pkt-btn:focus-visible,div.pkt-btn:not([data-disabled]):focus-visible,.pkt-btn:enabled:focus-visible,.pkt-btn.pkt-btn:focus-visible,.pkt-btn.pkt-btn--focus,.pkt-btn--focus .pkt-btn{background-color:var(--pkt-color-button-background-focus);color:var(--pkt-color-button-text-focus);border-color:var(--pkt-color-button-border-focus);outline:4px solid var(--pkt-color-border-states-focus);text-decoration:none}a.pkt-btn:hover,div.pkt-btn:not([data-disabled]):hover,.pkt-btn:enabled:hover,.pkt-btn:hover:not(:disabled):not([disabled]):not([data-disabled]),.pkt-btn.pkt-btn--hover,.pkt-btn--hover .pkt-btn{background-color:var(--pkt-color-button-background-hover);border-color:var(--pkt-color-button-border-hover);color:var(--pkt-color-button-text-hover);outline:0;text-decoration:underline}a.pkt-btn:active,div.pkt-btn:not([data-disabled]):active,.pkt-btn:enabled:active,.pkt-btn:active:not(:disabled):not([disabled]):not([data-disabled]),.pkt-btn.pkt-btn--active:not(:disabled):not([disabled]):not([data-disabled]),.pkt-btn.pkt-btn--active:not(:disabled):not([disabled]):not([data-disabled]):hover,.pkt-btn--active .pkt-btn{background-color:var(--pkt-color-button-background-active);border-color:var(--pkt-color-button-border-active);color:var(--pkt-color-button-text-active);text-decoration:none;cursor:inherit}.pkt-btn.pkt-btn--isLoading,.pkt-btn--isLoading .pkt-btn{pointer-events:none;cursor:inherit}.pkt-btn:disabled,.pkt-btn[disabled],.pkt-btn[data-disabled],.pkt-btn:disabled .pkt-btn{background-color:var(--pkt-color-button-background-disabled);border-color:var(--pkt-color-button-border-disabled);color:var(--pkt-color-button-text-disabled);cursor:inherit;pointer-events:none}.pkt-btn::-moz-focus-inner{border:0}.pkt-btn--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}@keyframes enter{from{transform:scaleY(0)}to{transform:scaleY(1)}}.pkt-form-group{margin-block-end:1.5rem}.pkt-form-group:focus-within{color:var(--pkt-color-brand-warm-blue-1000)}.pkt-form-label{width:100%}.pkt-form-label>p:first-child{display:inline}.pkt-form-help{margin:.25em 0;font-size:.875rem;line-height:1.25em;opacity:.9}.pkt-form-validation{animation:enter .2s ease-in forwards;background-color:var(--pkt-color-brand-red-1000);border:2px solid var(--pkt-color-brand-red-1000);font-size:.875rem;line-height:2rem;margin:1rem 0 0;padding:.4375rem .5rem;transform-origin:0 0}.pkt-form-validation--warning{background-color:var(--pkt-color-brand-yellow-1000);border-color:var(--pkt-color-brand-yellow-1000)}.pkt-form-validation--error{background-color:var(--pkt-color-brand-red-1000);border-color:var(--pkt-color-brand-red-1000)}.pkt-form-input,.pkt-form-textarea{appearance:none;background-clip:padding-box;background-color:var(--pkt-color-brand-neutrals-white);border:2px solid var(--pkt-color-brand-dark-blue-1000);border-radius:0;color:var(--pkt-color-brand-dark-blue-1000);display:block;font-size:1rem;font-weight:400;line-height:2rem;margin:0;padding:.4375rem .5rem;position:relative;width:100%}.pkt-form-input:focus,.pkt-form-textarea:focus{background-color:var(--pkt-color-brand-neutrals-white);border-color:var(--pkt-color-brand-warm-blue-1000);box-shadow:0 0 var(--pkt-color-brand-warm-blue-1000);color:var(--pkt-color-brand-warm-blue-1000);outline:2px solid var(--pkt-color-brand-warm-blue-1000)}.pkt-form-input::placeholder,.pkt-form-textarea::placeholder{color:var(--pkt-color-grays-gray-300);opacity:1}.pkt-form-input+.pkt-form-validation,.pkt-form-textarea+.pkt-form-validation{display:none}.pkt-form-input:not(:placeholder-shown):invalid,.pkt-form-textarea:not(:placeholder-shown):invalid{border-color:var(--pkt-color-brand-red-1000)}.pkt-form-input:not(:placeholder-shown):invalid+.pkt-form-validation,.pkt-form-textarea:not(:placeholder-shown):invalid+.pkt-form-validation{display:inherit}.pkt-form-input:disabled,.pkt-form-input[readonly],.pkt-form-textarea:disabled,.pkt-form-textarea[readonly]{background-color:var(--pkt-color-brand-neutrals-200);border-color:var(--pkt-color-grays-gray-300);color:var(--pkt-color-grays-gray-300);cursor:inherit}.pkt-input-check{display:flex;flex-direction:column;row-gap:1rem}.pkt-input-check__input{display:flex}.pkt-input-check__input-label{color:var(--pkt-color-text-body-default);padding-inline-start:.5rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input-check__input-label--left{padding-inline-start:0;padding-inline-end:.5rem}.pkt-input-check__input-helptext{padding-block-start:.5rem;max-width:21.875rem;color:var(--pkt-color-text-body-default);letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input-check__input:hover>.pkt-input-check__input-checkbox:not(:disabled)+.pkt-input-check__input-label{color:var(--pkt-color-input-check-text-hover)}.pkt-input-check__input-checkbox{appearance:none;background-color:var(--pkt-color-input-check-background);border:2px solid var(--pkt-color-input-check-border);width:1.5rem;height:1.5rem;flex-shrink:0}.pkt-input-check__input-checkbox[type=checkbox]{border-radius:0}.pkt-input-check__input-checkbox[type=checkbox][role=switch]{transition:all .15s ease-in-out;position:relative;height:calc(1.5rem + 2px);width:2.5rem;border-radius:calc(.75rem + 2px)}.pkt-input-check__input-checkbox[type=checkbox][role=switch]:after{transition:all .15s ease-in-out;display:block;content:"";border:2px solid var(--pkt-color-input-check-border);background-color:var(--pkt-color-input-check-background);position:absolute;top:-1px;bottom:-1px;left:-1px;width:1.5rem;border-radius:.75rem}.pkt-input-check__input-checkbox[type=radio]{border-radius:50%;border:none;width:1.25rem;height:1.25rem;box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:focus-visible:not(:disabled)+.pkt-input-check__input-label{color:var(--pkt-color-input-check-text-hover)}.pkt-input-check__input-checkbox[type=checkbox]:hover{--pkt-color-input-check-border: var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox[type=checkbox]:active:not(:disabled){--pkt-color-input-check-border: var(--pkt-color-input-border-active)}.pkt-input-check__input-checkbox[type=checkbox]:focus-visible{--pkt-color-input-check-border: var(--pkt-color-input-border-active);outline:4px solid var(--pkt-color-border-states-focus);outline-offset:0}.pkt-input-check__input-checkbox[type=radio]:hover{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-hover);outline-color:var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox[type=radio]:focus-visible{border:3px solid var(--pkt-color-input-check-background);outline:none;box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-active),0px 0px 0px .375rem var(--pkt-color-border-states-focus)}.pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]){--svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/minus-sign.svg);position:relative;background-color:var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:24px;background-image:var(--svg);background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%)}.pkt-input-check__input-checkbox:checked[type=checkbox]{--svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);position:relative;background-color:var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:checked:not([role=switch])[type=checkbox]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.pkt-input-check__input-checkbox:checked:not([role=switch])[type=checkbox]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:24px;background-image:var(--svg);background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%)}.pkt-input-check__input-checkbox:checked[role=switch]:after{left:calc(100% + 1px);transform:translate(-100%, 0);background-image:var(--svg);background-repeat:no-repeat}.pkt-input-check__input-checkbox:checked[type=radio]{background-color:var(--pkt-color-input-border-normal);border:3px solid var(--pkt-color-input-check-background);box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:checked[type=checkbox]:focus-visible{background-color:var(--pkt-color-input-border-active)}.pkt-input-check__input-checkbox:checked[type=checkbox]:hover{background-color:var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox:checked[type=radio]:focus-visible{background-color:var(--pkt-color-input-border-active);border:3px solid var(--pkt-color-input-check-background);outline:none;box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-active),0px 0px 0px .375rem var(--pkt-color-border-states-focus)}.pkt-input-check__input-checkbox:checked[type=radio]:hover{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-hover);background-color:var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox:disabled[type=checkbox]{background-color:var(--pkt-color-surface-default-gray);--pkt-color-input-check-border: var(--pkt-color-input-border-disabled);cursor:not-allowed}.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after{--svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/check-medium.svg);--pkt-color-input-check-border: var(--pkt-color-input-border-normal);filter:grayscale(100%) brightness(400%)}.pkt-input-check__input-checkbox:disabled[type=radio]{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-disabled);background-color:var(--pkt-color-surface-default-gray);cursor:not-allowed;outline-color:var(--pkt-color-input-border-disabled)}.pkt-input-check__input-checkbox:disabled:checked[type=checkbox]{background-color:var(--pkt-color-input-border-disabled);--pkt-color-input-check-border: var(--pkt-color-input-border-disabled)}.pkt-input-check__input-checkbox:disabled:checked[type=radio]{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-disabled);background-color:var(--pkt-color-input-border-disabled)}.pkt-input-check__input-label--disabled,.pkt-input-check__input-label--disabled .pkt-input-check__input-helptext,.pkt-input-check__input-checkbox:disabled+.pkt-inputwrapper,.pkt-input-check__input-checkbox:disabled+.pkt-inputwrapper .pkt-input-check__input-helptext,.pkt-input-check__input-checkbox:disabled+.pkt-input-check__input-label,.pkt-input-check__input-checkbox:disabled+.pkt-input-check__input-label .pkt-input-check__input-helptext{color:var(--pkt-color-input-text-disabled);cursor:not-allowed}.pkt-input-check__input-checkbox--error[type=checkbox]:not([role=switch]):checked:after{filter:brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(5273%) hue-rotate(212deg) brightness(96%) contrast(94%)}.pkt-input-check__input-checkbox--error[type=checkbox],.pkt-input-check__input-checkbox--error[type=checkbox]:hover,.pkt-input-check__input-checkbox--error[type=checkbox]:focus-visible,.pkt-input-check__input-checkbox--error[type=checkbox]:checked,.pkt-input-check__input-checkbox--error[type=checkbox]:checked:focus-visible,.pkt-input-check__input-checkbox--error[type=checkbox]:checked:hover,.pkt-input-check__input-checkbox--error[type=checkbox]:active:not(:disabled),.pkt-input-check__input-checkbox--error:checked[type=checkbox]:checked:before{background-color:var(--pkt-color-surface-default-faded-red);--pkt-color-input-check-border: var(--pkt-color-input-border-error);outline-color:var(--pkt-color-input-border-error)}.pkt-input-check__input-checkbox--error[type=radio],.pkt-input-check__input-checkbox--error[type=radio]:hover,.pkt-input-check__input-checkbox--error[type=radio]:focus-visible,.pkt-input-check__input-checkbox--error[type=radio]:hover,.pkt-input-check__input-checkbox--error[type=radio]:active:not(:disabled){box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-error);background-color:var(--pkt-color-surface-default-faded-red)}.pkt-input-check__input-checkbox--error[type=radio]:checked,.pkt-input-check__input-checkbox--error[type=radio]:checked:focus-visible,.pkt-input-check__input-checkbox--error[type=radio]:checked:hover,.pkt-input-check__input-checkbox--error[type=radio]:checked:focus-visible+.pkt-input-check__input--tile{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-error);background-color:var(--pkt-color-input-border-active)}.pkt-input-check__input-checkbox--error[type=radio]:checked:hover,.pkt-input-check__input-checkbox--error[type=radio]:checked:focus-visible{background-color:var(--pkt-color-input-border-active)}.pkt-input-check__input--tile{border:2px solid var(--pkt-color-border-subtle);width:21.875rem;max-width:100%;position:relative}.pkt-input-check__input--tile .pkt-input-check__input-label:before{content:""}.pkt-input-check__input--tile>.pkt-input-check__input-label{padding:1rem 1rem 1rem .5rem;width:100%}.pkt-input-check__input--tile>.pkt-input-check__input-checkbox{margin:1rem 0 1rem 1rem}.pkt-input-check__input--tile .pkt-input-check__input-checkbox:checked:not(:disabled)+.pkt-input-check__input-label:before{content:"";position:absolute;left:-2px;right:-2px;bottom:-2px;top:-2px;border:2px solid var(--pkt-color-border-default);pointer-events:none}.pkt-input-check__input--tile:focus-within{background-color:var(--pkt-color-input-background-normal);border-color:var(--pkt-color-border-states-active);outline:4px solid var(--pkt-color-border-states-focus)}.pkt-input-check__input--tile:hover:not(.pkt-input-check__input--tile-disabled){border-color:var(--pkt-color-border-states-hover)}.pkt-input-check__input--tile:hover>.pkt-input-check__input-checkbox:checked+.pkt-input-check__input-label:before{border-color:var(--pkt-color-border-states-hover)}.pkt-input-check__input--tile:active:not(:disabled)>.pkt-input-check__input-checkbox:checked+.pkt-input-check__input-label:before{border-color:var(--pkt-color-border-states-active)}.pkt-input-check__input--tile:disabled{border-color:var(--pkt-color-border-states-disabled)}.pkt-input-check__input--tile .pkt-input-check__input-checkbox:not(.pkt-input-check__input-checkbox--error):checked[type=radio]:focus-visible{box-shadow:0px 0px 0px .125rem var(--pkt-color-border-states-active)}.pkt-input-check__input--tile .pkt-input-check__input-checkbox[type=checkbox]:focus-visible{outline:none}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox]:not([role=switch]):after{filter:brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(5273%) hue-rotate(212deg) brightness(96%) contrast(94%)}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox][role=switch]:checked:not(:disabled){background-color:var(--pkt-color-input-border-hover);border-color:var(--pkt-color-input-border-hover)}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox][role=switch]:checked:after{background-color:var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox][role=switch]:disabled:not(:checked){background-color:rgba(0,0,0,0)}[data-mode=dark] .pkt-input-check__input-checkbox--error[type=checkbox][role=switch]:is(input),[data-mode=dark] .pkt-input-check__input-checkbox--error[type=checkbox][role=switch]:is(input):checked:checked{background-color:var(--pkt-color-surface-default-faded-red);border-color:var(--pkt-color-input-border-error)}.pkt-hr{border:0;width:100%;border-top:1px solid var(--pkt-color-grays-gray-200)}.img-fluid{max-width:100%;height:auto}.img-round{border-radius:50%;overflow:hidden;object-fit:cover}.figure{display:inline-block}pkt-textinput,pkt-textarea,pkt-select{display:block}.pkt-textinput,.pkt-textarea,.pkt-select{display:block}.pkt-textinput:has(>.pkt-inputwrapper--inline),.pkt-textarea:has(>.pkt-inputwrapper--inline),.pkt-select:has(>.pkt-inputwrapper--inline){display:inline-block;width:fit-content}:where(.pkt-textinput:has(.pkt-input:not(.pkt-input--fullwidth):not([size]):not([cols]))){width:min(31rem,100%)}.pkt-textinput:has(.pkt-input--fullwidth),.pkt-select:has(.pkt-input--fullwidth){width:100%}.pkt-input{display:flex;align-items:center;appearance:none;background-color:var(--pkt-color-input-background-normal);border:2px solid var(--pkt-color-input-border-normal);border-radius:0;color:var(--pkt-color-input-text-normal);margin:0;padding:.5rem 1rem;min-height:3rem;letter-spacing:-0.2px;font-weight:300;font-size:1.125rem;line-height:1.75rem}.pkt-input--small:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)){min-height:2.625rem;padding:.375rem 1rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input--small:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)):not(select[multiple]){height:2.625rem}.pkt-input--xsmall:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)){min-height:2.25rem;padding:.25rem .75rem;letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input--xsmall:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)):not(select[multiple]){height:2.25rem}.pkt-input input.pkt-input,.pkt-input select.pkt-input{display:block}.pkt-input-compact.pkt-input{border:0;border-bottom:1px solid var(--pkt-color-input-border-normal);padding:0 0 .1rem 0;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input-compact.pkt-input:is(select):not([multiple]){background-position:right 0 top 50%;padding-right:2rem}.pkt-input__container{width:min(31rem,100%)}.pkt-input{width:min(31rem,100%)}.pkt-input:where([size],[cols]){width:auto}.pkt-input:where(select):not(.pkt-input--fullwidth){width:auto}.pkt-input__container:where(:has(>:is(input[size],textarea[cols]))){width:fit-content;align-self:flex-start}.pkt-input--fullwidth,*:has(.pkt-input--fullwidth)~.pkt-input__counter,.pkt-input--fullwidth+.pkt-input__counter{width:100%}.pkt-input:is(textarea:not([rows])){min-height:9.25rem}.pkt-input:is(select){appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right:3rem}.pkt-input:is(select):not([multiple]){--svg: url(https://punkt-cdn.oslo.kommune.no/18.0/icons/chevron-thin-down.svg);background-image:var(--svg);background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem auto,100%}.pkt-input:is(select):not([multiple]).pkt-input--small{background-size:1.25rem auto,100%;background-position:right .5rem top 50%;padding:.375rem 2.5rem .375rem 1rem}.pkt-input:is(select):not([multiple]).pkt-input--xsmall{background-size:1.125rem auto,100%;background-position:right .5rem top 50%;padding:.25rem 2.25rem .25rem .75rem}.pkt-input:is(select) option{background-color:var(--pkt-color-input-background-normal);color:var(--pkt-color-input-text-normal);font-weight:normal}.pkt-input::placeholder{color:var(--pkt-color-text-placeholder);opacity:1}.pkt-input:hover,.pkt-input.pkt-input--hover{border-color:var(--pkt-color-input-border-hover)}.pkt-input:focus{outline:none;border-color:var(--pkt-color-input-border-active)}.pkt-input:focus-visible,.pkt-input.pkt-input__textinput--focus{outline:2px solid var(--pkt-color-input-border-active);outline-offset:0;border-color:var(--pkt-color-input-border-active)}:is(.pkt-inputwrapper,.pkt-searchinput):not([data-navtype=pointer]) .pkt-input:focus-visible{outline:4px solid var(--pkt-color-border-states-focus);outline-offset:0}.pkt-input:disabled,.pkt-input:disabled::placeholder,.pkt-input[readonly]:not(.ios-readonly-hack){opacity:1;background-color:var(--pkt-color-surface-default-gray);border-color:var(--pkt-color-input-border-disabled);color:var(--pkt-color-input-text-disabled);cursor:inherit}.pkt-input:disabled:active{border:2px solid var(--pkt-color-input-border-disabled)}.pkt-input-prefix,.pkt-input-suffix,.pkt-input-icon,.pkt-input-separator{letter-spacing:-0.2px;font-weight:300;font-size:1.125rem;line-height:1.75rem}.pkt-input-prefix,.pkt-input-suffix,.pkt-input-icon,.pkt-input-separator{display:flex;align-items:center;width:auto;height:3rem;border:2px solid var(--pkt-color-input-border-normal);flex-shrink:0;color:var(--pkt-color-brand-dark-blue-1000);background-color:var(--pkt-color-input-background-normal)}.pkt-input-prefix{padding:.5rem 0rem .5rem 1rem}.pkt-input-prefix::after{content:"";width:1px;margin-left:.5rem;height:100%;background-color:var(--pkt-color-brand-dark-blue-1000)}.pkt-input-suffix{padding:.5rem 1rem .5rem 0rem}.pkt-input-suffix svg{width:1.5rem;height:1.5rem;margin-left:.5rem}.pkt-input-suffix::before{content:"";width:1px;margin-right:.5rem;height:1.5rem;background-color:var(--pkt-color-brand-dark-blue-1000)}.pkt-input-icon{padding:.5rem 1rem;align-self:stretch}.pkt-input-icon svg{width:1.5rem;height:1.5rem}.pkt-input-icon:not(button) svg{margin-left:.5rem}.pkt-input-separator{padding:.5rem 0}.pkt-input__container--small{align-items:stretch}.pkt-input__container--small .pkt-input-prefix,.pkt-input__container--small .pkt-input-suffix,.pkt-input__container--small .pkt-input-icon{height:auto;min-height:2.625rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input__container--small .pkt-input-prefix{padding:.375rem 0 .375rem 1rem}.pkt-input__container--small .pkt-input-suffix{padding:.375rem 1rem .375rem 0}.pkt-input__container--small input.pkt-input,.pkt-input__container--small select.pkt-input{height:auto;min-height:2.625rem;flex:1 1 auto;min-width:0;padding:.375rem 1rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input__container--small .pkt-input-icon svg,.pkt-input__container--small .pkt-input-suffix svg{width:1.25rem;height:1.25rem}.pkt-input__container--small .pkt-input-suffix::before{height:1.25rem}.pkt-input__container--xsmall{align-items:stretch}.pkt-input__container--xsmall .pkt-input-prefix,.pkt-input__container--xsmall .pkt-input-suffix,.pkt-input__container--xsmall .pkt-input-icon{height:auto;min-height:2.25rem;letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input__container--xsmall .pkt-input-prefix{padding:.25rem 0 .25rem .75rem}.pkt-input__container--xsmall .pkt-input-suffix{padding:.25rem .75rem .25rem 0}.pkt-input__container--xsmall input.pkt-input,.pkt-input__container--xsmall select.pkt-input{height:auto;min-height:2.25rem;flex:1 1 auto;min-width:0;padding:.25rem .75rem;letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input__container--xsmall .pkt-input-icon{padding:.25rem .5rem}.pkt-input__container--xsmall .pkt-input-icon svg,.pkt-input__container--xsmall .pkt-input-suffix svg{width:1.125rem;height:1.125rem}.pkt-input__container--xsmall .pkt-input-suffix::before{height:1.125rem}.pkt-input--counter-error,.pkt-input--counter-error:focus{border-color:var(--pkt-color-input-border-error);background-color:var(--pkt-color-surface-default-faded-red)}.pkt-input--counter-error:focus{box-shadow:0 0 0 2px var(--pkt-color-input-border-error)}.pkt-input__container{display:flex;align-items:center;align-self:stretch}.pkt-input__container :first-child:not(:only-child){border-right-width:0}.pkt-input__container :last-child:not(:only-child){border-left-width:0}.pkt-input__container :not(:first-child):not(:last-child){border-left-width:0;border-right-width:0}.pkt-input__container p{margin:0}.pkt-input__container input:focus{outline:none;box-shadow:none}.pkt-input__container:hover .pkt-input:not(:disabled),.pkt-input__container:hover .pkt-input-prefix:not(:disabled),.pkt-input__container:hover .pkt-input-suffix:not(:disabled),.pkt-input__container:hover .pkt-input-icon:not(:disabled){border-color:var(--pkt-color-input-border-active);color:var(--pkt-color-input-text-hover);--fg-color: var(--pkt-color-input-text-hover)}.pkt-input__container:focus-within{outline:2px solid var(--pkt-color-input-border-active)}.pkt-input__container:focus-within .pkt-input,.pkt-input__container:focus-within .pkt-input-prefix,.pkt-input__container:focus-within .pkt-input-suffix,.pkt-input__container:focus-within .pkt-input-icon{border-color:var(--pkt-color-input-border-active)}:is(.pkt-inputwrapper,.pkt-searchinput):not([data-navtype=pointer]) .pkt-input__container:focus-within{outline:4px solid var(--pkt-color-border-states-focus)}:is(.pkt-inputwrapper,.pkt-searchinput):not([data-navtype=pointer]) .pkt-input__container:focus-within .pkt-input:focus-visible{outline:none}.pkt-input__counter{letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input__counter{width:min(31rem,100%);text-align:right}.pkt-input__counter--error{letter-spacing:-0.2px;font-weight:500;font-size:.875rem;line-height:1.375rem}.pkt-input__counter--error{color:var(--pkt-color-input-text-error)}@media screen and (max-width: 30rem){.pkt-input__range-inputs{max-width:100%}.pkt-input__range-inputs .pkt-input__container{border:2px solid var(--pkt-color-input-border-normal);display:grid;grid-template-rows:auto auto;grid-template-columns:auto 3rem;gap:0}.pkt-input__range-inputs .pkt-input__container .pkt-input-prefix,.pkt-input__range-inputs .pkt-input__container .pkt-input-suffix,.pkt-input__range-inputs .pkt-input__container .pkt-input-icon,.pkt-input__range-inputs .pkt-input__container .pkt-input{border:0}.pkt-input__range-inputs .pkt-input__container .pkt-input-separator{margin:0 auto}.pkt-input__range-inputs .pkt-input__container .pkt-input.pkt-datepicker__input.pkt-datepicker--range{padding-left:1rem}.pkt-input__range-inputs .pkt-input__container:has(>:first-child.pkt-input-prefix)>:nth-child(2){grid-column-start:span 2}.pkt-input__range-inputs .pkt-input__container:has(>:first-child.pkt-input-prefix){grid-template-columns:min-content auto 3rem}}.pkt-input__container:where(:has(>.pkt-input--fullwidth)){width:100%}.pkt-list{display:grid;grid-template-columns:auto;grid-template-rows:auto;list-style:none;padding:0;position:relative;row-gap:1.5rem}@media screen and (min-width: 48rem){.pkt-list.two-cols-tablet-up{column-gap:1.5rem;grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media screen and (min-width: 80rem){.pkt-list.three-cols-laptop-up{column-gap:1.5rem;grid-template-columns:1fr 1fr 1fr}}.pkt-list li>a{display:grid;grid-template-columns:2rem auto;column-gap:1rem}.pkt-list-horizontal{display:flex;list-style:none;padding:0}.pkt-list-horizontal li{padding-inline-end:1rem}.pkt-list-horizontal li+li{padding-inline-start:1rem}.pkt-list-horizontal li:last-child{padding-inline-end:0}.pkt-list-horizontal.bordered li+li{border-left:1px solid var(--pkt-color-grays-gray-600)}.pkt-dl,.pkt-dl--narrow{display:flex;flex-direction:column}@supports(display: grid){.pkt-dl,.pkt-dl--narrow{display:grid;flex-direction:column;grid-template-columns:1fr;margin:.5rem 0}}@media screen and (min-width: 48rem){.pkt-dl{grid-template-columns:minmax(9rem, auto) 1fr;border-bottom:0}}.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}@media screen and (min-width: 48rem){.pkt-dt{font-size:inherit}}.pkt-dl--narrow>.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}@media screen and (min-width: 48rem){.pkt-dd{border-bottom:1px solid rgba(0,0,0,.15)}@supports(display: grid){.pkt-dd{padding:.25em 0 .25em 1.25em;border-bottom:0}}}.pkt-dl--narrow>.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}.pkt-section{margin:1rem 0}.pkt-section--dark{color:#fff;margin:1rem 0;padding:.75rem;background-color:#2a2859}@media screen and (min-width: 36rem){.pkt-section--dark{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--dark{padding:1.5rem}}.pkt-section--dark a.pkt-btn--ter{color:#fff}.pkt-section--danger{color:#000;margin:1rem 0;padding:.75rem;background-color:#ff8274}@media screen and (min-width: 36rem){.pkt-section--danger{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--danger{padding:1.5rem}}.pkt-section--danger a.pkt-btn--ter{color:#000}.pkt-section--gray,.pkt-section--grey{margin:1rem 0;padding:.75rem;background-color:#f2f2f2}@media screen and (min-width: 36rem){.pkt-section--gray,.pkt-section--grey{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--gray,.pkt-section--grey{padding:1.5rem}}.pkt-section--success{color:#000;margin:1rem 0;padding:.75rem;background-color:#43f8b6}@media screen and (min-width: 36rem){.pkt-section--success{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--success{padding:1.5rem}}.pkt-section--success a.pkt-btn--ter{color:#000}.pkt-section--warning{margin:1rem 0;padding:.75rem;background-color:#f9c66b}@media screen and (min-width: 36rem){.pkt-section--warning{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--warning{padding:1.5rem}}.pkt-section--info{margin:1rem 0;padding:.75rem;background-color:#b3f5ff}@media screen and (min-width: 36rem){.pkt-section--info{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--info{padding:1.5rem}}.pkt-section--info a.pkt-btn--ter{color:#000}.pkt-section--frame{border:1px solid #2c2c2c;margin:1rem 0;padding:.75rem;background-color:#fff}@media screen and (min-width: 36rem){.pkt-section--frame{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--frame{padding:1.5rem}}[class*=ok-section-]>[class^=ok-title-]{margin-block-start:0}.pkt-section--margin-top{margin-block-start:2.5rem}.pkt-table{width:100%;border-collapse:collapse}.pkt-table__header,.pkt-table thead,.pkt-table thead.pkt-table__header th{text-align:left;vertical-align:top;font-size:1.125rem;font-weight:500}.pkt-table__header{border-bottom:2px solid var(--pkt-color-border-gray)}.pkt-table__body,.pkt-table tbody{text-align:left;vertical-align:top;font-size:1rem;font-weight:300}.pkt-table__body .pkt-table__row:hover>.pkt-table__data-cell,.pkt-table tbody .pkt-table__row:hover>.pkt-table__data-cell{background:rgba(42,40,89,.01)}.pkt-table__header-cell,.pkt-table th{padding:.75rem 1rem;border-bottom:none}.pkt-table__data-cell,.pkt-table td{padding:.75rem 1rem;border-bottom:none}.pkt-table__cell-wrapper{text-align:left;vertical-align:top;display:inline-flex;gap:.5rem}.pkt-table.pkt-table--compact .pkt-table__header-cell,.pkt-table.pkt-table--compact th{padding:.5rem 1rem}.pkt-table.pkt-table--compact .pkt-table__data-cell,.pkt-table.pkt-table--compact td{padding:.5rem 1rem}.pkt-table.pkt-table--basic .pkt-table__row,.pkt-table.pkt-table--basic tr{border-bottom:1px solid var(--pkt-color-border-gray)}.pkt-table.pkt-table--zebra-blue .pkt-table__body .pkt-table__row:nth-child(odd),.pkt-table.pkt-table--zebra-blue .pkt-table__body tr:nth-child(odd),.pkt-table.pkt-table--zebra-blue tbody .pkt-table__row:nth-child(odd),.pkt-table.pkt-table--zebra-blue tbody tr:nth-child(odd){background:var(--pkt-color-surface-subtle-pale-blue)}@media screen and (max-width: 48rem){.pkt-table.pkt-table--responsive__label-padding .pkt-table__data-cell::before,.pkt-table.pkt-table--responsive__label-padding td::before{padding-block-start:1rem}.pkt-table.pkt-table--responsive .pkt-table__header,.pkt-table.pkt-table--responsive thead{border-bottom:none;height:0}.pkt-table.pkt-table--responsive .pkt-table__row,.pkt-table.pkt-table--responsive tr{display:grid;grid-template-columns:max-content 1fr;gap:1rem;padding:1rem 1rem}.pkt-table.pkt-table--responsive .pkt-table__row .pkt-table__header-cell,.pkt-table.pkt-table--responsive .pkt-table__row th,.pkt-table.pkt-table--responsive tr .pkt-table__header-cell,.pkt-table.pkt-table--responsive tr th{display:none}.pkt-table.pkt-table--responsive .pkt-table__cell-wrapper{grid-column:2/3}.pkt-table.pkt-table--responsive .pkt-table__data-cell,.pkt-table.pkt-table--responsive td{padding:.5rem 1rem;display:contents}.pkt-table.pkt-table--responsive .pkt-table__data-cell :only-child,.pkt-table.pkt-table--responsive td :only-child{grid-column:2/3}.pkt-table.pkt-table--responsive .pkt-table__data-cell::before,.pkt-table.pkt-table--responsive td::before{grid-column:1/2;content:attr(data-label);font-weight:500}.pkt-table.pkt-table--responsive.pkt-table__compact .pkt-table__row,.pkt-table.pkt-table--responsive.pkt-table__compact tr{padding:.5rem .5rem;gap:.5rem}.pkt-table.pkt-table--responsive.pkt-table__zebra-blue .pkt-table__row:nth-child(odd),.pkt-table.pkt-table--responsive.pkt-table__zebra-blue tr:nth-child(odd){background:var(--pkt-color-surface-subtle-pale-blue)}}
|
|
1
|
+
.pkt-btn--icon-only .pkt-btn__text{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;margin:-1px !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.pkt-btn__icon svg{--ring-color: var(--pkt-color-brand-dark-blue-700);--spinner-color: var(--pkt-color-brand-blue-1000)}[data-mode=dark] .pkt-btn__icon svg{--ring-color: var(--pkt-color-brand-neutrals-white);--spinner-color: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn{--pkt-color-button-background-normal: var(--pkt-color-button-primary-background-normal);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-button-primary-text-normal);--pkt-color-button-background-focus: var(--pkt-color-button-primary-background-focus);--pkt-color-button-border-focus: var(--pkt-color-button-primary-border-focus);--pkt-color-button-text-focus: var(--pkt-color-button-primary-text-focus);--pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);--pkt-color-button-background-hover: var(--pkt-color-button-primary-background-hover);--pkt-color-button-border-hover: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-text-hover: var(--pkt-color-button-primary-text-hover);--pkt-color-button-background-active: var(--pkt-color-button-primary-background-active);--pkt-color-button-border-active: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-text-active: var(--pkt-color-button-primary-text-active);--pkt-color-button-background-disabled: var(--pkt-color-button-primary-background-disabled);--pkt-color-button-border-disabled: var(--pkt-color-button-primary-background-disabled);--pkt-color-button-text-disabled: var(--pkt-color-button-primary-text-disabled)}[data-mode=dark] .pkt-btn{--pkt-color-button-background-normal: var(--pkt-color-button-primary-background-normal);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-500);--pkt-color-button-text-normal: var(--pkt-color-button-primary-text-normal);--pkt-color-button-background-focus: var(--pkt-color-button-primary-background-focus);--pkt-color-button-border-focus: var(--pkt-color-button-primary-border-focus);--pkt-color-button-text-focus: var(--pkt-color-button-primary-text-focus);--pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);--pkt-color-button-background-hover: var(--pkt-color-button-primary-background-hover);--pkt-color-button-border-hover: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-hover: var(--pkt-color-button-primary-text-hover);--pkt-color-button-background-active: var(--pkt-color-button-primary-background-active);--pkt-color-button-border-active: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-active: var(--pkt-color-button-primary-text-active);--pkt-color-button-background-disabled: var(--pkt-color-button-primary-background-disabled);--pkt-color-button-border-disabled: var(--pkt-color-button-primary-background-disabled);--pkt-color-button-text-disabled: var(--pkt-color-button-primary-text-disabled)}[data-mode=dark] .pkt-btn--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn--secondary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-button-secondary-border-normal);--pkt-color-button-text-normal: var(--pkt-color-button-secondary-text-normal);--pkt-color-button-background-focus: var(--pkt-color-brand-warm-blue-1000);--pkt-color-button-border-focus: var(--pkt-color-button-secondary-border-focus);--pkt-color-button-text-focus: var(--pkt-color-brand-neutrals-white);--pkt-color-button-background-hover: var(--pkt-color-button-secondary-background-hover);--pkt-color-button-text-hover: var(--pkt-color-button-secondary-text-hover);--pkt-color-button-background-active: var(--pkt-color-button-secondary-background-active);--pkt-color-button-text-active: var(--pkt-color-button-secondary-text-active);--pkt-color-button-background-disabled: var(--pkt-color-button-secondary-background-disabled);--pkt-color-button-border-disabled: var(--pkt-color-button-secondary-background-disabled);--pkt-color-button-text-disabled: var(--pkt-color-button-secondary-text-disabled)}[data-mode=dark] .pkt-btn--secondary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-button-secondary-border-normal);--pkt-color-button-text-normal: var(--pkt-color-button-secondary-text-normal);--pkt-color-button-background-focus: var(--pkt-color-brand-blue-500);--pkt-color-button-border-focus: var(--pkt-color-button-secondary-border-focus);--pkt-color-button-text-focus: var(--pkt-color-brand-dark-blue-1000);--pkt-color-button-background-hover: var(--pkt-color-button-secondary-background-hover);--pkt-color-button-border-hover: var(--pkt-color-brand-blue-500);--pkt-color-button-text-hover: var(--pkt-color-button-secondary-text-hover);--pkt-color-button-background-active: var(--pkt-color-button-secondary-background-active);--pkt-color-button-border-active: var(--pkt-color-brand-blue-500);--pkt-color-button-text-active: var(--pkt-color-button-secondary-text-active);--pkt-color-button-background-disabled: var(--pkt-color-button-secondary-background-disabled);--pkt-color-button-border-disabled: var(--pkt-color-button-secondary-background-disabled);--pkt-color-button-text-disabled: var(--pkt-color-button-secondary-text-disabled)}[data-mode=dark] .pkt-btn--secondary--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--secondary--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--secondary--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn--tertiary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-text-normal: var(--pkt-color-button-tertiary-text-normal);--pkt-color-button-background-focus: var(--pkt-color-button-tertiary-background-focus);--pkt-color-button-border-focus: var(--pkt-color-button-tertiary-border-focus);--pkt-color-button-text-focus: var(--pkt-color-button-tertiary-text-focus);--pkt-color-button-background-hover: var(--pkt-color-button-tertiary-background-hover);--pkt-color-button-border-hover: var(--pkt-color-brand-neutrals-100);--pkt-color-button-text-hover: var(--pkt-color-button-tertiary-text-hover);--pkt-color-button-background-active: var(--pkt-color-button-tertiary-background-active);--pkt-color-button-text-active: var(--pkt-color-button-tertiary-text-active);--pkt-color-button-background-disabled: var(--pkt-color-button-tertiary-background-disabled);--pkt-color-button-border-disabled: var(--pkt-color-button-tertiary-background-disabled);--pkt-color-button-text-disabled: var(--pkt-color-button-tertiary-text-disabled)}[data-mode=dark] .pkt-btn--tertiary{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-text-normal: var(--pkt-color-button-tertiary-text-normal);--pkt-color-button-background-focus: var(--pkt-color-button-tertiary-background-focus);--pkt-color-button-border-focus: var(--pkt-color-button-tertiary-border-focus);--pkt-color-button-text-focus: var(--pkt-color-button-tertiary-text-focus);--pkt-color-button-background-hover: var(--pkt-color-button-tertiary-background-hover);--pkt-color-button-border-hover: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-text-hover: var(--pkt-color-button-tertiary-text-hover);--pkt-color-button-background-active: var(--pkt-color-button-tertiary-background-active);--pkt-color-button-border-active: var(--pkt-color-brand-dark-blue-700);--pkt-color-button-text-active: var(--pkt-color-button-tertiary-text-active);--pkt-color-button-background-disabled: var(--pkt-color-button-tertiary-background-disabled);--pkt-color-button-border-disabled: var(--pkt-color-button-tertiary-background-disabled);--pkt-color-button-text-disabled: var(--pkt-color-button-tertiary-text-disabled)}[data-mode=dark] .pkt-btn--tertiary--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-btn--tertiary--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}[data-mode=dark] .pkt-btn--tertiary--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn{border-radius:0;cursor:pointer;display:inline-flex;font-family:inherit;font-weight:normal;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;background-color:var(--pkt-color-button-background-normal);border:2px solid var(--pkt-color-button-border-normal);color:var(--pkt-color-button-text-normal);text-decoration:none;text-decoration-thickness:1px;text-underline-offset:.3em;text-align:left;align-items:center;justify-content:center;column-gap:.5rem;-webkit-appearance:none;appearance:none;width:fit-content}.pkt-btn--full,.pkt-btn--full .pkt-btn{display:flex;width:100%}.pkt-btn--full:not(.pkt-btn):not(pkt-button){flex-direction:column;gap:.5rem}@media screen and (max-width: 36rem){.pkt-btn--full-small,.pkt-btn--full-small .pkt-btn{display:flex;width:100%}}@media screen and (max-width: 36rem){.pkt-btn--full-small:not(.pkt-btn):not(pkt-button){flex-direction:column;gap:.5rem}}.pkt-btn{height:3rem;padding:0 1rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:1.125rem;line-height:1.75rem}.pkt-btn__icon,.pkt-btn__icon .pkt-icon{height:1.5rem;width:1.5rem}.pkt-btn--label-only .pkt-btn__icon:not(.pkt-btn__spinner){display:none}.pkt-btn--icon-left{flex-direction:row}.pkt-btn--icon-right{flex-direction:row-reverse}.pkt-btn--icons-right-and-left{flex-direction:row}.pkt-btn--icon-only{padding:0 .625rem}.pkt-btn--xsmall{height:2.25rem;padding:0 .75rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:.875rem;line-height:1.375rem}.pkt-btn--xsmall .pkt-btn__icon,.pkt-btn--xsmall .pkt-btn__icon .pkt-icon{height:1.125rem;width:1.125rem}.pkt-btn--xsmall.pkt-btn--icon-only{padding:0 .4375rem}.pkt-btn--small{height:2.625rem;padding:0 1rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:1rem;line-height:1.5rem}.pkt-btn--small .pkt-btn__icon,.pkt-btn--small .pkt-btn__icon .pkt-icon{height:1.25rem;width:1.25rem}.pkt-btn--small.pkt-btn--icon-only{padding:0 .5625rem}.pkt-btn--large{height:4rem;padding:0 1rem;line-height:1.1;letter-spacing:-0.2px;font-weight:500;font-size:1.5rem;line-height:2.25rem}.pkt-btn--large .pkt-btn__icon,.pkt-btn--large .pkt-btn__icon .pkt-icon{height:2rem;width:2rem}.pkt-btn--large.pkt-btn--icon-only{padding:0 .875rem}.pkt-btn[class*=pkt-btn--icon]>.pkt-btn__icon{display:flex}.pkt-btn__icon{display:none}.pkt-btn__icon,.pkt-btn .pkt-icon{--fg-color: currentColor;flex-shrink:0}.pkt-btn:link,.pkt-btn:visited{color:var(--pkt-color-button-text-normal)}.pkt-btn:focus{outline:none}a.pkt-btn:focus-visible,div.pkt-btn:not([data-disabled]):focus-visible,.pkt-btn:enabled:focus-visible,.pkt-btn.pkt-btn:focus-visible,.pkt-btn.pkt-btn--focus,.pkt-btn--focus .pkt-btn{background-color:var(--pkt-color-button-background-focus);color:var(--pkt-color-button-text-focus);border-color:var(--pkt-color-button-border-focus);outline:4px solid var(--pkt-color-border-states-focus);text-decoration:none}a.pkt-btn:hover,div.pkt-btn:not([data-disabled]):hover,.pkt-btn:enabled:hover,.pkt-btn:hover:not(:disabled):not([disabled]):not([data-disabled]),.pkt-btn.pkt-btn--hover,.pkt-btn--hover .pkt-btn{background-color:var(--pkt-color-button-background-hover);border-color:var(--pkt-color-button-border-hover);color:var(--pkt-color-button-text-hover);outline:0;text-decoration:underline}a.pkt-btn:active,div.pkt-btn:not([data-disabled]):active,.pkt-btn:enabled:active,.pkt-btn:active:not(:disabled):not([disabled]):not([data-disabled]),.pkt-btn.pkt-btn--active:not(:disabled):not([disabled]):not([data-disabled]),.pkt-btn.pkt-btn--active:not(:disabled):not([disabled]):not([data-disabled]):hover,.pkt-btn--active .pkt-btn{background-color:var(--pkt-color-button-background-active);border-color:var(--pkt-color-button-border-active);color:var(--pkt-color-button-text-active);text-decoration:none;cursor:inherit}.pkt-btn.pkt-btn--isLoading,.pkt-btn--isLoading .pkt-btn{pointer-events:none;cursor:inherit}.pkt-btn:disabled,.pkt-btn[disabled],.pkt-btn[data-disabled],.pkt-btn:disabled .pkt-btn{background-color:var(--pkt-color-button-background-disabled);border-color:var(--pkt-color-button-border-disabled);color:var(--pkt-color-button-text-disabled);cursor:inherit;pointer-events:none}.pkt-btn::-moz-focus-inner{border:0}.pkt-btn--green-dark{--pkt-color-button-background-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-neutrals-white)}.pkt-btn--green-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--green{--pkt-color-button-background-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--green-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-green-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--blue{--pkt-color-button-background-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--blue-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-blue-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--beige-light{--pkt-color-button-background-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-light-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--beige-dark-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-dark-beige-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--yellow{--pkt-color-button-background-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--yellow-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-yellow-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--red{--pkt-color-button-background-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}.pkt-btn--red-outline{--pkt-color-button-background-normal: var(--pkt-color-brand-neutrals-transparent);--pkt-color-button-border-normal: var(--pkt-color-brand-red-1000);--pkt-color-button-text-normal: var(--pkt-color-brand-dark-blue-1000)}@keyframes enter{from{transform:scaleY(0)}to{transform:scaleY(1)}}.pkt-form-group{margin-block-end:1.5rem}.pkt-form-group:focus-within{color:var(--pkt-color-brand-warm-blue-1000)}.pkt-form-label{width:100%}.pkt-form-label>p:first-child{display:inline}.pkt-form-help{margin:.25em 0;font-size:.875rem;line-height:1.25em;opacity:.9}.pkt-form-validation{animation:enter .2s ease-in forwards;background-color:var(--pkt-color-brand-red-1000);border:2px solid var(--pkt-color-brand-red-1000);font-size:.875rem;line-height:2rem;margin:1rem 0 0;padding:.4375rem .5rem;transform-origin:0 0}.pkt-form-validation--warning{background-color:var(--pkt-color-brand-yellow-1000);border-color:var(--pkt-color-brand-yellow-1000)}.pkt-form-validation--error{background-color:var(--pkt-color-brand-red-1000);border-color:var(--pkt-color-brand-red-1000)}.pkt-form-input,.pkt-form-textarea{appearance:none;background-clip:padding-box;background-color:var(--pkt-color-brand-neutrals-white);border:2px solid var(--pkt-color-brand-dark-blue-1000);border-radius:0;color:var(--pkt-color-brand-dark-blue-1000);display:block;font-size:1rem;font-weight:400;line-height:2rem;margin:0;padding:.4375rem .5rem;position:relative;width:100%}.pkt-form-input:focus,.pkt-form-textarea:focus{background-color:var(--pkt-color-brand-neutrals-white);border-color:var(--pkt-color-brand-warm-blue-1000);box-shadow:0 0 var(--pkt-color-brand-warm-blue-1000);color:var(--pkt-color-brand-warm-blue-1000);outline:2px solid var(--pkt-color-brand-warm-blue-1000)}.pkt-form-input::placeholder,.pkt-form-textarea::placeholder{color:var(--pkt-color-brand-neutrals-400);opacity:1}.pkt-form-input+.pkt-form-validation,.pkt-form-textarea+.pkt-form-validation{display:none}.pkt-form-input:not(:placeholder-shown):invalid,.pkt-form-textarea:not(:placeholder-shown):invalid{border-color:var(--pkt-color-brand-red-1000)}.pkt-form-input:not(:placeholder-shown):invalid+.pkt-form-validation,.pkt-form-textarea:not(:placeholder-shown):invalid+.pkt-form-validation{display:inherit}.pkt-form-input:disabled,.pkt-form-input[readonly],.pkt-form-textarea:disabled,.pkt-form-textarea[readonly]{background-color:var(--pkt-color-brand-neutrals-100);border-color:var(--pkt-color-brand-neutrals-400);color:var(--pkt-color-brand-neutrals-400);cursor:inherit}.pkt-input-check{display:flex;flex-direction:column;row-gap:1rem}.pkt-input-check__input{display:flex}.pkt-input-check__input-label{color:var(--pkt-color-text-body-default);padding-inline-start:.5rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input-check__input-label--left{padding-inline-start:0;padding-inline-end:.5rem}.pkt-input-check__input-helptext{padding-block-start:.5rem;max-width:21.875rem;color:var(--pkt-color-text-body-default);letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input-check__input:hover>.pkt-input-check__input-checkbox:not(:disabled)+.pkt-input-check__input-label{color:var(--pkt-color-input-check-text-hover)}.pkt-input-check__input-checkbox{appearance:none;background-color:var(--pkt-color-input-check-background);border:2px solid var(--pkt-color-input-check-border);width:1.5rem;height:1.5rem;flex-shrink:0}.pkt-input-check__input-checkbox[type=checkbox]{border-radius:0}.pkt-input-check__input-checkbox[type=checkbox][role=switch]{transition:all .15s ease-in-out;position:relative;height:calc(1.5rem + 2px);width:2.5rem;border-radius:calc(.75rem + 2px)}.pkt-input-check__input-checkbox[type=checkbox][role=switch]:after{transition:all .15s ease-in-out;display:block;content:"";border:2px solid var(--pkt-color-input-check-border);background-color:var(--pkt-color-input-check-background);position:absolute;top:-1px;bottom:-1px;left:-1px;width:1.5rem;border-radius:.75rem}.pkt-input-check__input-checkbox[type=radio]{border-radius:50%;border:none;width:1.25rem;height:1.25rem;box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:focus-visible:not(:disabled)+.pkt-input-check__input-label{color:var(--pkt-color-input-check-text-hover)}.pkt-input-check__input-checkbox[type=checkbox]:hover{--pkt-color-input-check-border: var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox[type=checkbox]:active:not(:disabled){--pkt-color-input-check-border: var(--pkt-color-input-border-active)}.pkt-input-check__input-checkbox[type=checkbox]:focus-visible{--pkt-color-input-check-border: var(--pkt-color-input-border-active);outline:4px solid var(--pkt-color-border-states-focus);outline-offset:0}.pkt-input-check__input-checkbox[type=radio]:hover{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-hover);outline-color:var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox[type=radio]:focus-visible{border:3px solid var(--pkt-color-input-check-background);outline:none;box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-active),0px 0px 0px .375rem var(--pkt-color-border-states-focus)}.pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]){--svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/minus-sign.svg);position:relative;background-color:var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]):before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.pkt-input-check__input-checkbox:indeterminate[type=checkbox]:not([role=switch]):after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:24px;background-image:var(--svg);background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%)}.pkt-input-check__input-checkbox:checked[type=checkbox]{--svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/check-medium.svg);position:relative;background-color:var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:checked:not([role=switch])[type=checkbox]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.pkt-input-check__input-checkbox:checked:not([role=switch])[type=checkbox]:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:24px;height:24px;background-image:var(--svg);background-repeat:no-repeat;filter:brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(271deg) brightness(105%) contrast(101%)}.pkt-input-check__input-checkbox:checked[role=switch]:after{left:calc(100% + 1px);transform:translate(-100%, 0);background-image:var(--svg);background-repeat:no-repeat}.pkt-input-check__input-checkbox:checked[type=radio]{background-color:var(--pkt-color-input-border-normal);border:3px solid var(--pkt-color-input-check-background);box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-normal)}.pkt-input-check__input-checkbox:checked[type=checkbox]:focus-visible{background-color:var(--pkt-color-input-border-active)}.pkt-input-check__input-checkbox:checked[type=checkbox]:hover{background-color:var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox:checked[type=radio]:focus-visible{background-color:var(--pkt-color-input-border-active);border:3px solid var(--pkt-color-input-check-background);outline:none;box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-active),0px 0px 0px .375rem var(--pkt-color-border-states-focus)}.pkt-input-check__input-checkbox:checked[type=radio]:hover{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-hover);background-color:var(--pkt-color-input-border-hover)}.pkt-input-check__input-checkbox:disabled[type=checkbox]{background-color:var(--pkt-color-surface-default-gray);--pkt-color-input-check-border: var(--pkt-color-input-border-disabled);cursor:not-allowed}.pkt-input-check__input-checkbox:disabled[type=checkbox][role=switch]:checked:after{--svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/check-medium.svg);--pkt-color-input-check-border: var(--pkt-color-input-border-normal);filter:grayscale(100%) brightness(400%)}.pkt-input-check__input-checkbox:disabled[type=radio]{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-disabled);background-color:var(--pkt-color-surface-default-gray);cursor:not-allowed;outline-color:var(--pkt-color-input-border-disabled)}.pkt-input-check__input-checkbox:disabled:checked[type=checkbox]{background-color:var(--pkt-color-input-border-disabled);--pkt-color-input-check-border: var(--pkt-color-input-border-disabled)}.pkt-input-check__input-checkbox:disabled:checked[type=radio]{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-disabled);background-color:var(--pkt-color-input-border-disabled)}.pkt-input-check__input-label--disabled,.pkt-input-check__input-label--disabled .pkt-input-check__input-helptext,.pkt-input-check__input-checkbox:disabled+.pkt-inputwrapper,.pkt-input-check__input-checkbox:disabled+.pkt-inputwrapper .pkt-input-check__input-helptext,.pkt-input-check__input-checkbox:disabled+.pkt-input-check__input-label,.pkt-input-check__input-checkbox:disabled+.pkt-input-check__input-label .pkt-input-check__input-helptext{color:var(--pkt-color-input-text-disabled);cursor:not-allowed}.pkt-input-check__input-checkbox--error[type=checkbox]:not([role=switch]):checked:after{filter:brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(5273%) hue-rotate(212deg) brightness(96%) contrast(94%)}.pkt-input-check__input-checkbox--error[type=checkbox],.pkt-input-check__input-checkbox--error[type=checkbox]:hover,.pkt-input-check__input-checkbox--error[type=checkbox]:focus-visible,.pkt-input-check__input-checkbox--error[type=checkbox]:checked,.pkt-input-check__input-checkbox--error[type=checkbox]:checked:focus-visible,.pkt-input-check__input-checkbox--error[type=checkbox]:checked:hover,.pkt-input-check__input-checkbox--error[type=checkbox]:active:not(:disabled),.pkt-input-check__input-checkbox--error:checked[type=checkbox]:checked:before{background-color:var(--pkt-color-surface-default-faded-red);--pkt-color-input-check-border: var(--pkt-color-input-border-error);outline-color:var(--pkt-color-input-border-error)}.pkt-input-check__input-checkbox--error[type=radio],.pkt-input-check__input-checkbox--error[type=radio]:hover,.pkt-input-check__input-checkbox--error[type=radio]:focus-visible,.pkt-input-check__input-checkbox--error[type=radio]:hover,.pkt-input-check__input-checkbox--error[type=radio]:active:not(:disabled){box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-error);background-color:var(--pkt-color-surface-default-faded-red)}.pkt-input-check__input-checkbox--error[type=radio]:checked,.pkt-input-check__input-checkbox--error[type=radio]:checked:focus-visible,.pkt-input-check__input-checkbox--error[type=radio]:checked:hover,.pkt-input-check__input-checkbox--error[type=radio]:checked:focus-visible+.pkt-input-check__input--tile{box-shadow:0px 0px 0px .125rem var(--pkt-color-input-border-error);background-color:var(--pkt-color-input-border-active)}.pkt-input-check__input-checkbox--error[type=radio]:checked:hover,.pkt-input-check__input-checkbox--error[type=radio]:checked:focus-visible{background-color:var(--pkt-color-input-border-active)}.pkt-input-check__input--tile{border:2px solid var(--pkt-color-border-subtle);width:21.875rem;max-width:100%;position:relative}.pkt-input-check__input--tile .pkt-input-check__input-label:before{content:""}.pkt-input-check__input--tile>.pkt-input-check__input-label{padding:1rem 1rem 1rem .5rem;width:100%}.pkt-input-check__input--tile>.pkt-input-check__input-checkbox{margin:1rem 0 1rem 1rem}.pkt-input-check__input--tile .pkt-input-check__input-checkbox:checked:not(:disabled)+.pkt-input-check__input-label:before{content:"";position:absolute;left:-2px;right:-2px;bottom:-2px;top:-2px;border:2px solid var(--pkt-color-border-default);pointer-events:none}.pkt-input-check__input--tile:focus-within{background-color:var(--pkt-color-input-background-normal);border-color:var(--pkt-color-border-states-active);outline:4px solid var(--pkt-color-border-states-focus)}.pkt-input-check__input--tile:hover:not(.pkt-input-check__input--tile-disabled){border-color:var(--pkt-color-border-states-hover)}.pkt-input-check__input--tile:hover>.pkt-input-check__input-checkbox:checked+.pkt-input-check__input-label:before{border-color:var(--pkt-color-border-states-hover)}.pkt-input-check__input--tile:active:not(:disabled)>.pkt-input-check__input-checkbox:checked+.pkt-input-check__input-label:before{border-color:var(--pkt-color-border-states-active)}.pkt-input-check__input--tile:disabled{border-color:var(--pkt-color-border-states-disabled)}.pkt-input-check__input--tile .pkt-input-check__input-checkbox:not(.pkt-input-check__input-checkbox--error):checked[type=radio]:focus-visible{box-shadow:0px 0px 0px .125rem var(--pkt-color-border-states-active)}.pkt-input-check__input--tile .pkt-input-check__input-checkbox[type=checkbox]:focus-visible{outline:none}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox]:not([role=switch]):after{filter:brightness(0) saturate(100%) invert(15%) sepia(11%) saturate(5273%) hue-rotate(212deg) brightness(96%) contrast(94%)}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox][role=switch]:checked:not(:disabled){background-color:var(--pkt-color-input-border-hover);border-color:var(--pkt-color-input-border-hover)}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox][role=switch]:checked:after{background-color:var(--pkt-color-brand-neutrals-white)}[data-mode=dark] .pkt-input-check__input-checkbox[type=checkbox][role=switch]:disabled:not(:checked){background-color:rgba(0,0,0,0)}[data-mode=dark] .pkt-input-check__input-checkbox--error[type=checkbox][role=switch]:is(input),[data-mode=dark] .pkt-input-check__input-checkbox--error[type=checkbox][role=switch]:is(input):checked:checked{background-color:var(--pkt-color-surface-default-faded-red);border-color:var(--pkt-color-input-border-error)}.pkt-hr{border:0;width:100%;border-top:1px solid var(--pkt-color-brand-neutrals-300)}.img-fluid{max-width:100%;height:auto}.img-round{border-radius:50%;overflow:hidden;object-fit:cover}.figure{display:inline-block}pkt-textinput,pkt-textarea,pkt-select{display:block}.pkt-textinput,.pkt-textarea,.pkt-select{display:block}.pkt-textinput:has(>.pkt-inputwrapper--inline),.pkt-textarea:has(>.pkt-inputwrapper--inline),.pkt-select:has(>.pkt-inputwrapper--inline){display:inline-block;width:fit-content}:where(.pkt-textinput:has(.pkt-input:not(.pkt-input--fullwidth):not([size]):not([cols]))){width:min(31rem,100%)}.pkt-textinput:has(.pkt-input--fullwidth),.pkt-select:has(.pkt-input--fullwidth){width:100%}.pkt-input{display:flex;align-items:center;appearance:none;background-color:var(--pkt-color-input-background-normal);border:2px solid var(--pkt-color-input-border-normal);border-radius:0;color:var(--pkt-color-input-text-normal);margin:0;padding:.5rem 1rem;min-height:3rem;letter-spacing:-0.2px;font-weight:300;font-size:1.125rem;line-height:1.75rem}.pkt-input--small:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)){min-height:2.625rem;padding:.375rem 1rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input--small:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)):not(select[multiple]){height:2.625rem}.pkt-input--xsmall:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)){min-height:2.25rem;padding:.25rem .75rem;letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input--xsmall:not(:is(textarea,.pkt-timepicker__input,.pkt-datepicker__input)):not(select[multiple]){height:2.25rem}.pkt-input input.pkt-input,.pkt-input select.pkt-input{display:block}.pkt-input-compact.pkt-input{border:0;border-bottom:1px solid var(--pkt-color-input-border-normal);padding:0 0 .1rem 0;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input-compact.pkt-input:is(select):not([multiple]){background-position:right 0 top 50%;padding-right:2rem}.pkt-input__container{width:min(31rem,100%)}.pkt-input{width:min(31rem,100%)}.pkt-input:where([size],[cols]){width:auto}.pkt-input:where(select):not(.pkt-input--fullwidth){width:auto}.pkt-input__container:where(:has(>:is(input[size],textarea[cols]))){width:fit-content;align-self:flex-start}.pkt-input--fullwidth,*:has(.pkt-input--fullwidth)~.pkt-input__counter,.pkt-input--fullwidth+.pkt-input__counter{width:100%}.pkt-input:is(textarea:not([rows])){min-height:9.25rem}.pkt-input:is(select){appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right:3rem}.pkt-input:is(select):not([multiple]){--svg: url(https://punkt-cdn.oslo.kommune.no/18.3/icons/chevron-thin-down.svg);background-image:var(--svg);background-repeat:no-repeat;background-position:right .7rem top 50%;background-size:1.5rem auto,100%}.pkt-input:is(select):not([multiple]).pkt-input--small{background-size:1.25rem auto,100%;background-position:right .5rem top 50%;padding:.375rem 2.5rem .375rem 1rem}.pkt-input:is(select):not([multiple]).pkt-input--xsmall{background-size:1.125rem auto,100%;background-position:right .5rem top 50%;padding:.25rem 2.25rem .25rem .75rem}.pkt-input:is(select) option{background-color:var(--pkt-color-input-background-normal);color:var(--pkt-color-input-text-normal);font-weight:normal}.pkt-input::placeholder{color:var(--pkt-color-text-placeholder);opacity:1}.pkt-input:hover,.pkt-input.pkt-input--hover{border-color:var(--pkt-color-input-border-hover)}.pkt-input:focus{outline:none;border-color:var(--pkt-color-input-border-active)}.pkt-input:focus-visible,.pkt-input.pkt-input__textinput--focus{outline:2px solid var(--pkt-color-input-border-active);outline-offset:0;border-color:var(--pkt-color-input-border-active)}:is(.pkt-inputwrapper,.pkt-searchinput):not([data-navtype=pointer]) .pkt-input:focus-visible{outline:4px solid var(--pkt-color-border-states-focus);outline-offset:0}.pkt-input:disabled,.pkt-input:disabled::placeholder,.pkt-input[readonly]:not(.ios-readonly-hack){opacity:1;background-color:var(--pkt-color-surface-default-gray);border-color:var(--pkt-color-input-border-disabled);color:var(--pkt-color-input-text-disabled);cursor:inherit}.pkt-input:disabled:active{border:2px solid var(--pkt-color-input-border-disabled)}.pkt-input-prefix,.pkt-input-suffix,.pkt-input-icon,.pkt-input-separator{letter-spacing:-0.2px;font-weight:300;font-size:1.125rem;line-height:1.75rem}.pkt-input-prefix,.pkt-input-suffix,.pkt-input-icon,.pkt-input-separator{display:flex;align-items:center;width:auto;height:3rem;border:2px solid var(--pkt-color-input-border-normal);flex-shrink:0;color:var(--pkt-color-brand-dark-blue-1000);background-color:var(--pkt-color-input-background-normal)}.pkt-input-prefix{padding:.5rem 0rem .5rem 1rem}.pkt-input-prefix::after{content:"";width:1px;margin-left:.5rem;height:100%;background-color:var(--pkt-color-brand-dark-blue-1000)}.pkt-input-suffix{padding:.5rem 1rem .5rem 0rem}.pkt-input-suffix svg{width:1.5rem;height:1.5rem;margin-left:.5rem}.pkt-input-suffix::before{content:"";width:1px;margin-right:.5rem;height:1.5rem;background-color:var(--pkt-color-brand-dark-blue-1000)}.pkt-input-icon{padding:.5rem 1rem;align-self:stretch}.pkt-input-icon svg{width:1.5rem;height:1.5rem}.pkt-input-icon:not(button) svg{margin-left:.5rem}.pkt-input-separator{padding:.5rem 0}.pkt-input__container--small{align-items:stretch}.pkt-input__container--small .pkt-input-prefix,.pkt-input__container--small .pkt-input-suffix,.pkt-input__container--small .pkt-input-icon{height:auto;min-height:2.625rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input__container--small .pkt-input-prefix{padding:.375rem 0 .375rem 1rem}.pkt-input__container--small .pkt-input-suffix{padding:.375rem 1rem .375rem 0}.pkt-input__container--small input.pkt-input,.pkt-input__container--small select.pkt-input{height:auto;min-height:2.625rem;flex:1 1 auto;min-width:0;padding:.375rem 1rem;letter-spacing:-0.2px;font-weight:300;font-size:1rem;line-height:1.5rem}.pkt-input__container--small .pkt-input-icon svg,.pkt-input__container--small .pkt-input-suffix svg{width:1.25rem;height:1.25rem}.pkt-input__container--small .pkt-input-suffix::before{height:1.25rem}.pkt-input__container--xsmall{align-items:stretch}.pkt-input__container--xsmall .pkt-input-prefix,.pkt-input__container--xsmall .pkt-input-suffix,.pkt-input__container--xsmall .pkt-input-icon{height:auto;min-height:2.25rem;letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input__container--xsmall .pkt-input-prefix{padding:.25rem 0 .25rem .75rem}.pkt-input__container--xsmall .pkt-input-suffix{padding:.25rem .75rem .25rem 0}.pkt-input__container--xsmall input.pkt-input,.pkt-input__container--xsmall select.pkt-input{height:auto;min-height:2.25rem;flex:1 1 auto;min-width:0;padding:.25rem .75rem;letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input__container--xsmall .pkt-input-icon{padding:.25rem .5rem}.pkt-input__container--xsmall .pkt-input-icon svg,.pkt-input__container--xsmall .pkt-input-suffix svg{width:1.125rem;height:1.125rem}.pkt-input__container--xsmall .pkt-input-suffix::before{height:1.125rem}.pkt-input--counter-error,.pkt-input--counter-error:focus{border-color:var(--pkt-color-input-border-error);background-color:var(--pkt-color-surface-default-faded-red)}.pkt-input--counter-error:focus{box-shadow:0 0 0 2px var(--pkt-color-input-border-error)}.pkt-input__container{display:flex;align-items:center;align-self:stretch}.pkt-input__container :first-child:not(:only-child){border-right-width:0}.pkt-input__container :last-child:not(:only-child){border-left-width:0}.pkt-input__container :not(:first-child):not(:last-child){border-left-width:0;border-right-width:0}.pkt-input__container p{margin:0}.pkt-input__container input:focus{outline:none;box-shadow:none}.pkt-input__container:hover .pkt-input:not(:disabled),.pkt-input__container:hover .pkt-input-prefix:not(:disabled),.pkt-input__container:hover .pkt-input-suffix:not(:disabled),.pkt-input__container:hover .pkt-input-icon:not(:disabled){border-color:var(--pkt-color-input-border-active);color:var(--pkt-color-input-text-hover);--fg-color: var(--pkt-color-input-text-hover)}.pkt-input__container:focus-within{outline:2px solid var(--pkt-color-input-border-active)}.pkt-input__container:focus-within .pkt-input,.pkt-input__container:focus-within .pkt-input-prefix,.pkt-input__container:focus-within .pkt-input-suffix,.pkt-input__container:focus-within .pkt-input-icon{border-color:var(--pkt-color-input-border-active)}:is(.pkt-inputwrapper,.pkt-searchinput):not([data-navtype=pointer]) .pkt-input__container:focus-within{outline:4px solid var(--pkt-color-border-states-focus)}:is(.pkt-inputwrapper,.pkt-searchinput):not([data-navtype=pointer]) .pkt-input__container:focus-within .pkt-input:focus-visible{outline:none}.pkt-input__counter{letter-spacing:-0.2px;font-weight:300;font-size:.875rem;line-height:1.375rem}.pkt-input__counter{width:min(31rem,100%);text-align:right}.pkt-input__counter--error{letter-spacing:-0.2px;font-weight:500;font-size:.875rem;line-height:1.375rem}.pkt-input__counter--error{color:var(--pkt-color-input-text-error)}@media screen and (max-width: 30rem){.pkt-input__range-inputs{max-width:100%}.pkt-input__range-inputs .pkt-input__container{border:2px solid var(--pkt-color-input-border-normal);display:grid;grid-template-rows:auto auto;grid-template-columns:auto 3rem;gap:0}.pkt-input__range-inputs .pkt-input__container .pkt-input-prefix,.pkt-input__range-inputs .pkt-input__container .pkt-input-suffix,.pkt-input__range-inputs .pkt-input__container .pkt-input-icon,.pkt-input__range-inputs .pkt-input__container .pkt-input{border:0}.pkt-input__range-inputs .pkt-input__container .pkt-input-separator{margin:0 auto}.pkt-input__range-inputs .pkt-input__container .pkt-input.pkt-datepicker__input.pkt-datepicker--range{padding-left:1rem}.pkt-input__range-inputs .pkt-input__container:has(>:first-child.pkt-input-prefix)>:nth-child(2){grid-column-start:span 2}.pkt-input__range-inputs .pkt-input__container:has(>:first-child.pkt-input-prefix){grid-template-columns:min-content auto 3rem}}.pkt-input__container:where(:has(>.pkt-input--fullwidth)){width:100%}.pkt-list{display:grid;grid-template-columns:auto;grid-template-rows:auto;list-style:none;padding:0;position:relative;row-gap:1.5rem}@media screen and (min-width: 48rem){.pkt-list.two-cols-tablet-up{column-gap:1.5rem;grid-template-columns:1fr 1fr;grid-template-rows:auto}}@media screen and (min-width: 80rem){.pkt-list.three-cols-laptop-up{column-gap:1.5rem;grid-template-columns:1fr 1fr 1fr}}.pkt-list li>a{display:grid;grid-template-columns:2rem auto;column-gap:1rem}.pkt-list-horizontal{display:flex;list-style:none;padding:0}.pkt-list-horizontal li{padding-inline-end:1rem}.pkt-list-horizontal li+li{padding-inline-start:1rem}.pkt-list-horizontal li:last-child{padding-inline-end:0}.pkt-list-horizontal.bordered li+li{border-left:1px solid var(--pkt-color-brand-neutrals-700)}.pkt-dl,.pkt-dl--narrow{display:flex;flex-direction:column}@supports(display: grid){.pkt-dl,.pkt-dl--narrow{display:grid;flex-direction:column;grid-template-columns:1fr;margin:.5rem 0}}@media screen and (min-width: 48rem){.pkt-dl{grid-template-columns:minmax(9rem, auto) 1fr;border-bottom:0}}.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}@media screen and (min-width: 48rem){.pkt-dt{font-size:inherit}}.pkt-dl--narrow>.pkt-dt{padding:.5em 0 0;font-size:.875rem;border-bottom:none}.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}@media screen and (min-width: 48rem){.pkt-dd{border-bottom:1px solid rgba(0,0,0,.15)}@supports(display: grid){.pkt-dd{padding:.25em 0 .25em 1.25em;border-bottom:0}}}.pkt-dl--narrow>.pkt-dd{padding:0 0 .5em;font-weight:500;border-bottom:1px solid rgba(0,0,0,.15)}.pkt-section{margin:1rem 0}.pkt-section--dark{color:var(--pkt-color-text-body-light, #ffffff);margin:1rem 0;padding:.75rem;background-color:var(--pkt-color-surface-strong-dark-blue, #2a2859)}@media screen and (min-width: 36rem){.pkt-section--dark{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--dark{padding:1.5rem}}.pkt-section--danger{color:var(--pkt-color-text-body-dark, #2a2859);margin:1rem 0;padding:.75rem;background-color:var(--pkt-color-surface-strong-red, #ff8274)}@media screen and (min-width: 36rem){.pkt-section--danger{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--danger{padding:1.5rem}}.pkt-section--gray,.pkt-section--grey{margin:1rem 0;padding:.75rem;background-color:var(--pkt-color-surface-default-gray, #f2f2f2)}@media screen and (min-width: 36rem){.pkt-section--gray,.pkt-section--grey{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--gray,.pkt-section--grey{padding:1.5rem}}.pkt-section--success{color:var(--pkt-color-text-body-dark, #2a2859);margin:1rem 0;padding:.75rem;background-color:var(--pkt-color-surface-strong-green, #43f8b6)}@media screen and (min-width: 36rem){.pkt-section--success{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--success{padding:1.5rem}}.pkt-section--warning{margin:1rem 0;padding:.75rem;background-color:var(--pkt-color-surface-strong-yellow, #f9c66b)}@media screen and (min-width: 36rem){.pkt-section--warning{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--warning{padding:1.5rem}}.pkt-section--info{margin:1rem 0;padding:.75rem;background-color:var(--pkt-color-surface-default-light-blue, #b3f5ff)}@media screen and (min-width: 36rem){.pkt-section--info{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--info{padding:1.5rem}}.pkt-section--frame{border:1px solid var(--pkt-color-brand-neutrals-1000, #2c2c2c);margin:1rem 0;padding:.75rem;background-color:var(--pkt-color-surface-subtle-white, #ffffff)}@media screen and (min-width: 36rem){.pkt-section--frame{padding:1rem}}@media screen and (min-width: 48rem){.pkt-section--frame{padding:1.5rem}}[class*=ok-section-]>[class^=ok-title-]{margin-block-start:0}.pkt-section--margin-top{margin-block-start:2.5rem}.pkt-table{width:100%;border-collapse:collapse}.pkt-table__header,.pkt-table thead,.pkt-table thead.pkt-table__header th{text-align:left;vertical-align:top;font-size:1.125rem;font-weight:500}.pkt-table__header{border-bottom:2px solid var(--pkt-color-border-gray)}.pkt-table__body,.pkt-table tbody{text-align:left;vertical-align:top;font-size:1rem;font-weight:300}.pkt-table__body .pkt-table__row:hover>.pkt-table__data-cell,.pkt-table tbody .pkt-table__row:hover>.pkt-table__data-cell{background:rgba(42,40,89,.01)}.pkt-table__header-cell,.pkt-table th{padding:.75rem 1rem;border-bottom:none}.pkt-table__data-cell,.pkt-table td{padding:.75rem 1rem;border-bottom:none}.pkt-table__cell-wrapper{text-align:left;vertical-align:top;display:inline-flex;gap:.5rem}.pkt-table.pkt-table--compact .pkt-table__header-cell,.pkt-table.pkt-table--compact th{padding:.5rem 1rem}.pkt-table.pkt-table--compact .pkt-table__data-cell,.pkt-table.pkt-table--compact td{padding:.5rem 1rem}.pkt-table.pkt-table--basic .pkt-table__row,.pkt-table.pkt-table--basic tr{border-bottom:1px solid var(--pkt-color-border-gray)}.pkt-table.pkt-table--zebra-blue .pkt-table__body .pkt-table__row:nth-child(odd),.pkt-table.pkt-table--zebra-blue .pkt-table__body tr:nth-child(odd),.pkt-table.pkt-table--zebra-blue tbody .pkt-table__row:nth-child(odd),.pkt-table.pkt-table--zebra-blue tbody tr:nth-child(odd){background:var(--pkt-color-surface-subtle-pale-blue)}@media screen and (max-width: 48rem){.pkt-table.pkt-table--responsive__label-padding .pkt-table__data-cell::before,.pkt-table.pkt-table--responsive__label-padding td::before{padding-block-start:1rem}.pkt-table.pkt-table--responsive .pkt-table__header,.pkt-table.pkt-table--responsive thead{border-bottom:none;height:0}.pkt-table.pkt-table--responsive .pkt-table__row,.pkt-table.pkt-table--responsive tr{display:grid;grid-template-columns:max-content 1fr;gap:1rem;padding:1rem 1rem}.pkt-table.pkt-table--responsive .pkt-table__row .pkt-table__header-cell,.pkt-table.pkt-table--responsive .pkt-table__row th,.pkt-table.pkt-table--responsive tr .pkt-table__header-cell,.pkt-table.pkt-table--responsive tr th{display:none}.pkt-table.pkt-table--responsive .pkt-table__cell-wrapper{grid-column:2/3}.pkt-table.pkt-table--responsive .pkt-table__data-cell,.pkt-table.pkt-table--responsive td{padding:.5rem 1rem;display:contents}.pkt-table.pkt-table--responsive .pkt-table__data-cell :only-child,.pkt-table.pkt-table--responsive td :only-child{grid-column:2/3}.pkt-table.pkt-table--responsive .pkt-table__data-cell::before,.pkt-table.pkt-table--responsive td::before{grid-column:1/2;content:attr(data-label);font-weight:500}.pkt-table.pkt-table--responsive.pkt-table__compact .pkt-table__row,.pkt-table.pkt-table--responsive.pkt-table__compact tr{padding:.5rem .5rem;gap:.5rem}.pkt-table.pkt-table--responsive.pkt-table__zebra-blue .pkt-table__row:nth-child(odd),.pkt-table.pkt-table--responsive.pkt-table__zebra-blue tr:nth-child(odd){background:var(--pkt-color-surface-subtle-pale-blue)}}
|
package/dist/css/pkt-tokens.css
CHANGED
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
font-weight: 400;
|
|
44
44
|
src: url("../fonts/OsloIcons.woff2") format("woff2"), url("../fonts/OsloIcons.woff") format("woff");
|
|
45
45
|
}
|
|
46
|
-
/*
|
|
46
|
+
/*
|
|
47
47
|
* Colors
|
|
48
48
|
* Brand
|
|
49
49
|
* Light mode
|
|
@@ -76,8 +76,16 @@
|
|
|
76
76
|
--pkt-color-brand-light-beige-1000: #f8f0dd;
|
|
77
77
|
--pkt-color-brand-dark-beige-1000: #d0bfae;
|
|
78
78
|
--pkt-color-brand-neutrals-white: #ffffff;
|
|
79
|
-
--pkt-color-brand-neutrals-
|
|
80
|
-
--pkt-color-brand-neutrals-
|
|
79
|
+
--pkt-color-brand-neutrals-50: #f9f9f9;
|
|
80
|
+
--pkt-color-brand-neutrals-100: #f2f2f2;
|
|
81
|
+
--pkt-color-brand-neutrals-200: #e6e6e6;
|
|
82
|
+
--pkt-color-brand-neutrals-300: #cccccc;
|
|
83
|
+
--pkt-color-brand-neutrals-400: #b3b3b3;
|
|
84
|
+
--pkt-color-brand-neutrals-500: #9a9a9a;
|
|
85
|
+
--pkt-color-brand-neutrals-600: #808080;
|
|
86
|
+
--pkt-color-brand-neutrals-700: #666666;
|
|
87
|
+
--pkt-color-brand-neutrals-800: #4d4d4d;
|
|
88
|
+
--pkt-color-brand-neutrals-900: #333333;
|
|
81
89
|
--pkt-color-brand-neutrals-1000: #2c2c2c;
|
|
82
90
|
--pkt-color-brand-neutrals-black: #000000;
|
|
83
91
|
--pkt-color-brand-neutrals-transparent: transparent;
|
|
@@ -111,23 +119,25 @@
|
|
|
111
119
|
--pkt-color-border-states-hover: #1f42aa;
|
|
112
120
|
--pkt-color-surface-default-faded-green: #e5ffe6;
|
|
113
121
|
--pkt-color-surface-default-faded-red: #ffdfdc;
|
|
114
|
-
--pkt-color-surface-default-gray: #
|
|
122
|
+
--pkt-color-surface-default-gray: #f2f2f2;
|
|
115
123
|
--pkt-color-surface-default-light-beige: #f8f0dd;
|
|
116
|
-
--pkt-color-surface-default-light-blue: #
|
|
124
|
+
--pkt-color-surface-default-light-blue: #b3f5ff;
|
|
117
125
|
--pkt-color-surface-default-light-green: #c7fde9;
|
|
126
|
+
--pkt-color-surface-default-pale-blue: #d1f9ff;
|
|
118
127
|
--pkt-color-surface-default-red: #ffb4ac;
|
|
119
128
|
--pkt-color-surface-default-yellow: #ffe7bc;
|
|
120
129
|
--pkt-color-surface-strong-beige: #d0bfae;
|
|
121
130
|
--pkt-color-surface-strong-blue: #6fe9ff;
|
|
122
131
|
--pkt-color-surface-strong-dark-blue: #2a2859;
|
|
123
132
|
--pkt-color-surface-strong-dark-green: #034b45;
|
|
124
|
-
--pkt-color-surface-strong-gray: #
|
|
133
|
+
--pkt-color-surface-strong-gray: #e6e6e6;
|
|
125
134
|
--pkt-color-surface-strong-green: #43f8b6;
|
|
126
135
|
--pkt-color-surface-strong-light-green: #c7f6c9;
|
|
127
136
|
--pkt-color-surface-strong-red: #ff8274;
|
|
128
137
|
--pkt-color-surface-strong-yellow: #f9c66b;
|
|
129
138
|
--pkt-color-surface-subtle-light-blue: #e5fcff;
|
|
130
139
|
--pkt-color-surface-subtle-light-red: #fff2f1;
|
|
140
|
+
--pkt-color-surface-subtle-gray: #f9f9f9;
|
|
131
141
|
--pkt-color-surface-subtle-pale-blue: #f1fdff;
|
|
132
142
|
--pkt-color-surface-subtle-white: #ffffff;
|
|
133
143
|
--pkt-color-text-body-dark: #2a2859;
|
|
@@ -140,21 +150,60 @@
|
|
|
140
150
|
--pkt-color-text-action-normal: #2a2859;
|
|
141
151
|
--pkt-color-input-background-normal: #ffffff;
|
|
142
152
|
--pkt-color-input-background-disabled: #f9f9f9;
|
|
153
|
+
--pkt-color-input-background-open: #1f42aa;
|
|
143
154
|
--pkt-color-input-border-active: #1f42aa;
|
|
144
155
|
--pkt-color-input-border-disabled: #b3b3b3;
|
|
145
156
|
--pkt-color-input-border-error: #ff8274;
|
|
146
157
|
--pkt-color-input-border-hover: #1f42aa;
|
|
147
158
|
--pkt-color-input-border-normal: #2a2859;
|
|
148
159
|
--pkt-color-input-text-active: #1f42aa;
|
|
149
|
-
--pkt-color-input-text-disabled: #
|
|
160
|
+
--pkt-color-input-text-disabled: #666666;
|
|
150
161
|
--pkt-color-input-text-hover: #1f42aa;
|
|
151
162
|
--pkt-color-input-text-normal: #2a2859;
|
|
152
163
|
--pkt-color-input-text-error: #ff8274;
|
|
153
164
|
--pkt-color-input-text-open: #ffffff;
|
|
165
|
+
--pkt-color-tag-text-normal: #2a2859;
|
|
166
|
+
--pkt-color-tag-text-hover: #1f42aa;
|
|
167
|
+
--pkt-color-tag-text-active: #1f42aa;
|
|
168
|
+
--pkt-color-tag-text-focus: #1f42aa;
|
|
154
169
|
--pkt-color-input-check-background: #ffffff;
|
|
155
170
|
--pkt-color-input-check-border: #2a2859;
|
|
156
171
|
--pkt-color-input-check-text-active: #1f42aa;
|
|
157
172
|
--pkt-color-input-check-text-hover: #1f42aa;
|
|
173
|
+
--pkt-color-button-primary-background-normal: #2a2859;
|
|
174
|
+
--pkt-color-button-primary-background-hover: #1f42aa;
|
|
175
|
+
--pkt-color-button-primary-background-focus: #1f42aa;
|
|
176
|
+
--pkt-color-button-primary-background-active: #1f42aa;
|
|
177
|
+
--pkt-color-button-primary-background-disabled: #f9f9f9;
|
|
178
|
+
--pkt-color-button-primary-background-success: #43f8b6;
|
|
179
|
+
--pkt-color-button-primary-background-danger: #ff8274;
|
|
180
|
+
--pkt-color-button-primary-border-focus: #1f42aa;
|
|
181
|
+
--pkt-color-button-primary-text-normal: #ffffff;
|
|
182
|
+
--pkt-color-button-primary-text-hover: #ffffff;
|
|
183
|
+
--pkt-color-button-primary-text-focus: #ffffff;
|
|
184
|
+
--pkt-color-button-primary-text-active: #ffffff;
|
|
185
|
+
--pkt-color-button-primary-text-disabled: #666666;
|
|
186
|
+
--pkt-color-button-secondary-background-hover: #1f42aa;
|
|
187
|
+
--pkt-color-button-secondary-background-active: #1f42aa;
|
|
188
|
+
--pkt-color-button-secondary-background-disabled: #f9f9f9;
|
|
189
|
+
--pkt-color-button-secondary-border-normal: #2a2859;
|
|
190
|
+
--pkt-color-button-secondary-border-yellow: #f9c66b;
|
|
191
|
+
--pkt-color-button-secondary-border-focus: #1f42aa;
|
|
192
|
+
--pkt-color-button-secondary-text-normal: #2a2859;
|
|
193
|
+
--pkt-color-button-secondary-text-hover: #ffffff;
|
|
194
|
+
--pkt-color-button-secondary-text-focus: #1f42aa;
|
|
195
|
+
--pkt-color-button-secondary-text-active: #ffffff;
|
|
196
|
+
--pkt-color-button-secondary-text-disabled: #666666;
|
|
197
|
+
--pkt-color-button-tertiary-background-hover: #f2f2f2;
|
|
198
|
+
--pkt-color-button-tertiary-background-focus: #f2f2f2;
|
|
199
|
+
--pkt-color-button-tertiary-background-active: #1f42aa;
|
|
200
|
+
--pkt-color-button-tertiary-background-disabled: #f9f9f9;
|
|
201
|
+
--pkt-color-button-tertiary-border-focus: #1f42aa;
|
|
202
|
+
--pkt-color-button-tertiary-text-normal: #2a2859;
|
|
203
|
+
--pkt-color-button-tertiary-text-hover: #1f42aa;
|
|
204
|
+
--pkt-color-button-tertiary-text-focus: #1f42aa;
|
|
205
|
+
--pkt-color-button-tertiary-text-active: #ffffff;
|
|
206
|
+
--pkt-color-button-tertiary-text-disabled: #666666;
|
|
158
207
|
--color-blue: #6fe9ff;
|
|
159
208
|
--color-blue-light: #b3f5ff;
|
|
160
209
|
--color-blue-dark: #2a2859;
|
|
@@ -209,65 +258,61 @@
|
|
|
209
258
|
}
|
|
210
259
|
:root[data-mode=dark],
|
|
211
260
|
:root [data-mode=dark] {
|
|
212
|
-
--pkt-color-background-card:
|
|
213
|
-
--pkt-color-background-default:
|
|
214
|
-
--pkt-color-background-subtle:
|
|
215
|
-
--pkt-color-
|
|
216
|
-
--pkt-color-border-
|
|
217
|
-
--pkt-color-border-
|
|
218
|
-
--pkt-color-border-
|
|
219
|
-
--pkt-color-border-
|
|
220
|
-
--pkt-color-
|
|
221
|
-
--pkt-color-
|
|
222
|
-
--pkt-color-
|
|
223
|
-
--pkt-color-
|
|
224
|
-
--pkt-color-
|
|
225
|
-
--pkt-color-
|
|
226
|
-
--pkt-color-
|
|
227
|
-
--pkt-color-border-
|
|
228
|
-
--pkt-color-
|
|
229
|
-
--pkt-color-
|
|
230
|
-
--pkt-color-
|
|
231
|
-
--pkt-color-
|
|
232
|
-
--pkt-color-
|
|
233
|
-
--pkt-color-
|
|
234
|
-
--pkt-color-
|
|
235
|
-
--pkt-color-
|
|
236
|
-
--pkt-color-
|
|
237
|
-
--pkt-color-
|
|
238
|
-
--pkt-color-
|
|
239
|
-
--pkt-color-
|
|
240
|
-
--pkt-color-
|
|
241
|
-
--pkt-color-
|
|
242
|
-
--pkt-color-
|
|
243
|
-
--pkt-color-
|
|
244
|
-
--pkt-color-
|
|
245
|
-
--pkt-color-
|
|
246
|
-
--pkt-color-
|
|
247
|
-
--pkt-color-
|
|
248
|
-
--pkt-color-
|
|
249
|
-
--pkt-color-text-
|
|
250
|
-
--pkt-color-
|
|
251
|
-
--pkt-color-
|
|
252
|
-
--pkt-color-
|
|
253
|
-
--pkt-color-
|
|
254
|
-
--pkt-color-
|
|
255
|
-
--pkt-color-text-
|
|
256
|
-
--pkt-color-text-
|
|
257
|
-
--pkt-color-
|
|
258
|
-
--pkt-color-
|
|
259
|
-
--pkt-color-
|
|
260
|
-
--pkt-color-
|
|
261
|
-
--pkt-color-
|
|
262
|
-
--pkt-color-
|
|
263
|
-
--pkt-color-
|
|
264
|
-
--pkt-color-
|
|
265
|
-
--pkt-color-
|
|
266
|
-
--pkt-color-
|
|
267
|
-
--pkt-color-
|
|
268
|
-
--pkt-color-
|
|
269
|
-
--pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);
|
|
270
|
-
--pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);
|
|
271
|
-
--pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);
|
|
272
|
-
--pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500);
|
|
261
|
+
--pkt-color-background-card: #2c2c2c;
|
|
262
|
+
--pkt-color-background-default: #2c2c2c;
|
|
263
|
+
--pkt-color-background-subtle: #333333;
|
|
264
|
+
--pkt-color-border-default: #ffffff;
|
|
265
|
+
--pkt-color-border-subtle: #4d4d4d;
|
|
266
|
+
--pkt-color-border-states-active: #b3f5ff;
|
|
267
|
+
--pkt-color-border-states-disabled: #808080;
|
|
268
|
+
--pkt-color-border-states-hover: #b3f5ff;
|
|
269
|
+
--pkt-color-text-body-default: #ffffff;
|
|
270
|
+
--pkt-color-text-placeholder: #b3b3b3;
|
|
271
|
+
--pkt-color-text-action-disabled: #cccccc;
|
|
272
|
+
--pkt-color-text-action-active: #b3f5ff;
|
|
273
|
+
--pkt-color-text-action-hover: #b3f5ff;
|
|
274
|
+
--pkt-color-text-action-normal: #ffffff;
|
|
275
|
+
--pkt-color-input-background-open: #b3f5ff;
|
|
276
|
+
--pkt-color-input-border-active: #b3f5ff;
|
|
277
|
+
--pkt-color-input-border-disabled: #cccccc;
|
|
278
|
+
--pkt-color-input-border-hover: #b3f5ff;
|
|
279
|
+
--pkt-color-input-border-normal: #ffffff;
|
|
280
|
+
--pkt-color-input-text-open: #2a2859;
|
|
281
|
+
--pkt-color-tag-text-hover: #2a2859;
|
|
282
|
+
--pkt-color-tag-text-active: #2a2859;
|
|
283
|
+
--pkt-color-tag-text-focus: #2a2859;
|
|
284
|
+
--pkt-color-input-check-background: #2a2859;
|
|
285
|
+
--pkt-color-input-check-border: #ffffff;
|
|
286
|
+
--pkt-color-input-check-text-active: #b3f5ff;
|
|
287
|
+
--pkt-color-input-check-text-hover: #b3f5ff;
|
|
288
|
+
--pkt-color-button-primary-background-normal: #b3f5ff;
|
|
289
|
+
--pkt-color-button-primary-background-hover: #6fe9ff;
|
|
290
|
+
--pkt-color-button-primary-background-focus: #6fe9ff;
|
|
291
|
+
--pkt-color-button-primary-background-active: #6fe9ff;
|
|
292
|
+
--pkt-color-button-primary-background-disabled: #4d4d4d;
|
|
293
|
+
--pkt-color-button-primary-border-focus: #6fe9ff;
|
|
294
|
+
--pkt-color-button-primary-text-normal: #2a2859;
|
|
295
|
+
--pkt-color-button-primary-text-hover: #2a2859;
|
|
296
|
+
--pkt-color-button-primary-text-focus: #2a2859;
|
|
297
|
+
--pkt-color-button-primary-text-active: #2a2859;
|
|
298
|
+
--pkt-color-button-primary-text-disabled: #b3b3b3;
|
|
299
|
+
--pkt-color-button-secondary-background-hover: #b3f5ff;
|
|
300
|
+
--pkt-color-button-secondary-background-active: #b3f5ff;
|
|
301
|
+
--pkt-color-button-secondary-background-disabled: #4d4d4d;
|
|
302
|
+
--pkt-color-button-secondary-border-normal: #ffffff;
|
|
303
|
+
--pkt-color-button-secondary-border-focus: #b3f5ff;
|
|
304
|
+
--pkt-color-button-secondary-text-normal: #ffffff;
|
|
305
|
+
--pkt-color-button-secondary-text-hover: #2a2859;
|
|
306
|
+
--pkt-color-button-secondary-text-focus: #b3f5ff;
|
|
307
|
+
--pkt-color-button-secondary-text-active: #2a2859;
|
|
308
|
+
--pkt-color-button-secondary-text-disabled: #b3b3b3;
|
|
309
|
+
--pkt-color-button-tertiary-background-hover: #6a698b;
|
|
310
|
+
--pkt-color-button-tertiary-background-focus: #6a698b;
|
|
311
|
+
--pkt-color-button-tertiary-background-active: #6a698b;
|
|
312
|
+
--pkt-color-button-tertiary-background-disabled: #4d4d4d;
|
|
313
|
+
--pkt-color-button-tertiary-border-focus: transparent;
|
|
314
|
+
--pkt-color-button-tertiary-text-normal: #ffffff;
|
|
315
|
+
--pkt-color-button-tertiary-text-hover: #ffffff;
|
|
316
|
+
--pkt-color-button-tertiary-text-focus: #ffffff;
|
|
317
|
+
--pkt-color-button-tertiary-text-disabled: #b3b3b3;
|
|
273
318
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:400;src:url("../fonts/OsloSans-Regular.woff2") format("woff2"),url("../fonts/OsloSans-Regular.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:italic;font-weight:400;src:url("../fonts/OsloSans-RegularItalic.woff2") format("woff2"),url("../fonts/OsloSans-RegularItalic.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:300;src:url("../fonts/OsloSans-Light.woff2") format("woff2"),url("../fonts/OsloSans-Light.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:500;src:url("../fonts/OsloSans-Medium.woff2") format("woff2"),url("../fonts/OsloSans-Medium.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:700;src:url("../fonts/OsloSans-Bold.woff2") format("woff2"),url("../fonts/OsloSans-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Icons;font-style:normal;font-weight:400;src:url("../fonts/OsloIcons.woff2") format("woff2"),url("../fonts/OsloIcons.woff") format("woff")}:root{--pkt-color-brand-blue-100: #f1fdff;--pkt-color-brand-blue-200: #e5fcff;--pkt-color-brand-blue-300: #d1f9ff;--pkt-color-brand-blue-500: #b3f5ff;--pkt-color-brand-blue-1000: #6fe9ff;--pkt-color-brand-dark-blue-700: #6a698b;--pkt-color-brand-dark-blue-1000: #2a2859;--pkt-color-brand-warm-blue-1000: #1f42aa;--pkt-color-brand-green-400: #c7fde9;--pkt-color-brand-green-1000: #43f8b6;--pkt-color-brand-light-green-400: #e5ffe6;--pkt-color-brand-light-green-1000: #c7f6c9;--pkt-color-brand-dark-green-1000: #034b45;--pkt-color-brand-yellow-1000: #f9c66b;--pkt-color-brand-yellow-500: #ffe7bc;--pkt-color-brand-red-100: #fff2f1;--pkt-color-brand-red-400: #ffdfdc;--pkt-color-brand-red-600: #ffb4ac;--pkt-color-brand-red-1000: #ff8274;--pkt-color-brand-light-beige-1000: #f8f0dd;--pkt-color-brand-dark-beige-1000: #d0bfae;--pkt-color-brand-neutrals-white: #ffffff;--pkt-color-brand-neutrals-100: #f9f9f9;--pkt-color-brand-neutrals-200: #f2f2f2;--pkt-color-brand-neutrals-1000: #2c2c2c;--pkt-color-brand-neutrals-black: #000000;--pkt-color-brand-neutrals-transparent: transparent;--pkt-color-brand-purple-1000: #e0adff;--pkt-color-grays-gray-100: #e6e6e6;--pkt-color-grays-gray-200: #cccccc;--pkt-color-grays-gray-300: #b3b3b3;--pkt-color-grays-gray-400: #9a9a9a;--pkt-color-grays-gray-500: #808080;--pkt-color-grays-gray-600: #666666;--pkt-color-grays-gray-700: #4d4d4d;--pkt-color-grays-gray-800: #333333;--pkt-color-grays-gray-900: #1a1a1a;--pkt-color-grays-gray-1000: #2c2c2c;--pkt-color-background-card: #ffffff;--pkt-color-background-default: #ffffff;--pkt-color-background-subtle: #f9f9f9;--pkt-color-background-transparent: transparent;--pkt-color-border-default: #2a2859;--pkt-color-border-beige: #d0bfae;--pkt-color-border-blue: #6fe9ff;--pkt-color-border-gray: #cccccc;--pkt-color-border-green: #43f8b6;--pkt-color-border-light-beige: #f8f0dd;--pkt-color-border-red: #ff8274;--pkt-color-border-subtle: #f2f2f2;--pkt-color-border-yellow: #f9c66b;--pkt-color-border-states-active: #1f42aa;--pkt-color-border-states-disabled: #b3b3b3;--pkt-color-border-states-focus: #e0adff;--pkt-color-border-states-hover: #1f42aa;--pkt-color-surface-default-faded-green: #e5ffe6;--pkt-color-surface-default-faded-red: #ffdfdc;--pkt-color-surface-default-gray: #f9f9f9;--pkt-color-surface-default-light-beige: #f8f0dd;--pkt-color-surface-default-light-blue: #d1f9ff;--pkt-color-surface-default-light-green: #c7fde9;--pkt-color-surface-default-red: #ffb4ac;--pkt-color-surface-default-yellow: #ffe7bc;--pkt-color-surface-strong-beige: #d0bfae;--pkt-color-surface-strong-blue: #6fe9ff;--pkt-color-surface-strong-dark-blue: #2a2859;--pkt-color-surface-strong-dark-green: #034b45;--pkt-color-surface-strong-gray: #f2f2f2;--pkt-color-surface-strong-green: #43f8b6;--pkt-color-surface-strong-light-green: #c7f6c9;--pkt-color-surface-strong-red: #ff8274;--pkt-color-surface-strong-yellow: #f9c66b;--pkt-color-surface-subtle-light-blue: #e5fcff;--pkt-color-surface-subtle-light-red: #fff2f1;--pkt-color-surface-subtle-pale-blue: #f1fdff;--pkt-color-surface-subtle-white: #ffffff;--pkt-color-text-body-dark: #2a2859;--pkt-color-text-body-default: #2a2859;--pkt-color-text-body-light: #ffffff;--pkt-color-text-placeholder: #666666;--pkt-color-text-action-disabled: #666666;--pkt-color-text-action-active: #1f42aa;--pkt-color-text-action-hover: #1f42aa;--pkt-color-text-action-normal: #2a2859;--pkt-color-input-background-normal: #ffffff;--pkt-color-input-background-disabled: #f9f9f9;--pkt-color-input-border-active: #1f42aa;--pkt-color-input-border-disabled: #b3b3b3;--pkt-color-input-border-error: #ff8274;--pkt-color-input-border-hover: #1f42aa;--pkt-color-input-border-normal: #2a2859;--pkt-color-input-text-active: #1f42aa;--pkt-color-input-text-disabled: #808080;--pkt-color-input-text-hover: #1f42aa;--pkt-color-input-text-normal: #2a2859;--pkt-color-input-text-error: #ff8274;--pkt-color-input-text-open: #ffffff;--pkt-color-input-check-background: #ffffff;--pkt-color-input-check-border: #2a2859;--pkt-color-input-check-text-active: #1f42aa;--pkt-color-input-check-text-hover: #1f42aa;--color-blue: #6fe9ff;--color-blue-light: #b3f5ff;--color-blue-dark: #2a2859;--color-green: #43f8b6;--color-green-light: #c7f6c9;--color-green-dark: #034b45;--color-red: #ff8274;--color-red-light: #ffb4ac;--color-yellow: #f9c66b;--color-beige-light: #f8f0dd;--color-beige-dark: #d0bfae;--color-active: #1f42aa;--color-active-light: #b3f5ff;--color-hover: #1f42aa;--color-hover-light: #b3f5ff;--color-focus: #e0adff;--color-disabled: #4d4d4d;--color-disabled-light: #f9f9f9;--color-info: #2a2859;--color-success: #034b45;--color-warning: #774c01;--color-error: #96281c;--color-blue-dark-5: #f2f9ff;--color-blue-dark-10: #d9e9f2;--color-blue-5: #f1fdff;--color-blue-10: #e5fcff;--color-blue-60: #d1f9ff;--color-green-dark-5: #f2fff3;--color-green-dark-10: #d9f2ef;--color-green-10: #e5ffe6;--color-green-30: #c7fde9;--color-red-5: #fff3f2;--color-red-10: #ffe8e5;--color-red-30: #ffdfdc;--color-yellow-5: #fef9f0;--color-yellow-50: #ffe7bc;--color-gray-light: #f9f9f9;--color-gray: #f2f2f2;--color-gray-dark: #2c2c2c;--color-transparent: transparent;--color-white: #fff;--color-grayscale-10: #e6e6e6;--color-grayscale-20: #ccc;--color-grayscale-30: #b3b3b3;--color-grayscale-40: #9a9a9a;--color-grayscale-50: #808080;--color-grayscale-60: #666;--color-grayscale-70: #4d4d4d;--color-grayscale-80: #333;--color-grayscale-90: #1a1a1a;--color-black: #000}:root[data-mode=dark],:root [data-mode=dark]{--pkt-color-background-card: var(--pkt-color-grays-gray-700);--pkt-color-background-default: var(--pkt-color-grays-gray-1000);--pkt-color-background-subtle: var(--pkt-color-grays-gray-1000);--pkt-color-background-transparent: var(--pkt-color-brand-neutrals-transparent);--pkt-color-border-default: var(--pkt-color-brand-neutrals-white);--pkt-color-border-beige: var(--pkt-color-brand-dark-beige-1000);--pkt-color-border-blue: var(--pkt-color-brand-blue-1000);--pkt-color-border-green: var(--pkt-color-brand-green-1000);--pkt-color-border-light-beige: var(--pkt-color-brand-light-beige-1000);--pkt-color-border-red: var(--pkt-color-brand-red-1000);--pkt-color-border-subtle: var(--pkt-color-brand-dark-blue-700);--pkt-color-border-yellow: var(--pkt-color-brand-yellow-1000);--pkt-color-border-states-active: var(--pkt-color-brand-blue-500);--pkt-color-border-states-disabled: var(--pkt-color-grays-gray-500);--pkt-color-border-states-focus: var(--pkt-color-brand-purple-1000);--pkt-color-border-states-hover: var(--pkt-color-brand-blue-500);--pkt-color-surface-default-faded-green: var(--pkt-color-brand-light-green-400);--pkt-color-surface-default-faded-red: var(--pkt-color-brand-red-400);--pkt-color-surface-default-gray: var(--pkt-color-brand-neutrals-100);--pkt-color-surface-default-light-beige: var(--pkt-color-brand-light-beige-1000);--pkt-color-surface-default-light-blue: var(--pkt-color-brand-blue-300);--pkt-color-surface-default-light-green: var(--pkt-color-brand-green-400);--pkt-color-surface-default-red: var(--pkt-color-brand-red-600);--pkt-color-surface-default-yellow: var(--pkt-color-brand-yellow-500);--pkt-color-surface-strong-beige: var(--pkt-color-brand-dark-beige-1000);--pkt-color-surface-strong-blue: var(--pkt-color-brand-blue-1000);--pkt-color-surface-strong-dark-blue: var(--pkt-color-brand-dark-blue-1000);--pkt-color-surface-strong-dark-green: var(--pkt-color-brand-dark-green-1000);--pkt-color-surface-strong-gray: var(--pkt-color-brand-neutrals-200);--pkt-color-surface-strong-green: var(--pkt-color-brand-green-1000);--pkt-color-surface-strong-light-green: var(--pkt-color-brand-light-green-1000);--pkt-color-surface-strong-red: var(--pkt-color-brand-red-1000);--pkt-color-surface-strong-yellow: var(--pkt-color-brand-yellow-1000);--pkt-color-surface-subtle-light-blue: var(--pkt-color-brand-blue-200);--pkt-color-surface-subtle-light-red: var(--pkt-color-brand-red-100);--pkt-color-surface-subtle-pale-blue: var(--pkt-color-brand-blue-100);--pkt-color-surface-subtle-white: var(--pkt-color-brand-neutrals-white);--pkt-color-text-body-dark: var(--pkt-color-brand-dark-blue-1000);--pkt-color-text-body-default: var(--pkt-color-brand-neutrals-white);--pkt-color-text-body-light: var(--pkt-color-brand-neutrals-white);--pkt-color-text-placeholder: var(--pkt-color-grays-gray-300);--pkt-color-text-action-disabled: var(--pkt-color-grays-gray-200);--pkt-color-text-action-active: var(--pkt-color-brand-blue-500);--pkt-color-text-action-hover: var(--pkt-color-brand-blue-500);--pkt-color-text-action-normal: var(--pkt-color-brand-neutrals-white);--pkt-color-input-background-normal: var(--pkt-color-brand-neutrals-white);--pkt-color-input-border-active: var(--pkt-color-brand-blue-500);--pkt-color-input-border-disabled: var(--pkt-color-grays-gray-200);--pkt-color-input-border-error: var(--pkt-color-brand-red-1000);--pkt-color-input-border-hover: var(--pkt-color-brand-blue-500);--pkt-color-input-border-normal: var(--pkt-color-brand-neutrals-white);--pkt-color-input-text-active: var(--pkt-color-brand-warm-blue-1000);--pkt-color-input-text-disabled: var(--pkt-color-grays-gray-200);--pkt-color-input-text-hover: var(--pkt-color-brand-warm-blue-1000);--pkt-color-input-text-normal: var(--pkt-color-brand-dark-blue-1000);--pkt-color-input-text-error: var(--pkt-color-brand-red-1000);--pkt-color-input-text-open: var(--pkt-color-brand-dark-blue-1000);--pkt-color-input-check-background: var(--pkt-color-brand-dark-blue-1000);--pkt-color-input-check-border: var(--pkt-color-brand-neutrals-white);--pkt-color-input-check-text-active: var(--pkt-color-brand-blue-500);--pkt-color-input-check-text-hover: var(--pkt-color-brand-blue-500)}
|
|
1
|
+
@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:400;src:url("../fonts/OsloSans-Regular.woff2") format("woff2"),url("../fonts/OsloSans-Regular.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:italic;font-weight:400;src:url("../fonts/OsloSans-RegularItalic.woff2") format("woff2"),url("../fonts/OsloSans-RegularItalic.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:300;src:url("../fonts/OsloSans-Light.woff2") format("woff2"),url("../fonts/OsloSans-Light.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:500;src:url("../fonts/OsloSans-Medium.woff2") format("woff2"),url("../fonts/OsloSans-Medium.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Sans;font-style:normal;font-weight:700;src:url("../fonts/OsloSans-Bold.woff2") format("woff2"),url("../fonts/OsloSans-Bold.woff") format("woff")}@font-face{font-display:swap;font-family:Oslo Icons;font-style:normal;font-weight:400;src:url("../fonts/OsloIcons.woff2") format("woff2"),url("../fonts/OsloIcons.woff") format("woff")}:root{--pkt-color-brand-blue-100: #f1fdff;--pkt-color-brand-blue-200: #e5fcff;--pkt-color-brand-blue-300: #d1f9ff;--pkt-color-brand-blue-500: #b3f5ff;--pkt-color-brand-blue-1000: #6fe9ff;--pkt-color-brand-dark-blue-700: #6a698b;--pkt-color-brand-dark-blue-1000: #2a2859;--pkt-color-brand-warm-blue-1000: #1f42aa;--pkt-color-brand-green-400: #c7fde9;--pkt-color-brand-green-1000: #43f8b6;--pkt-color-brand-light-green-400: #e5ffe6;--pkt-color-brand-light-green-1000: #c7f6c9;--pkt-color-brand-dark-green-1000: #034b45;--pkt-color-brand-yellow-1000: #f9c66b;--pkt-color-brand-yellow-500: #ffe7bc;--pkt-color-brand-red-100: #fff2f1;--pkt-color-brand-red-400: #ffdfdc;--pkt-color-brand-red-600: #ffb4ac;--pkt-color-brand-red-1000: #ff8274;--pkt-color-brand-light-beige-1000: #f8f0dd;--pkt-color-brand-dark-beige-1000: #d0bfae;--pkt-color-brand-neutrals-white: #ffffff;--pkt-color-brand-neutrals-50: #f9f9f9;--pkt-color-brand-neutrals-100: #f2f2f2;--pkt-color-brand-neutrals-200: #e6e6e6;--pkt-color-brand-neutrals-300: #cccccc;--pkt-color-brand-neutrals-400: #b3b3b3;--pkt-color-brand-neutrals-500: #9a9a9a;--pkt-color-brand-neutrals-600: #808080;--pkt-color-brand-neutrals-700: #666666;--pkt-color-brand-neutrals-800: #4d4d4d;--pkt-color-brand-neutrals-900: #333333;--pkt-color-brand-neutrals-1000: #2c2c2c;--pkt-color-brand-neutrals-black: #000000;--pkt-color-brand-neutrals-transparent: transparent;--pkt-color-brand-purple-1000: #e0adff;--pkt-color-grays-gray-100: #e6e6e6;--pkt-color-grays-gray-200: #cccccc;--pkt-color-grays-gray-300: #b3b3b3;--pkt-color-grays-gray-400: #9a9a9a;--pkt-color-grays-gray-500: #808080;--pkt-color-grays-gray-600: #666666;--pkt-color-grays-gray-700: #4d4d4d;--pkt-color-grays-gray-800: #333333;--pkt-color-grays-gray-900: #1a1a1a;--pkt-color-grays-gray-1000: #2c2c2c;--pkt-color-background-card: #ffffff;--pkt-color-background-default: #ffffff;--pkt-color-background-subtle: #f9f9f9;--pkt-color-background-transparent: transparent;--pkt-color-border-default: #2a2859;--pkt-color-border-beige: #d0bfae;--pkt-color-border-blue: #6fe9ff;--pkt-color-border-gray: #cccccc;--pkt-color-border-green: #43f8b6;--pkt-color-border-light-beige: #f8f0dd;--pkt-color-border-red: #ff8274;--pkt-color-border-subtle: #f2f2f2;--pkt-color-border-yellow: #f9c66b;--pkt-color-border-states-active: #1f42aa;--pkt-color-border-states-disabled: #b3b3b3;--pkt-color-border-states-focus: #e0adff;--pkt-color-border-states-hover: #1f42aa;--pkt-color-surface-default-faded-green: #e5ffe6;--pkt-color-surface-default-faded-red: #ffdfdc;--pkt-color-surface-default-gray: #f2f2f2;--pkt-color-surface-default-light-beige: #f8f0dd;--pkt-color-surface-default-light-blue: #b3f5ff;--pkt-color-surface-default-light-green: #c7fde9;--pkt-color-surface-default-pale-blue: #d1f9ff;--pkt-color-surface-default-red: #ffb4ac;--pkt-color-surface-default-yellow: #ffe7bc;--pkt-color-surface-strong-beige: #d0bfae;--pkt-color-surface-strong-blue: #6fe9ff;--pkt-color-surface-strong-dark-blue: #2a2859;--pkt-color-surface-strong-dark-green: #034b45;--pkt-color-surface-strong-gray: #e6e6e6;--pkt-color-surface-strong-green: #43f8b6;--pkt-color-surface-strong-light-green: #c7f6c9;--pkt-color-surface-strong-red: #ff8274;--pkt-color-surface-strong-yellow: #f9c66b;--pkt-color-surface-subtle-light-blue: #e5fcff;--pkt-color-surface-subtle-light-red: #fff2f1;--pkt-color-surface-subtle-gray: #f9f9f9;--pkt-color-surface-subtle-pale-blue: #f1fdff;--pkt-color-surface-subtle-white: #ffffff;--pkt-color-text-body-dark: #2a2859;--pkt-color-text-body-default: #2a2859;--pkt-color-text-body-light: #ffffff;--pkt-color-text-placeholder: #666666;--pkt-color-text-action-disabled: #666666;--pkt-color-text-action-active: #1f42aa;--pkt-color-text-action-hover: #1f42aa;--pkt-color-text-action-normal: #2a2859;--pkt-color-input-background-normal: #ffffff;--pkt-color-input-background-disabled: #f9f9f9;--pkt-color-input-background-open: #1f42aa;--pkt-color-input-border-active: #1f42aa;--pkt-color-input-border-disabled: #b3b3b3;--pkt-color-input-border-error: #ff8274;--pkt-color-input-border-hover: #1f42aa;--pkt-color-input-border-normal: #2a2859;--pkt-color-input-text-active: #1f42aa;--pkt-color-input-text-disabled: #666666;--pkt-color-input-text-hover: #1f42aa;--pkt-color-input-text-normal: #2a2859;--pkt-color-input-text-error: #ff8274;--pkt-color-input-text-open: #ffffff;--pkt-color-tag-text-normal: #2a2859;--pkt-color-tag-text-hover: #1f42aa;--pkt-color-tag-text-active: #1f42aa;--pkt-color-tag-text-focus: #1f42aa;--pkt-color-input-check-background: #ffffff;--pkt-color-input-check-border: #2a2859;--pkt-color-input-check-text-active: #1f42aa;--pkt-color-input-check-text-hover: #1f42aa;--pkt-color-button-primary-background-normal: #2a2859;--pkt-color-button-primary-background-hover: #1f42aa;--pkt-color-button-primary-background-focus: #1f42aa;--pkt-color-button-primary-background-active: #1f42aa;--pkt-color-button-primary-background-disabled: #f9f9f9;--pkt-color-button-primary-background-success: #43f8b6;--pkt-color-button-primary-background-danger: #ff8274;--pkt-color-button-primary-border-focus: #1f42aa;--pkt-color-button-primary-text-normal: #ffffff;--pkt-color-button-primary-text-hover: #ffffff;--pkt-color-button-primary-text-focus: #ffffff;--pkt-color-button-primary-text-active: #ffffff;--pkt-color-button-primary-text-disabled: #666666;--pkt-color-button-secondary-background-hover: #1f42aa;--pkt-color-button-secondary-background-active: #1f42aa;--pkt-color-button-secondary-background-disabled: #f9f9f9;--pkt-color-button-secondary-border-normal: #2a2859;--pkt-color-button-secondary-border-yellow: #f9c66b;--pkt-color-button-secondary-border-focus: #1f42aa;--pkt-color-button-secondary-text-normal: #2a2859;--pkt-color-button-secondary-text-hover: #ffffff;--pkt-color-button-secondary-text-focus: #1f42aa;--pkt-color-button-secondary-text-active: #ffffff;--pkt-color-button-secondary-text-disabled: #666666;--pkt-color-button-tertiary-background-hover: #f2f2f2;--pkt-color-button-tertiary-background-focus: #f2f2f2;--pkt-color-button-tertiary-background-active: #1f42aa;--pkt-color-button-tertiary-background-disabled: #f9f9f9;--pkt-color-button-tertiary-border-focus: #1f42aa;--pkt-color-button-tertiary-text-normal: #2a2859;--pkt-color-button-tertiary-text-hover: #1f42aa;--pkt-color-button-tertiary-text-focus: #1f42aa;--pkt-color-button-tertiary-text-active: #ffffff;--pkt-color-button-tertiary-text-disabled: #666666;--color-blue: #6fe9ff;--color-blue-light: #b3f5ff;--color-blue-dark: #2a2859;--color-green: #43f8b6;--color-green-light: #c7f6c9;--color-green-dark: #034b45;--color-red: #ff8274;--color-red-light: #ffb4ac;--color-yellow: #f9c66b;--color-beige-light: #f8f0dd;--color-beige-dark: #d0bfae;--color-active: #1f42aa;--color-active-light: #b3f5ff;--color-hover: #1f42aa;--color-hover-light: #b3f5ff;--color-focus: #e0adff;--color-disabled: #4d4d4d;--color-disabled-light: #f9f9f9;--color-info: #2a2859;--color-success: #034b45;--color-warning: #774c01;--color-error: #96281c;--color-blue-dark-5: #f2f9ff;--color-blue-dark-10: #d9e9f2;--color-blue-5: #f1fdff;--color-blue-10: #e5fcff;--color-blue-60: #d1f9ff;--color-green-dark-5: #f2fff3;--color-green-dark-10: #d9f2ef;--color-green-10: #e5ffe6;--color-green-30: #c7fde9;--color-red-5: #fff3f2;--color-red-10: #ffe8e5;--color-red-30: #ffdfdc;--color-yellow-5: #fef9f0;--color-yellow-50: #ffe7bc;--color-gray-light: #f9f9f9;--color-gray: #f2f2f2;--color-gray-dark: #2c2c2c;--color-transparent: transparent;--color-white: #fff;--color-grayscale-10: #e6e6e6;--color-grayscale-20: #ccc;--color-grayscale-30: #b3b3b3;--color-grayscale-40: #9a9a9a;--color-grayscale-50: #808080;--color-grayscale-60: #666;--color-grayscale-70: #4d4d4d;--color-grayscale-80: #333;--color-grayscale-90: #1a1a1a;--color-black: #000}:root[data-mode=dark],:root [data-mode=dark]{--pkt-color-background-card: #2c2c2c;--pkt-color-background-default: #2c2c2c;--pkt-color-background-subtle: #333333;--pkt-color-border-default: #ffffff;--pkt-color-border-subtle: #4d4d4d;--pkt-color-border-states-active: #b3f5ff;--pkt-color-border-states-disabled: #808080;--pkt-color-border-states-hover: #b3f5ff;--pkt-color-text-body-default: #ffffff;--pkt-color-text-placeholder: #b3b3b3;--pkt-color-text-action-disabled: #cccccc;--pkt-color-text-action-active: #b3f5ff;--pkt-color-text-action-hover: #b3f5ff;--pkt-color-text-action-normal: #ffffff;--pkt-color-input-background-open: #b3f5ff;--pkt-color-input-border-active: #b3f5ff;--pkt-color-input-border-disabled: #cccccc;--pkt-color-input-border-hover: #b3f5ff;--pkt-color-input-border-normal: #ffffff;--pkt-color-input-text-open: #2a2859;--pkt-color-tag-text-hover: #2a2859;--pkt-color-tag-text-active: #2a2859;--pkt-color-tag-text-focus: #2a2859;--pkt-color-input-check-background: #2a2859;--pkt-color-input-check-border: #ffffff;--pkt-color-input-check-text-active: #b3f5ff;--pkt-color-input-check-text-hover: #b3f5ff;--pkt-color-button-primary-background-normal: #b3f5ff;--pkt-color-button-primary-background-hover: #6fe9ff;--pkt-color-button-primary-background-focus: #6fe9ff;--pkt-color-button-primary-background-active: #6fe9ff;--pkt-color-button-primary-background-disabled: #4d4d4d;--pkt-color-button-primary-border-focus: #6fe9ff;--pkt-color-button-primary-text-normal: #2a2859;--pkt-color-button-primary-text-hover: #2a2859;--pkt-color-button-primary-text-focus: #2a2859;--pkt-color-button-primary-text-active: #2a2859;--pkt-color-button-primary-text-disabled: #b3b3b3;--pkt-color-button-secondary-background-hover: #b3f5ff;--pkt-color-button-secondary-background-active: #b3f5ff;--pkt-color-button-secondary-background-disabled: #4d4d4d;--pkt-color-button-secondary-border-normal: #ffffff;--pkt-color-button-secondary-border-focus: #b3f5ff;--pkt-color-button-secondary-text-normal: #ffffff;--pkt-color-button-secondary-text-hover: #2a2859;--pkt-color-button-secondary-text-focus: #b3f5ff;--pkt-color-button-secondary-text-active: #2a2859;--pkt-color-button-secondary-text-disabled: #b3b3b3;--pkt-color-button-tertiary-background-hover: #6a698b;--pkt-color-button-tertiary-background-focus: #6a698b;--pkt-color-button-tertiary-background-active: #6a698b;--pkt-color-button-tertiary-background-disabled: #4d4d4d;--pkt-color-button-tertiary-border-focus: transparent;--pkt-color-button-tertiary-text-normal: #ffffff;--pkt-color-button-tertiary-text-hover: #ffffff;--pkt-color-button-tertiary-text-focus: #ffffff;--pkt-color-button-tertiary-text-disabled: #b3b3b3}
|