@citizenplane/pimp 8.11.3 → 8.12.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/README.md +0 -2
- package/dist/pimp.es.js +1146 -1139
- package/dist/pimp.umd.js +3 -3
- package/dist/style.css +1 -1
- package/package.json +26 -4
- package/src/README.md +0 -25
- package/src/assets/styles/base/_base.scss +1 -5
- package/src/assets/styles/utilities/_index.scss +19 -0
- package/src/components/core/BaseInputLabel.vue +0 -1
- package/src/components/date-pickers/CpDate.vue +8 -5
- package/src/components/inputs/CpInput.vue +5 -16
- package/src/components/inputs/CpTextarea.vue +4 -6
- package/src/components/selects/CpSelect.vue +5 -5
- package/src/stories/BaseInputLabel.stories.ts +35 -0
- package/src/stories/CpAlert.stories.ts +90 -0
- package/src/stories/CpBadge.stories.ts +158 -0
- package/src/stories/CpButton.stories.ts +134 -0
- package/src/stories/CpCheckbox.stories.ts +184 -0
- package/src/stories/CpDate.stories.ts +110 -0
- package/src/stories/CpDatepicker.stories.ts +162 -0
- package/src/stories/CpDialog.stories.ts +53 -0
- package/src/stories/CpHeading.stories.ts +77 -0
- package/src/stories/CpIcon.stories.ts +79 -0
- package/src/stories/CpInput.stories.ts +155 -0
- package/src/stories/CpLoader.stories.ts +29 -0
- package/src/stories/CpRadio.stories.ts +139 -0
- package/src/stories/CpSelect.stories.ts +147 -0
- package/src/stories/CpSelectMenu.stories.ts +132 -0
- package/src/stories/CpSwitch.stories.ts +137 -0
- package/src/stories/CpTable.stories.ts +192 -0
- package/src/stories/CpTableEmptyState.stories.ts +34 -0
- package/src/stories/CpTextarea.stories.ts +112 -0
- package/src/stories/CpToaster.stories.ts +147 -0
- package/src/stories/CpTooltip.stories.ts +101 -0
- package/src/stories/TransitionExpand.stories.ts +85 -0
- package/vitest.workspace.js +31 -0
- package/src/App.vue +0 -110
- package/src/components/core/playground-sections/SectionAtomicElements.vue +0 -83
- package/src/components/core/playground-sections/SectionButtons.vue +0 -142
- package/src/components/core/playground-sections/SectionContainer.vue +0 -50
- package/src/components/core/playground-sections/SectionDatePickers.vue +0 -160
- package/src/components/core/playground-sections/SectionDialog.vue +0 -47
- package/src/components/core/playground-sections/SectionFeedbackIndicators.vue +0 -47
- package/src/components/core/playground-sections/SectionInputs.vue +0 -46
- package/src/components/core/playground-sections/SectionListsAndTables.vue +0 -268
- package/src/components/core/playground-sections/SectionSelectMenus.vue +0 -98
- package/src/components/core/playground-sections/SectionSelects.vue +0 -120
- package/src/components/core/playground-sections/SectionSimpleInputs.vue +0 -305
- package/src/components/core/playground-sections/SectionToasters.vue +0 -68
- package/src/components/core/playground-sections/SectionToggles.vue +0 -158
- package/src/components/core/playground-sections/SectionTypography.vue +0 -40
- package/src/main.js +0 -15
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.u-text-ellipsis,.cpBadge__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpBadge{display:inline-flex;align-items:center;padding-block:.25rem;font-size:.875em;font-weight:500;border-radius:62.5rem;border:1px solid #d8d8de;background-color:#fff}.cpBadge--isNeutral:not(.cpBadge--isSolid){background-color:#3e3e5b24;border-color:transparent;color:#3e3e5b}.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#3e3e5b}.cpBadge--isNeutral.cpBadge--isSolid{color:#fff;background-color:#3e3e5b;border-color:transparent}.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#3e3e5b;background-color:#fff}.cpBadge--isBlue:not(.cpBadge--isSolid){background-color:#144dc224;border-color:transparent;color:#144dc2}.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#144dc2}.cpBadge--isBlue.cpBadge--isSolid{color:#fff;background-color:#144dc2;border-color:transparent}.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#144dc2;background-color:#fff}.cpBadge--isGreen:not(.cpBadge--isSolid){background-color:#00c58224;border-color:transparent;color:#00c582}.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#00c582}.cpBadge--isGreen.cpBadge--isSolid{color:#fff;background-color:#00c582;border-color:transparent}.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#00c582;background-color:#fff}.cpBadge--isRed:not(.cpBadge--isSolid){background-color:#eb050524;border-color:transparent;color:#eb0505}.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#eb0505}.cpBadge--isRed.cpBadge--isSolid{color:#fff;background-color:#eb0505;border-color:transparent}.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#eb0505;background-color:#fff}.cpBadge--isOrange:not(.cpBadge--isSolid){background-color:#ffa80024;border-color:transparent;color:#ffa800}.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffa800}.cpBadge--isOrange.cpBadge--isSolid{color:#fff;background-color:#ffa800;border-color:transparent}.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffa800;background-color:#fff}.cpBadge--isPurple:not(.cpBadge--isSolid){background-color:#5341f924;border-color:transparent;color:#5341f9}.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#5341f9}.cpBadge--isPurple.cpBadge--isSolid{color:#fff;background-color:#5341f9;border-color:transparent}.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#5341f9;background-color:#fff}.cpBadge--isTeal:not(.cpBadge--isSolid){background-color:#56c1fe24;border-color:transparent;color:#56c1fe}.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#56c1fe}.cpBadge--isTeal.cpBadge--isSolid{color:#fff;background-color:#56c1fe;border-color:transparent}.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#56c1fe;background-color:#fff}.cpBadge--isPink:not(.cpBadge--isSolid){background-color:#ff7dc124;border-color:transparent;color:#ff7dc1}.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ff7dc1}.cpBadge--isPink.cpBadge--isSolid{color:#fff;background-color:#ff7dc1;border-color:transparent}.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ff7dc1;background-color:#fff}.cpBadge--isYellow:not(.cpBadge--isSolid){background-color:#ffd00b24;border-color:transparent;color:#ffd00b}.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffd00b}.cpBadge--isYellow.cpBadge--isSolid{color:#fff;background-color:#ffd00b;border-color:transparent}.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffd00b;background-color:#fff}.cpBadge--isYellow.cpBadge--isSolid{color:#a48400}.cpBadge--isYellow.cpBadge--isSolid:before{background-color:#a48400}.cpBadge:not(.cpBadge--isPlain):not(.cpBadge--hasIcon):before{content:"";width:.375rem;height:.375rem;margin-right:.375rem;border-radius:100%;flex-shrink:0;background-color:currentColor}.cpBadge:not(.cpBadge--isClearable){padding-inline:.5rem}.cpBadge--isClearable{padding-left:.5rem;padding-right:.25rem}.cpBadge__label{flex:1;min-width:0}.cpBadge__icon{color:currentColor;width:1rem;height:1rem}.cpBadge__icon:not(.cpBadge__icon--isClear){margin-right:.25rem}.cpBadge__icon--isClear svg{stroke-width:.125rem}.cpBadge__icon>*{width:100%;height:100%}.cpBadge__clear{display:flex;align-items:center;justify-content:center;margin-left:.375rem;padding:.0625rem;border-radius:100%;color:inherit}.cpBadge__clear:hover,.cpBadge__clear:focus-visible{color:#fff;background-color:#3e3e5b}.cpBadge__clear:focus{outline:none!important}body:has(.cpDialog){overflow:hidden}.cpDialog{position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;top:0;right:0;bottom:0;left:0;z-index:3;transition-duration:.3s}@media screen and (min-width: 551px){.cpDialog{padding:10vh 2rem}}.cpDialog__dialog{position:relative;display:flex;width:100%;height:100%;align-items:flex-start;justify-content:center;padding:0;border:none;background:none}.cpDialog__overlay{position:fixed;z-index:-1;width:100%;height:100%;background:#3e3e5bdb;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:opacity .25s ease}.cpDialog.dialog-leave-to .cpDialog__overlay,.cpDialog.dialog-enter-from .cpDialog__overlay{opacity:0}.cpDialog__container{position:relative;display:flex;overflow:hidden;width:100%;max-height:100%;flex-direction:column;justify-content:space-between;border-radius:.75rem;background-color:#fff;box-shadow:0 2px 8px #00000054;-webkit-overflow-scrolling:touch;transition:transform .3s ease,opacity .25s ease}@media screen and (max-width: 550px){.cpDialog__container{max-width:100%;height:100%;border-radius:0}}.cpDialog.dialog-enter-from .cpDialog__container,.cpDialog.dialog-leave-to .cpDialog__container{opacity:0;transform:scale3d(.85,.85,1) translate3d(0,1.875rem,0)}.cpDialog__header,.cpDialog__content,.cpDialog__footer{width:100%}.cpDialog__header,.cpDialog__footer{display:flex;align-items:center;justify-content:space-between}.cpDialog__header{position:relative;border-bottom:1px solid #d8d8de}.cpDialog__close{position:absolute;top:1.5rem;right:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.5rem;color:#8b8b9d;transition:.2s ease-in-out;transform:translate(.25rem,-.25rem);transition-property:color,background-color}.cpDialog__close:hover{color:#3e3e5b}.cpDialog__close:focus-visible{outline:.1875em solid rgb(187.9158878505,207.6261682243,248.0841121495)}.cpDialog__content{overflow:auto;min-height:0;flex:1}.cpDialog__footer:not(:empty){border-top:1px solid #d8d8de;padding:1rem 1.5rem}.cpDialog__footer--noBorder{border-top:none}@media screen and (max-width: 550px){.cpDialog__close{top:1rem;right:1rem}}@media (max-width: 650px){.cpDialog__footer{padding:1rem}}.cpTooltip.v-popper--theme-tooltip .v-popper__inner{padding:.5rem .75rem;border-radius:.5rem;background-color:#5341f9;font-size:.75rem;line-height:1rem}.cpTooltip.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#5341f9}.cpHeading{color:#3e3e5b}.cpHeading:first-letter{text-transform:capitalize}.cpHeading--100{font-size:.6875rem;font-weight:400;line-height:1rem;letter-spacing:.0375em;color:#8b8b9d}.cpHeading--200{font-size:.75rem;font-weight:600;line-height:1rem;color:#8b8b9d}.cpHeading--300{font-size:.75rem;font-weight:600;line-height:1rem}.cpHeading--400{font-size:.875rem;font-weight:500;line-height:1.125rem}.cpHeading--500{font-size:1rem;font-weight:500;line-height:1.25rem}.cpHeading--600{font-size:1.125rem;font-weight:500;line-height:1.4375rem;letter-spacing:.025em}.cpHeading--700{font-size:1.25rem;font-weight:500;line-height:1.5625rem;letter-spacing:.025em}.cpHeading--800{font-size:1.8125rem;font-weight:500;line-height:2rem;letter-spacing:.025em}.cpHeading--900{font-size:2.1875rem;font-weight:500;line-height:2.5rem;letter-spacing:.025em}.cpButton{border:.0625rem solid;border-radius:62.5rem;background-color:transparent;padding:.75em 1em;min-width:10ch;height:2.75em;font-size:inherit;line-height:1.1;text-decoration:none;color:#3e3e5b;font-weight:500;transition-property:box-shadow,background-color,transform,width;transition-duration:.15s;transition-timing-function:ease-in-out;cursor:pointer}.cpButton,.cpButton:visited{color:#3e3e5b}.cpButton,.cpButton__body{display:inline-flex;justify-content:center;align-items:center}@media screen and (-ms-high-contrast: active){.cpButton{border:.125em solid currentcolor}}.cpButton:hover{transform:translateY(-.0625rem)}.cpButton:active{transform:translateY(.0625rem)}.cpButton--isDefault{background-color:#fff;border-color:#d8d8de}.cpButton--isDefault:hover{background-color:#fbfbfc;box-shadow:0 .0625rem .125rem #3e3e5b14,0 .1875rem .375rem #3e3e5b14}.cpButton--isDefault:active{background-color:#f4f4f8}.cpButton--isDefault:focus{border-color:transparent}.cpButton--isDefault,.cpButton--isPrimary{filter:drop-shadow(0 .0625rem .125rem rgba(62,62,91,.08))}.cpButton--isDefault:focus,.cpButton--isDisabled:focus{outline:.1875em solid rgb(212,207.5,253.5)}.cpButton--isDefault.cpButton--isBlue,.cpButton--isDefault.cpButton--isBlue:visited{color:#144dc2}.cpButton--isDefault.cpButton--isPurple,.cpButton--isDefault.cpButton--isPurple:visited{color:#5341f9}.cpButton--isDefault.cpButton--isGreen,.cpButton--isDefault.cpButton--isGreen:visited{color:#00c582}.cpButton--isDefault.cpButton--isOrange,.cpButton--isDefault.cpButton--isOrange:visited{color:#ffa800}.cpButton--isDefault.cpButton--isRed,.cpButton--isDefault.cpButton--isRed:visited{color:#eb0505}.cpButton--isPrimary,.cpButton--isPrimary:visited{color:#fff}.cpButton--isPrimary:hover{box-shadow:0 .25rem .375rem #32325d1c,0 .0625rem .1875rem #3e3e5b14}.cpButton--isPrimary:active{box-shadow:inset 0 0 0 .0625em #435a6f24,inset 0 .0625em .0625em #435a6f0f}.cpButton--isMinimal{border-color:transparent}.cpButton--isPrimary.cpButton--isBlue{background-color:#144dc2;border-color:#144dc2}.cpButton--isPrimary.cpButton--isBlue:hover{background-color:#1654d5;border-color:#1654d5}.cpButton--isPrimary.cpButton--isBlue:active{background-color:#1244ab;border-color:#1244ab}.cpButton--isMinimal.cpButton--isBlue,.cpButton--isMinimal.cpButton--isBlue:visited{color:#144dc2}.cpButton--isMinimal.cpButton--isBlue:hover{background:#e4ecfc}.cpButton--isMinimal.cpButton--isBlue:active{background:#c9d9f9;color:#1245af}.cpButton--isPrimary.cpButton--isBlue:focus,.cpButton--isMinimal.cpButton--isBlue:focus{box-shadow:0 0 0 .1875em #aec6f7}.cpButton--isPrimary.cpButton--isPurple{background-color:#5341f9;border-color:#5341f9}.cpButton--isPrimary.cpButton--isPurple:hover{background-color:#5f4ef9;border-color:#5f4ef9}.cpButton--isPrimary.cpButton--isPurple:active{background-color:#321cf8;border-color:#321cf8}.cpButton--isMinimal.cpButton--isPurple,.cpButton--isMinimal.cpButton--isPurple:visited{color:#5341f9}.cpButton--isMinimal.cpButton--isPurple:hover{background:#eeecfe}.cpButton--isMinimal.cpButton--isPurple:active{background:#ddd9fe;color:#3723f8}.cpButton--isPrimary.cpButton--isPurple:focus,.cpButton--isMinimal.cpButton--isPurple:focus{box-shadow:0 0 0 .1875em #cbc6fd}.cpButton--isPrimary.cpButton--isGreen{background-color:#00c582;border-color:#00c582}.cpButton--isPrimary.cpButton--isGreen:hover{background-color:#00db90;border-color:#00db90}.cpButton--isPrimary.cpButton--isGreen:active{background-color:#00ad72;border-color:#00ad72}.cpButton--isMinimal.cpButton--isGreen,.cpButton--isMinimal.cpButton--isGreen:visited{color:#00c582}.cpButton--isMinimal.cpButton--isGreen:hover{background:#e0fff4}.cpButton--isMinimal.cpButton--isGreen:active{background:#c0ffea;color:#00b175}.cpButton--isPrimary.cpButton--isGreen:focus,.cpButton--isMinimal.cpButton--isGreen:focus{box-shadow:0 0 0 .1875em #a1ffdf}.cpButton--isPrimary.cpButton--isOrange{background-color:#ffa800;border-color:#ffa800}.cpButton--isPrimary.cpButton--isOrange:hover{background-color:#ffae12;border-color:#ffae12}.cpButton--isPrimary.cpButton--isOrange:active{background-color:#e09400;border-color:#e09400}.cpButton--isMinimal.cpButton--isOrange,.cpButton--isMinimal.cpButton--isOrange:visited{color:#ffa800}.cpButton--isMinimal.cpButton--isOrange:hover{background:#fff6e6}.cpButton--isMinimal.cpButton--isOrange:active{background:#fec;color:#e69700}.cpButton--isPrimary.cpButton--isOrange:focus,.cpButton--isMinimal.cpButton--isOrange:focus{box-shadow:0 0 0 .1875em #ffe5b3}.cpButton--isPrimary.cpButton--isRed{background-color:#eb0505;border-color:#eb0505}.cpButton--isPrimary.cpButton--isRed:hover{background-color:#fa0909;border-color:#fa0909}.cpButton--isPrimary.cpButton--isRed:active{background-color:#cf0404;border-color:#cf0404}.cpButton--isMinimal.cpButton--isRed,.cpButton--isMinimal.cpButton--isRed:visited{color:#eb0505}.cpButton--isMinimal.cpButton--isRed:hover{background:#fee5e5}.cpButton--isMinimal.cpButton--isRed:active{background:#fecaca;color:#d40505}.cpButton--isPrimary.cpButton--isRed:focus,.cpButton--isMinimal.cpButton--isRed:focus{box-shadow:0 0 0 .1875em #fdb0b0}.cpButton--isDisabled{box-shadow:none!important;border-color:#f8faff!important;background-color:#f8faff!important;color:#b2b2bd!important;cursor:not-allowed!important;-webkit-user-select:none;user-select:none}.cpButton--isDisabled:hover,.cpButton--isDisabled:active{transform:none}.cpButton--isIcon{min-width:2.75em;padding:.625em}.cpButton__body{position:relative;text-align:center;transition:all .15s ease-in-out}.cpButton__icon,.cpButton__loader{display:flex;align-items:center;justify-content:center}.cpButton__icon>svg,.cpButton__icon>i,.cpButton__icon>img,.cpButton__loader>svg,.cpButton__loader>i,.cpButton__loader>img{width:100%;height:100%}.cpButton__icon{width:1em;height:1em;flex-shrink:0}.cpButton__icon--isBefore:not(:only-child){margin-right:.5em}.cpButton__icon--isAfter:not(:only-child){margin-left:.5em}.cpButton--isLoading .cpButton__body{padding-left:2em}.cpButton__loader{position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.5em;height:1.5em}.cpButton--isSquare{border-radius:.625rem}.cpButton--isLarge{height:3.375em;text-transform:uppercase}.u-text-ellipsis,.cpDate__month select{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpDate input,.cpDate select{background-color:transparent;color:#3e3e5b}.cpDate input::-webkit-outer-spin-button,.cpDate input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cpDate input[type=number]{-moz-appearance:textfield}.cpDate select{appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;border:none}.cpDate input::placeholder,.cpDate__month--isEmpty{color:#3e3e5b}.cpDate__label{display:flex;align-items:center;line-height:1.5rem;margin-bottom:.5rem;font-size:.875em}.cpDate__label i{margin-left:.25rem;width:1rem;height:1rem;color:#eb0505}.cpDate__inputs{display:flex;height:2.75em;border:.0625rem solid #d8d8de;border-radius:.625em;overflow:hidden;background-color:#fff;box-shadow:inset 0 .0625em .125em #3e3e5b1f}.cpDate__inputs:hover,.cpDate__inputs:focus-within{border-color:#5341f9;background-color:#fff}.cpDate__inputs:focus-within{box-shadow:#5341f91a 0 0 0 .25rem,#5341f9 0 0 0 .03125rem}.cpDate__divider{flex-shrink:0;width:.0625rem;height:100%;background-color:#d8d8de}.cpDate__month,.cpDate__day,.cpDate__year{min-width:0}.cpDate__month{position:relative;flex:1 1 50%}.cpDate__month:after{position:absolute;top:50%;right:.75em;width:1.25em;height:1.25em;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209.68298L12%2015.683L18%209.68298'%20stroke='%233E3E5B'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;transform:translateY(-50%);content:"";pointer-events:none}.cpDate__month select{width:100%;padding:.75em 2.5em .75em .75em;color:inherit;cursor:pointer}.cpDate__month select:focus-visible{text-decoration:underline;font-weight:500}.cpDate__month select>option:not(:disabled){color:#3e3e5b}.cpDate__day,.cpDate__year{flex:0 0 25%;padding:.75rem}.cpDate--isInvalid .cpDate__inputs,.cpDate--isInvalid .cpDate__inputs:hover,.cpDate--isInvalid .cpDate__inputs:focus-within{border-color:#eb0505}.cpDate--isInvalid .cpDate__inputs:focus-within{box-shadow:0 0 0 .1875em #fd9595}.cpDate--isInvalid .cpDate__divider{background-color:#eb0505}.cpDate--isDisabled .cpDate__inputs{border-color:#d8d8de;background:#f8faff}.cpDate--isDisabled .cpDate__inputs *{color:#b2b2bd!important;cursor:not-allowed!important}.cpDate--isDisabled .cpDate__month:after{opacity:.4}.cpDate__errorMessage{margin-top:.375rem;color:#eb0505;font-weight:500;font-size:.875em}.cpIcon{overflow:hidden;line-height:1}.cpIcon,.cpIcon__content{display:inline-block}.cpIcon__content{height:inherit;width:inherit;vertical-align:top}.asd__fade-enter-active,.asd__fade-leave-active{transition:.2s cubic-bezier(.175,.885,.32,1.175);transition-property:opacity,transform}.asd__fade-enter-from{transform:scale(.8)}.asd__fade-enter-to{transform:scale(1)}.asd__fade-leave-to{opacity:0}.asd__fade-leave-from{opacity:1}.asd__list-complete-enter-from,.asd__list-complete-leave-to{opacity:0;transform:translateY(30px)}.asd__list-complete-leave-active{position:absolute;visibility:hidden}.asd__wrapper{border-radius:10px;white-space:nowrap;text-align:center;background-color:#fff;overflow:hidden}.asd__wrapper:not(.asd__wrapper--isInline){box-shadow:0 9px 24px #3e3e5b33,0 4px 4px #3e3e5b1a}.asd__wrapper--isInline{position:relative!important}@media (min-width: 768px){.asd__wrapper:before{position:absolute;content:"";left:0;right:0;top:20px;bottom:0;margin:auto;width:1px;background:#d8d8de;z-index:-1}}.asd__wrapper--showOneMonth:before{content:none}.asd__wrapper--full-screen{position:fixed;top:0;right:0;bottom:0;left:0;border:none;z-index:100}.asd__inner-wrapper{transition:all .3s ease;position:relative}.asd__datepicker-header{position:relative}.asd__change-month-button{position:absolute;z-index:10;top:16px;border-radius:100%}.asd__change-month-button:focus-visible{outline:2px solid #144dc2;outline-offset:2px}.asd__change-month-button i{color:#3e3e5b}.asd__change-month-button svg{cursor:pointer;stroke-width:1.2px}@media (min-width: 768px){.asd__change-month-button{top:22px}}.asd__change-month-button--previous{left:16px}@media (min-width: 768px){.asd__change-month-button--previous{left:24px}}.asd__change-month-button--next{right:16px}@media (min-width: 768px){.asd__change-month-button--next{right:24px}}.asd__days-legend{position:absolute;font-size:12px;line-height:15px;-webkit-user-select:none;user-select:none}@media (min-width: 768px){.asd__days-legend{padding:0 24px;top:60px}}@media (max-width: 767px){.asd__days-legend{top:56px;padding:0 16px}}.asd__day-title{display:inline-block;width:14.2857142857%;text-align:center;color:#8b8b9d;font-size:14px;line-height:18px;margin-left:-1px}.asd__month-table{border-spacing:0 6px;width:100%;max-width:100%}.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:16px;padding-right:16px}@media (min-width: 768px){.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:24px;padding-right:24px}}.asd__month{transition:all .3s ease;display:inline-block;padding:16px 16px 8px}@media (min-width: 768px){.asd__month{padding:24px 24px 12px}}.asd__month--hidden{height:275px;visibility:hidden}.asd__month-name{font-size:16px;text-align:center;margin:0 0 36px;line-height:20px;color:#3e3e5b}@media (max-width: 768px){.asd__month-name{margin-top:2px}}.asd__month-name>span{padding-right:3px}.asd__selected-date-one{background:#f7f7f7;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-week:not(.asd__day--selected){border-top-right-radius:10px;border-bottom-right-radius:10px}.asd__selected-date-two{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__selected-date-two.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;transform:rotate(180deg);right:20px;width:20px}.asd__selected-date-two.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day{outline:none;padding:0;position:relative}.asd__day--in-range,.asd__day--hovered{background:#f7f7f7}.asd__day--hovered .asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--hovered .asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--in-range.asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--in-range.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--hovered.asd__day--start-month:before,.asd__day--in-range.asd__day--start-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--hovered.asd__day--end-month:before,.asd__day--in-range.asd__day--end-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1}.asd__day--enabled:not(.asd__day--disabled):not(.asd__day--selected):not(.asd__selected-date-one):not(.asd__selected-date-two):not(.asd__day--in-range):hover button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--enabled.asd__day--in-range:hover{background:#f1f1f3}.asd__day--selected button{border-radius:50%;background:#5341f9}.asd__day--selected.asd__selected-date-one:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__day--selected.asd__selected-date-two:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;border-top-right-radius:50%;border-bottom-right-radius:50%;width:30px;transform:rotate(180deg);right:20px}.asd__day--selected button span{color:#fff!important}.asd__day--disabled .asd__day-number,.asd__day--empty .asd__day-number{color:#c6c6ce!important}.asd__day--disabled *{cursor:not-allowed!important}.asd__day--today .asd__day-button .asd__day-number{color:#5341f9;font-weight:600}.asd__day--recurency:not(.asd__selected-date-one):not(.asd__selected-date-two){background:#f7f7f7}.asd__day--recurency button{background:#56c1fe!important;border-radius:50%;border:2px solid #f7f7f7}.asd__day--recurency button .asd__day-number{color:#fff}.asd__day--selected-recurrent button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--selected-recurrent button:before{top:7px;left:5px}.asd__day--selected-recurrent span{color:#3e3e5b}.asd__day-button{outline:none;position:relative;background:transparent;width:35px;height:35px;border:none;-webkit-user-select:none;user-select:none;font-size:14px}.asd__day-button .asd__day-number{z-index:3;position:relative;color:#3e3e5b}.asd__mobile-header{border-bottom:#d8d8de;position:relative;padding:15px!important;text-align:center;height:50px}.asd__mobile-header h3{font-size:20px;margin:0}.asd__mobile-only{display:none}@media (max-width: 768px){.asd__mobile-only{display:block}}.asd__mobile-close{border:none;position:absolute;top:7px;right:5px;padding:5px;z-index:100;cursor:pointer}.asd__mobile-close__icon{position:relative;font-size:1.6em;font-weight:700;padding:0}.baseInputLabel{display:block;font-size:.875em;line-height:1.5rem;margin-bottom:.5rem;color:#3e3e5b}.baseInputLabel:first-letter{text-transform:capitalize}.baseInputLabel--isInvalid{font-weight:500;color:#eb0505}.cpInput{position:relative;display:flex;flex-direction:column}.cpInput:has(.cpInput__help,.cpInput__error) .cpInput__container{margin-bottom:.5rem}.cpInput__container{z-index:1;position:relative;display:flex}.cpInput__container *{cursor:text}.cpInput__clear{display:flex;padding:.1875em;color:#fff;border-radius:50%;background-color:#8b8b9d}.cpInput__clear:focus-visible{outline:.1875em solid rgb(220.6,217,253.8)}.cpInput__clearIcon{width:.75em;height:.75em;pointer-events:none}.cpInput__inner{box-shadow:inset 0 .0625em .125em #0000001f;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;width:100%;height:2.75em;color:inherit;padding:.75em;font-size:1em}.cpInput__inner:hover{border-color:#5341f9}.cpInput__inner:focus{box-shadow:0 0 0 .1875em #ddd9fe;border-color:#5341f9;background-color:#fff}.cpInput__inner::placeholder{color:#8b8b9d}.cpInput--isInvalid .cpInput__inner,.cpInput--isInvalid .cpInput__inner:hover,.cpInput--isInvalid .cpInput__inner:focus,.cpInput--isInvalid .cpInput__icon:hover~.cpInput__inner{border:.0625rem solid #eb0505}.cpInput--isInvalid .cpInput__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpInput--isDisabled{color:#b2b2bd!important}.cpInput--isDisabled .cpInput__container *{cursor:not-allowed}.cpInput--isDisabled .cpInput__inner{background:#f8faff}.cpInput--isDisabled .cpInput__inner,.cpInput--isDisabled .cpInput__inner:hover{border-color:#d8d8de!important}.cpInput--isDisabled .cpInput__icon svg{stroke:#b2b2bd!important}.cpInput--hasNoBorder .cpInput__inner,.cpInput--hasNoBorder .cpInput__inner:hover,.cpInput--hasNoBorder .cpInput__inner:focus,.cpInput--hasNoBorder .cpInput__icon:hover~.cpInput__inner{border-color:transparent;box-shadow:none}.cpInput__label{display:flex;align-items:center;font-size:.875em;line-height:1.5rem;margin-bottom:.5rem;gap:.25rem}.cpInput__label sup{color:#eb0505}.cpInput__tooltip{display:flex;padding:.25rem;align-items:center;justify-content:center;border-radius:50%;color:#c6c6ce;outline-offset:-.1875em}.cpInput__tooltip:hover,.cpInput__tooltip:focus{color:#5341f9}.cpInput__tooltip:focus-visible{outline:.125em solid #5341f9}.cpInput__tooltipIcon{width:1rem;height:1rem}.cpInput__help,.cpInput__error{font-size:.875em;line-height:1.5rem}.cpInput__help{color:#8b8b9d}.cpInput__error{color:#eb0505;font-weight:500}.cpInput__error:first-letter{text-transform:capitalize}.cpInput__icon{left:.75em;z-index:1;position:absolute;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;overflow:hidden}.cpInput__icon:hover~.cpInput__inner{border-color:#5341f9}.cpInput__icon svg{width:100%;height:100%;stroke-width:1.6}.cpInput__icon--isInvalidity svg{stroke:#eb0505}.cpInput__icon--isAfter,.cpInput__icon--isInvalidity{left:auto;right:.75em;justify-content:flex-end}.cpInput__icon--isAfter{transition:50ms right .25s cubic-bezier(.17,.84,.44,1)}.cpInput__icon--isAfter~input{padding-right:3.75em}.cpInput__icon--isBefore~input{padding-left:2.5em}.cpInput__icon--isInvalidity~input{padding-right:2.5em}.cpInput__icon--hasAfterAndInvalidityIcon~input{padding-right:4.25em}.cpInput__icon--isInvalidity~.cpInput__icon--isAfter{right:2.5em;transition:right .25s cubic-bezier(.17,.84,.44,1)}.cpInput--isLarge .cpInput__inner{height:3.375em;padding:1em}.cpInput--isLarge .cpInput__icon{left:1em;width:1.5em;height:1.5em}.cpInput--isLarge .cpInput__icon--isInvalidity,.cpInput--isLarge .cpInput__icon--isAfter{left:auto;right:1em}.cpInput--isLarge .cpInput__icon--isAfter~input{padding-right:4.75em}.cpInput--isLarge .cpInput__icon--isBefore~input{padding-left:3.25em}.cpInput--isLarge .cpInput__icon--isInvalidity~input{padding-right:3.25em}.cpInput--isLarge .cpInput__icon--hasAfterAndInvalidityIcon~input{padding-right:5.5em}.cpInput--isLarge .cpInput__icon--isInvalidity~.cpInput__icon--isAfter~.cpInput__icon--isAfter{right:3em}.cpInput--isSearch .cpInput__icon--isAfter{display:flex;align-items:center;justify-content:center;overflow:visible}.cpInput--isSearch .cpInput__inner{padding-right:2.5em}.cpDatepicker .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpDatepicker__input input:disabled{background-color:#fff}.cpDatepicker__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpDatepicker{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpDatepicker__datepicker{left:0;right:0;transform:initial}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:16px}.cpDatepicker .asd__fade-enter-from{transform:scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:scale(1)}}.fade-enter-active,.fade-leave-active{transition:opacity .1s}.fade-enter-from,.fade-leave-to{opacity:0}.cpCalendar .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpCalendar .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpCalendar__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpCalendar{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpCalendar__datepicker{left:0;right:0;transform:initial}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:16px}.cpCalendar .asd__fade-enter-from{transform:scale(.8)}.cpCalendar .asd__fade-enter-to{transform:scale(1)}}.cpCalendar__input input:disabled{background-color:#fff}.cpCalendar .footer-container{background:#fff;border-top:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--action{padding:16px;display:flex;align-items:center;justify-content:space-between}.cpCalendar .footer-container .asd__recurency--action button{font-size:16px;color:#3e3e5b}.cpCalendar .footer-container .asd__button-done{border:#b5b5b5}.cpCalendar .footer-container .asd__button-done:not([disabled]){background-color:#5341f9;color:#fff!important;border:#5341f9}.cpCalendar .footer-container .asd__recurency--ul{margin:-1px 0 0;display:flex;-webkit-padding-start:0;height:inherit;cursor:pointer}@media (min-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{height:64px}}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{display:flex;flex-wrap:wrap}}.cpCalendar .footer-container .asd__recurency--li{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;border-top:1px solid #ececef;font-size:16px;color:#3e3e5b;height:64px;transition:background .2s linear}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--li{flex:1 0 50%}}.cpCalendar .footer-container .asd__recurency--li .checkbox{width:16px;height:16px}.cpCalendar .footer-container .asd__recurency--li .checkbox--border{height:100%;width:100%;border:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--li .feather-check{height:100%;width:100%;color:#56c1fe}.cpCalendar .footer-container .asd__recurency--li span{font-size:14px;line-height:20px;padding-top:3px;-webkit-user-select:none;user-select:none}.cpCalendar .footer-container .asd__recurency--li--selected{color:#56c1fe}.cpCalendar .footer-container .asd__recurency--summary{padding-left:16px;padding-right:16px}.cpCalendar .footer-container .asd__recurency--text{background:#3e3e5b;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#d8d8ff}.cpCalendar .footer-container .asd__recurency--text svg{transform:scale(.7)}.cpCalendar .footer-container .asd__recurency--text span{white-space:normal;padding:10px 10px 10px 2px;font-size:14px}.cpCalendar .footer-container .asd__recurency--text span strong{color:#fff}.cpAlert{position:relative;display:flex;align-items:flex-start;padding:.625rem;font-size:.875em;border-radius:.25rem;overflow:hidden}.cpAlert:before{content:"";position:absolute;left:0;top:0;height:100%;width:.1875rem}.cpAlert__body{flex:1;margin-left:.5rem;padding-right:2.125rem}.cpAlert__iconWrapper{display:flex;padding-block:.125rem}.cpAlert__icon{flex-shrink:0;color:inherit}.cpAlert__icon i{display:inline-block;vertical-align:sub;width:1rem;height:1rem}.cpAlert__icon,.cpAlert__content,.cpAlert__title{line-height:1.1875rem}.cpAlert__title{color:inherit;font-weight:600}.cpAlert__title:not(:only-child){margin-bottom:.25rem}.cpAlert__button{display:flex;position:absolute;right:.4375rem;top:.4375rem;border-radius:.25rem;padding:.25rem;color:inherit}.cpAlert__button svg{margin:0;width:1.125rem;height:1.125rem}.cpAlert__button:hover{background-color:inherit}.cpAlert--info{background-color:#144dc21a;color:#144dc2}.cpAlert--info:before{background-color:#144dc2}.cpAlert--info button:focus-visible{outline:.125rem solid #144dc2}.cpAlert--success{background-color:#00c5821a;color:#00c582}.cpAlert--success:before{background-color:#00c582}.cpAlert--success button:focus-visible{outline:.125rem solid #00c582}.cpAlert--warning{background-color:#ffa8001a;color:#ffa800}.cpAlert--warning:before{background-color:#ffa800}.cpAlert--warning button:focus-visible{outline:.125rem solid #ffa800}.cpAlert--critical{background-color:#eb05051a;color:#eb0505}.cpAlert--critical:before{background-color:#eb0505}.cpAlert--critical button:focus-visible{outline:.125rem solid #eb0505}.cpToaster{position:relative;box-shadow:#435a6f4d 0 0 1px,#435a6f78 0 8px 10px -4px;background:#fff;padding:.75rem;overflow:hidden;width:max-content;max-width:100%;margin:auto;pointer-events:auto;font-size:.875rem}@media (min-width: 769px){.cpToaster{border-radius:.5rem}}@media (max-width: 768px){.cpToaster{min-width:100%}}.cpToaster:before{content:"";position:absolute;top:0;left:0;width:.1875rem;height:100%}.cpToaster__container{position:fixed;z-index:9999;top:0;left:0;right:0;margin:auto;padding:1rem;max-width:25rem;pointer-events:none}.cpToaster__container>*:not(:last-child){margin-bottom:.5rem}@media (max-width: 768px){.cpToaster__container{max-width:100%}}.cpToaster__content{display:flex;align-items:flex-start}.cpToaster__body{flex:1;margin-left:.5rem;padding-right:2rem}.cpToaster__icon{flex-shrink:0;height:1rem;width:1rem}.cpToaster__content,.cpToaster__title{line-height:1rem}.cpToaster__title{font-weight:600}.cpToaster__title:not(:only-child){margin-bottom:.25rem}.cpToaster__description{font-size:.875rem}.cpToaster__close{position:absolute;right:.5rem;top:.5rem;display:flex;border-radius:.25rem;padding:.25rem;color:#8b8b9d}.cpToaster__close svg{margin:0;width:1.125rem;height:1.125rem}.cpToaster__close:hover{background-color:#8b8b9d1a}.cpToaster__footer{display:flex;justify-content:flex-end;margin-top:1rem}.cpToaster__button{font-size:.75rem;color:#144dc2}.cpToaster__button:not(:hover){text-decoration:underline}.cpToaster--info .cpToaster__icon{color:#144dc2}.cpToaster--info:before{background-color:#144dc2}.cpToaster--warning .cpToaster__icon{color:#ffa800}.cpToaster--warning:before{background-color:#ffa800}.cpToaster--success .cpToaster__icon{color:#00c582}.cpToaster--success:before{background-color:#00c582}.cpToaster--critical .cpToaster__icon{color:#eb0505}.cpToaster--critical:before{background-color:#eb0505}[data-v-126b4013]{will-change:height;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.expand-enter-active,.expand-leave-active{transition-property:opacity,height;transition-duration:.2s;transition-timing-function:ease-out;overflow:hidden}.expand-enter-from,.expand-leave-to{height:0;opacity:0}.cpTextarea__input{box-shadow:inset 0 .0625em .125em #0000001f;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;padding:1em;width:100%;max-width:100%;height:100%;font-size:1em;color:#3e3e5b}.cpTextarea__input:hover{border-color:#5341f9}.cpTextarea__input:focus{box-shadow:0 0 0 .1875em #ddd9fe;border-color:#5341f9;background-color:#fff}.cpTextarea__input:disabled{background:#f8faff;cursor:not-allowed;color:#8b8b9d}.cpTextarea__input::placeholder{color:#3e3e5b99}.cpTextarea__input--isInvalid{box-shadow:0 0 0 .03125rem #eb0505;border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:hover,.cpTextarea__input--isInvalid:focus{border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:focus{box-shadow:0 0 0 .1875em #fd9595}.cpTextarea__label{display:block;line-height:1.5rem}.cpTextarea__label:not(.cpTextarea__label--isAfter){margin-bottom:.5rem}.cpTextarea__label--isAfter{margin-top:.375em}.u-text-ellipsis,.cpSelect__inner{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelect__container{position:relative}.cpSelect__container:after{content:"";position:absolute;right:.75em;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209.68298L12%2015.683L18%209.68298'%20stroke='%233E3E5B'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;pointer-events:none}.cpSelect__inner{box-shadow:inset 0 .0625em .125em #0000001f;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;background-color:#fff;width:100%;height:2.75em;color:#3e3e5b;cursor:pointer;padding:.75em 2.5em .75em .75em;font-size:1em}.cpSelect__inner:hover,.cpSelect__inner:focus{border-color:#5341f9;background-color:#fff}.cpSelect__inner:focus{box-shadow:#5341f91a 0 0 0 .25rem,#5341f9 0 0 0 .03125rem}.cpSelect__label{display:block;line-height:1.5rem}.cpSelect__label:not(.cpSelect__label--isAfter){margin-bottom:.5rem}.cpSelect__label--isAfter{margin-top:.375em}.cpSelect--isDisabled .cpSelect__inner{border-color:#d8d8de!important;background:#f8faff}.cpSelect--isDisabled .cpSelect__inner,.cpSelect--isDisabled .cpSelect__container:after{cursor:not-allowed;color:#b2b2bd}.cpSelect--isDisabled .cpSelect__container:after{opacity:.4}.cpSelect--isInvalid .cpSelect__inner,.cpSelect--isInvalid .cpSelect__inner:hover,.cpSelect--isInvalid .cpSelect__inner:focus{border-color:#eb0505}.cpSelect--isInvalid .cpSelect__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpSelect--isLarge .cpSelect__container:after{right:1em;width:1.5em;height:1.5em}.cpSelect--isLarge .cpSelect__inner{padding:1em 3em 1em 1em;height:3.375em}.u-text-ellipsis,.cpSelectMenu__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelectMenu{position:relative;font-size:1em}.cpSelectMenu__button{box-shadow:inset 0 .0625em .125em #0000001f;border:.0625rem solid #d8d8de;border-radius:.625em;background:#fff;padding:.75em;width:100%;height:2.75em;display:flex;align-items:center;justify-content:space-between;font-size:inherit;font-weight:400;text-transform:capitalize}.cpSelectMenu__button:hover,.cpSelectMenu__button:active,.cpSelectMenu__button:focus{border-color:#144dc2}.cpSelectMenu__button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpSelectMenu__icon{margin-left:.75em;width:1.25em;height:1.25em;flex-shrink:0;transition:transform .2s ease-out}.cpSelectMenu__icon--isOpened{transform:rotateX(180deg)}.cpSelectMenu__dropdown{z-index:3;position:absolute;top:calc(100% + 4px);left:0;border:.0625rem solid #d8d8de;border-radius:.625em;background:#fff;width:max(100%,15.625rem);font-size:inherit}.cpSelectMenu .dropdown svg{width:1.125em;height:1.125em}.cpSelectMenu .dropdown__title{padding:.75em .5em;display:flex;align-items:center;justify-content:space-between;white-space:normal;font-weight:600;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar{border-top:.0625rem solid #d8d8de;border-bottom:.0625rem solid #d8d8de;background-color:#ececef99;padding:.5em;display:flex;align-items:center}.cpSelectMenu .dropdown__filterBar>input{background-color:transparent;flex:1;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar>input::placeholder{color:#8b8b9d}.cpSelectMenu .dropdown__filterBar i{margin-right:.5em;color:#3e3e5b;flex-shrink:0}.cpSelectMenu .dropdown__list{display:flex;flex-direction:column;min-height:15.625rem}.cpSelectMenu .dropdown__items{margin:.25em 0;padding:0;max-height:15.625rem;overflow-y:auto}.cpSelectMenu .dropdown__items li{list-style:none}.cpSelectMenu .dropdown__item{position:relative;padding:.5em 1em .5em 2.25em;width:100%;display:flex;text-align:initial;cursor:pointer;text-transform:capitalize}.cpSelectMenu .dropdown__item:hover{background-color:#ececef80}.cpSelectMenu .dropdown__item input{display:none}.cpSelectMenu .dropdown__icon{position:absolute;left:.5em;top:50%;transform:translateY(-50%);color:#144dc2}.cpSelectMenu .dropdown__emptyState{padding:1em .5em;flex:1;display:flex;align-items:center;justify-content:center;color:#8b8b9d}.cpCheckbox{position:relative;display:flex;align-items:flex-start;cursor:pointer}.cpCheckbox--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpCheckbox--isBlue:hover input{background-color:#f2f6fe}.cpCheckbox--isBlue:hover input:checked{background-color:#0f3b94}.cpCheckbox--isBlue input:focus-visible{position:relative;z-index:1;outline:.125rem solid #144dc2;outline-offset:.125rem}.cpCheckbox--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpCheckbox--isPurple:hover input{background-color:#f6f6ff}.cpCheckbox--isPurple:hover input:checked{background-color:#2610f7}.cpCheckbox--isPurple input:focus-visible{position:relative;z-index:1;outline:.125rem solid #5341f9;outline-offset:.125rem}.cpCheckbox:not(.cpCheckbox--isEmpty){gap:.75rem}.cpCheckbox__wrapper{display:flex;align-items:center;justify-content:center;padding:.25rem;flex-shrink:0}.cpCheckbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.25rem;width:1rem;height:1rem;flex-shrink:0;cursor:pointer;transition:background-color .1s ease-out,transform .1s linear;background-color:#fff}.cpCheckbox input+i{position:absolute;z-index:2;width:.75rem;height:.75rem;color:#fff;opacity:0;transition:opacity .2s linear .1s}.cpCheckbox input+i svg{stroke-width:3}.cpCheckbox input:checked+i{visibility:visible;opacity:1}.cpCheckbox input:disabled{background-color:#f8faff;cursor:not-allowed}.cpCheckbox input:disabled~span{color:#8b8b9d}.cpCheckbox input:checked:disabled{border-color:#c6c6ce;background-color:#c6c6ce}.cpCheckbox input:checked:disabled~span{color:#c6c6ce}.cpCheckbox input:active:not(:disabled){transform:scale(.8)}.cpCheckbox--isDisabled{cursor:not-allowed}.cpCheckbox--isReversed{flex-direction:row-reverse}.cpCheckbox__content{flex:1}.cpCheckbox__label,.cpCheckbox__helper{display:block;line-height:1.5rem}.cpCheckbox__label{font-weight:500}.cpCheckbox__label--isCapitalized:first-letter{text-transform:capitalize}.cpCheckbox__helper{color:#8b8b9d}.cpRadio{position:relative;border:.0625rem solid #d8d8de;border-radius:.625rem;padding:1rem .75rem;display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center;width:100%}.cpRadio:not(.cpRadio--isDisabled),.cpRadio:not(.cpRadio--isDisabled) *{cursor:pointer}.cpRadio--isBlue.cpRadio--isActive{border-color:#144dc2}.cpRadio--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpRadio--isBlue input:checked~span .cpRadio__label,.cpRadio--isBlue input:checked~span .cpRadio__additionalData{color:#144dc2}.cpRadio--isBlue:hover,.cpRadio--isBlue:focus-within{border-color:#144dc2}.cpRadio--isBlue:focus-within{box-shadow:0 0 0 .25rem #144dc21a}.cpRadio--isPurple.cpRadio--isActive{border-color:#5341f9}.cpRadio--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpRadio--isPurple input:checked~span .cpRadio__label,.cpRadio--isPurple input:checked~span .cpRadio__additionalData{color:#5341f9}.cpRadio--isPurple:hover,.cpRadio--isPurple:focus-within{border-color:#5341f9}.cpRadio--isPurple:focus-within{box-shadow:0 0 0 .25rem #5341f91a}.cpRadio--isDisabled{background-color:#f8faff;color:#8b8b9d}.cpRadio--isDisabled,.cpRadio--isDisabled *{cursor:not-allowed}.cpRadio--isDisabled:hover,.cpRadio--isDisabled:focus{box-shadow:none;border-color:#d8d8de}.cpRadio--isActive.cpRadio--isDisabled,.cpRadio--isActive.cpRadio--isDisabled:hover{border-color:#d8d8de}.cpRadio:not(:last-of-type){margin-bottom:.75rem}.cpRadio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:100%;padding:25%;width:1.25em;height:1.25em;transition:transform .1s linear}.cpRadio input:before{content:"";display:flex;width:100%;height:100%;border-radius:100%;background-color:#fff;transition:transform .15s linear;transform:scale(0)}.cpRadio input:active:not(:disabled){transform:scale(.8)}.cpRadio input:checked:before{transform:scale(1)}.cpRadio input:checked:disabled{border-color:#8b8b9d;background-color:#8b8b9d}.cpRadio input:checked:disabled~span .cpRadio__label,.cpRadio input:checked:disabled~span .cpRadio__additionalData{color:#8b8b9d}.cpRadio__content{display:flex;align-items:center;line-height:1.3}.cpRadio__information{flex-grow:2;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;text-transform:capitalize;margin:0 -.5rem}.cpRadio__label,.cpRadio__description{margin:0 .5rem;flex-grow:1}.cpRadio__label,.cpRadio__additionalData{font-weight:500}.cpRadio__description,.cpRadio__additionalData{color:#8b8b9d}.cpRadio__label{white-space:nowrap}.cpRadio__additionalData{text-align:right;margin-left:1rem}.cpSwitch{align-items:center}.cpSwitch,.cpSwitch *{cursor:pointer}.cpSwitch--hasLabel{display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center}.cpSwitch--isDisabled,.cpSwitch--isDisabled *,.cpSwitch--isDisabled:hover,.cpSwitch--isDisabled:hover *{cursor:not-allowed}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#d8d8de}.cpSwitch--isReversed{grid-template-columns:1fr min-content}.cpSwitch--isReversed .cpSwitch__label{grid-row:1}.cpSwitch--isDisabled .cpSwitch__label{color:#8b8b9d}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#ececef}.cpSwitch--isActive .cpSwitch__icon{transform:translateY(-50%);opacity:1}.cpSwitch--isActive .cpSwitch__knobContainer{transform:translate(50%)}.cpSwitch--isPurple.cpSwitch--isActive .cpSwitch__switch{background-color:#5341f9}.cpSwitch--isPurple .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #cbc6fd}.cpSwitch--isPurple:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#a9a0fc}.cpSwitch--isPurple.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#2610f7}.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#c3bdfd}.cpSwitch--isBlue.cpSwitch--isActive .cpSwitch__switch{background-color:#144dc2}.cpSwitch--isBlue .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #aec6f7}.cpSwitch--isBlue:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#79a0f1}.cpSwitch--isBlue.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#0f3b94}.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#a1bdf5}.cpSwitch__switch{position:relative;border-radius:1000px;background-color:#8b8b9d;overflow:hidden;transition:background-color .1s ease-out;display:flex;height:1.5em;width:3em}.cpSwitch__switch:hover{background-color:#c6c6ce}.cpSwitch input{position:absolute;z-index:1;top:0;left:0;opacity:0;width:100%;height:100%}.cpSwitch__icon{position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;padding-left:.25rem;display:flex;align-items:center;justify-content:center;transition:opacity .12s ease-in;width:1.5em;height:1.5em}.cpSwitch__icon i{width:80%;height:100%}.cpSwitch__icon svg{stroke-width:3;color:#fff}.cpSwitch__knobContainer{width:100%;padding:.125rem;display:flex;align-items:center;transition:transform .3s cubic-bezier(.08,.82,.17,1) 0s}.cpSwitch__knob{background-color:#fff;border-radius:100%;width:calc(1.5em - .25rem);height:calc(1.5em - .25rem)}.cpTableEmptyState{padding:10vh 1rem;display:flex;align-items:center;justify-content:center}.cpTableEmptyState__icon{margin-bottom:1.5rem;border-radius:.25rem;display:inline-block;background-color:#f8faff;padding:1rem;color:#8b8b9d}.cpTableEmptyState__headline{margin-bottom:.5rem;font-size:1.25em}.cpTableEmptyState__description{color:#8b8b9d}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}.fade-in-enter-active,.fade-in-leave-active{transition:all .15s ease-in-out}.fade-in-enter-from,.fade-in-leave-to{opacity:0;transform:scale(.9)}@keyframes cp-select-menu-dropdown-enter{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cp-select-menu-dropdown-leave{0%{opacity:1}to{opacity:0}}.u-text-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}html{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:100%;color:#3e3e5b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit;margin:0;outline:none;font-family:inherit}body{background-color:transparent}button{border-style:none;padding:0;background-color:transparent}button:hover{cursor:pointer}dialog{color:inherit}ul,li{margin:0;padding:0;list-style:none}svg{color:currentColor}input{font-size:inherit;border:none}sup{top:-.125rem}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:#000c;color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.cpTable{position:relative;display:flex;flex-direction:column}.cpTable__container{position:relative;display:flex;flex-direction:column;flex:1}.cpTable__container--hasPagination{border-bottom:.0625rem solid #d8d8de}.cpTable__container[role=region][aria-labelledby][tabindex]{overflow:auto}.cpTable__container[role=region][aria-labelledby][tabindex]:focus{border-radius:.625rem;box-shadow:0 0 0 .1875em #aec6f7}.cpTable__container[role=region][aria-labelledby][tabindex] .cpTable__table{margin:0;border:none}.cpTable__container[role=region][aria-labelledby][tabindex]{background:linear-gradient(to right,#fff 30%,#fff0),linear-gradient(to right,#fff0,#fff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%,#3e3e5b33,#3e3e5b00),radial-gradient(farthest-side at 100% 50%,#3e3e5b33,#3e3e5b00) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-position:0 0,100%,0 0,100%;background-attachment:local,local,scroll,scroll}.cpTable__caption{position:sticky;left:0;margin-bottom:1rem;text-align:left;font-size:1.125em}.cpTable__caption:first-letter{text-transform:capitalize}.cpTable__table{border-collapse:collapse;width:100%}.cpTable__row--body:not(:last-of-type){border-bottom:.0625rem solid #d8d8de}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):hover,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{background-color:#3e3e5b0d;transition:background-color .1s ease-in-out}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{color:#5341f9}.cpTable__row--isFullWidth td{padding:.5rem;background-color:#3e3e5b08}.cpTable__row--isClickable{cursor:pointer}.cpTable__row--isSelected{background-color:#5341f91a;color:#5341f9}.cpTable__row--body td{font-size:.875em}.cpTable__column{position:sticky;top:0;z-index:3;background-color:#fff;padding:.5rem .75rem;text-align:left;white-space:nowrap;font-size:.75em;font-weight:400;color:#8b8b9d}.cpTable__column:first-letter{text-transform:capitalize}.cpTable__column:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.0625rem;background-color:#d8d8de}.cpTable__body{vertical-align:middle}.cpTable__row--body,.cpTable__cell{vertical-align:inherit}.cpTable__cell:not(.cpTable__cell--isFullWidth):not(.cpTable__cell--isOptions){padding:1rem .75rem;white-space:nowrap}.cpTable__cell--isFullWidth span,.cpTable__cell--isOptions{position:sticky}.cpTable__cell--isFullWidth span{left:50%;transform:translate(-50%);display:inline-block}.cpTable__cell--isOptions{right:0;padding:0 .75rem}.cpTable__cell--isOptions button{border:.0625rem solid #d8d8de;border-radius:.5rem;background-color:#fff;display:inline-flex;padding:.25rem;color:#8b8b9d}.cpTable__cell--isOptions button:hover{background-color:#fbfbfc;color:#3e3e5b}.cpTable__cell--isOptions button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpTable__cell--isOptions i{width:1rem;height:1rem}@media (hover: hover) and (pointer: fine){.cpTable__cell--isOptions{opacity:0;transition:opacity .2s cubic-bezier(.175,.885,.32,1.175)}.cpTable__row:focus .cpTable__cell--isOptions,.cpTable__row:focus-within .cpTable__cell--isOptions,.cpTable__row:hover .cpTable__cell--isOptions{opacity:1}}.cpTable__emptyState{flex:1}.cpTable--isLoading .cpTable__overlay{opacity:.5;pointer-events:all}.cpTable__overlay{position:absolute;overflow:hidden;left:0;right:0;top:0;bottom:0;border-radius:.625rem;background-color:#fff;z-index:4;opacity:0;transition:.15s opacity ease-in-out;cursor:wait;pointer-events:none}.cpTable__overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#c6c6ce00 0,#c6c6ce33 20%,#c6c6ce80 60%,#c6c6ce00);animation:shimmer 2s infinite}@keyframes shimmer{to{transform:translate(100%)}}.cpTable__loader{width:2rem;height:2rem}.cpTable__loader--isSmall{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem}.cpTable__footer{padding:1rem .75rem 0;display:flex;align-items:center;font-size:.875em}.cpTable .footer__details,.cpTable .footer__pagination{flex:1}.cpTable .footer__results{font-variant-numeric:tabular-nums;color:#8b8b9d}.cpTable .footer__results strong{color:#3e3e5b}.cpTable .footer__pagination{text-align:right}.cpTable .footer__pagination button{box-shadow:0 .0625rem .125rem #3e3e5b14;border-radius:.625rem;border:.0625rem solid #d8d8de;padding:.375rem .625rem;transition:background-color .15s;background-color:#fff}.cpTable .footer__pagination button:hover{background-color:#3e3e5b0d}.cpTable .footer__pagination button:focus{outline:none!important;box-shadow:0 0 0 .1875em #aec6f7}.cpTable .footer__pagination button:disabled{box-shadow:none;border-color:#f8faff;background-color:#f8faff;color:#b2b2bd;cursor:not-allowed;-webkit-user-select:none;user-select:none}.cpTable .footer__pagination button:last-of-type{margin-left:.5rem}
|
|
1
|
+
.u-text-ellipsis,.cpBadge__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpBadge{display:inline-flex;align-items:center;padding-block:.25rem;font-size:.875em;font-weight:500;border-radius:62.5rem;border:1px solid #d8d8de;background-color:#fff}.cpBadge--isNeutral:not(.cpBadge--isSolid){background-color:#3e3e5b24;border-color:transparent;color:#3e3e5b}.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isNeutral:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#3e3e5b}.cpBadge--isNeutral.cpBadge--isSolid{color:#fff;background-color:#3e3e5b;border-color:transparent}.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isNeutral.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#3e3e5b;background-color:#fff}.cpBadge--isBlue:not(.cpBadge--isSolid){background-color:#144dc224;border-color:transparent;color:#144dc2}.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isBlue:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#144dc2}.cpBadge--isBlue.cpBadge--isSolid{color:#fff;background-color:#144dc2;border-color:transparent}.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isBlue.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#144dc2;background-color:#fff}.cpBadge--isGreen:not(.cpBadge--isSolid){background-color:#00c58224;border-color:transparent;color:#00c582}.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isGreen:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#00c582}.cpBadge--isGreen.cpBadge--isSolid{color:#fff;background-color:#00c582;border-color:transparent}.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isGreen.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#00c582;background-color:#fff}.cpBadge--isRed:not(.cpBadge--isSolid){background-color:#eb050524;border-color:transparent;color:#eb0505}.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isRed:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#eb0505}.cpBadge--isRed.cpBadge--isSolid{color:#fff;background-color:#eb0505;border-color:transparent}.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isRed.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#eb0505;background-color:#fff}.cpBadge--isOrange:not(.cpBadge--isSolid){background-color:#ffa80024;border-color:transparent;color:#ffa800}.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isOrange:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffa800}.cpBadge--isOrange.cpBadge--isSolid{color:#fff;background-color:#ffa800;border-color:transparent}.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isOrange.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffa800;background-color:#fff}.cpBadge--isPurple:not(.cpBadge--isSolid){background-color:#5341f924;border-color:transparent;color:#5341f9}.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPurple:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#5341f9}.cpBadge--isPurple.cpBadge--isSolid{color:#fff;background-color:#5341f9;border-color:transparent}.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPurple.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#5341f9;background-color:#fff}.cpBadge--isTeal:not(.cpBadge--isSolid){background-color:#56c1fe24;border-color:transparent;color:#56c1fe}.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isTeal:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#56c1fe}.cpBadge--isTeal.cpBadge--isSolid{color:#fff;background-color:#56c1fe;border-color:transparent}.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isTeal.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#56c1fe;background-color:#fff}.cpBadge--isPink:not(.cpBadge--isSolid){background-color:#ff7dc124;border-color:transparent;color:#ff7dc1}.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isPink:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ff7dc1}.cpBadge--isPink.cpBadge--isSolid{color:#fff;background-color:#ff7dc1;border-color:transparent}.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isPink.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ff7dc1;background-color:#fff}.cpBadge--isYellow:not(.cpBadge--isSolid){background-color:#ffd00b24;border-color:transparent;color:#ffd00b}.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:hover,.cpBadge--isYellow:not(.cpBadge--isSolid) .cpBadge__clear:focus-visible{background-color:#ffd00b}.cpBadge--isYellow.cpBadge--isSolid{color:#fff;background-color:#ffd00b;border-color:transparent}.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:hover,.cpBadge--isYellow.cpBadge--isSolid .cpBadge__clear:focus-visible{color:#ffd00b;background-color:#fff}.cpBadge--isYellow.cpBadge--isSolid{color:#a48400}.cpBadge--isYellow.cpBadge--isSolid:before{background-color:#a48400}.cpBadge:not(.cpBadge--isPlain):not(.cpBadge--hasIcon):before{content:"";width:.375rem;height:.375rem;margin-right:.375rem;border-radius:100%;flex-shrink:0;background-color:currentColor}.cpBadge:not(.cpBadge--isClearable){padding-inline:.5rem}.cpBadge--isClearable{padding-left:.5rem;padding-right:.25rem}.cpBadge__label{flex:1;min-width:0}.cpBadge__icon{color:currentColor;width:1rem;height:1rem}.cpBadge__icon:not(.cpBadge__icon--isClear){margin-right:.25rem}.cpBadge__icon--isClear svg{stroke-width:.125rem}.cpBadge__icon>*{width:100%;height:100%}.cpBadge__clear{display:flex;align-items:center;justify-content:center;margin-left:.375rem;padding:.0625rem;border-radius:100%;color:inherit}.cpBadge__clear:hover,.cpBadge__clear:focus-visible{color:#fff;background-color:#3e3e5b}.cpBadge__clear:focus{outline:none!important}body:has(.cpDialog){overflow:hidden}.cpDialog{position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;top:0;right:0;bottom:0;left:0;z-index:3;transition-duration:.3s}@media screen and (min-width: 551px){.cpDialog{padding:10vh 2rem}}.cpDialog__dialog{position:relative;display:flex;width:100%;height:100%;align-items:flex-start;justify-content:center;padding:0;border:none;background:none}.cpDialog__overlay{position:fixed;z-index:-1;width:100%;height:100%;background:#3e3e5bdb;top:0;right:0;bottom:0;left:0;pointer-events:none;transition:opacity .25s ease}.cpDialog.dialog-leave-to .cpDialog__overlay,.cpDialog.dialog-enter-from .cpDialog__overlay{opacity:0}.cpDialog__container{position:relative;display:flex;overflow:hidden;width:100%;max-height:100%;flex-direction:column;justify-content:space-between;border-radius:.75rem;background-color:#fff;box-shadow:0 2px 8px #00000054;-webkit-overflow-scrolling:touch;transition:transform .3s ease,opacity .25s ease}@media screen and (max-width: 550px){.cpDialog__container{max-width:100%;height:100%;border-radius:0}}.cpDialog.dialog-enter-from .cpDialog__container,.cpDialog.dialog-leave-to .cpDialog__container{opacity:0;transform:scale3d(.85,.85,1) translate3d(0,1.875rem,0)}.cpDialog__header,.cpDialog__content,.cpDialog__footer{width:100%}.cpDialog__header,.cpDialog__footer{display:flex;align-items:center;justify-content:space-between}.cpDialog__header{position:relative;border-bottom:1px solid #d8d8de}.cpDialog__close{position:absolute;top:1.5rem;right:1.5rem;display:inline-flex;align-items:center;justify-content:center;padding:.25rem;border-radius:.5rem;color:#8b8b9d;transition:.2s ease-in-out;transform:translate(.25rem,-.25rem);transition-property:color,background-color}.cpDialog__close:hover{color:#3e3e5b}.cpDialog__close:focus-visible{outline:.1875em solid rgb(187.9158878505,207.6261682243,248.0841121495)}.cpDialog__content{overflow:auto;min-height:0;flex:1}.cpDialog__footer:not(:empty){border-top:1px solid #d8d8de;padding:1rem 1.5rem}.cpDialog__footer--noBorder{border-top:none}@media screen and (max-width: 550px){.cpDialog__close{top:1rem;right:1rem}}@media (max-width: 650px){.cpDialog__footer{padding:1rem}}.cpTooltip.v-popper--theme-tooltip .v-popper__inner{padding:.5rem .75rem;border-radius:.5rem;background-color:#5341f9;font-size:.75rem;line-height:1rem}.cpTooltip.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#5341f9}.cpHeading{color:#3e3e5b}.cpHeading:first-letter{text-transform:capitalize}.cpHeading--100{font-size:.6875rem;font-weight:400;line-height:1rem;letter-spacing:.0375em;color:#8b8b9d}.cpHeading--200{font-size:.75rem;font-weight:600;line-height:1rem;color:#8b8b9d}.cpHeading--300{font-size:.75rem;font-weight:600;line-height:1rem}.cpHeading--400{font-size:.875rem;font-weight:500;line-height:1.125rem}.cpHeading--500{font-size:1rem;font-weight:500;line-height:1.25rem}.cpHeading--600{font-size:1.125rem;font-weight:500;line-height:1.4375rem;letter-spacing:.025em}.cpHeading--700{font-size:1.25rem;font-weight:500;line-height:1.5625rem;letter-spacing:.025em}.cpHeading--800{font-size:1.8125rem;font-weight:500;line-height:2rem;letter-spacing:.025em}.cpHeading--900{font-size:2.1875rem;font-weight:500;line-height:2.5rem;letter-spacing:.025em}.cpButton{border:.0625rem solid;border-radius:62.5rem;background-color:transparent;padding:.75em 1em;min-width:10ch;height:2.75em;font-size:inherit;line-height:1.1;text-decoration:none;color:#3e3e5b;font-weight:500;transition-property:box-shadow,background-color,transform,width;transition-duration:.15s;transition-timing-function:ease-in-out;cursor:pointer}.cpButton,.cpButton:visited{color:#3e3e5b}.cpButton,.cpButton__body{display:inline-flex;justify-content:center;align-items:center}@media screen and (-ms-high-contrast: active){.cpButton{border:.125em solid currentcolor}}.cpButton:hover{transform:translateY(-.0625rem)}.cpButton:active{transform:translateY(.0625rem)}.cpButton--isDefault{background-color:#fff;border-color:#d8d8de}.cpButton--isDefault:hover{background-color:#fbfbfc;box-shadow:0 .0625rem .125rem #3e3e5b14,0 .1875rem .375rem #3e3e5b14}.cpButton--isDefault:active{background-color:#f4f4f8}.cpButton--isDefault:focus{border-color:transparent}.cpButton--isDefault,.cpButton--isPrimary{filter:drop-shadow(0 .0625rem .125rem rgba(62,62,91,.08))}.cpButton--isDefault:focus,.cpButton--isDisabled:focus{outline:.1875em solid rgb(212,207.5,253.5)}.cpButton--isDefault.cpButton--isBlue,.cpButton--isDefault.cpButton--isBlue:visited{color:#144dc2}.cpButton--isDefault.cpButton--isPurple,.cpButton--isDefault.cpButton--isPurple:visited{color:#5341f9}.cpButton--isDefault.cpButton--isGreen,.cpButton--isDefault.cpButton--isGreen:visited{color:#00c582}.cpButton--isDefault.cpButton--isOrange,.cpButton--isDefault.cpButton--isOrange:visited{color:#ffa800}.cpButton--isDefault.cpButton--isRed,.cpButton--isDefault.cpButton--isRed:visited{color:#eb0505}.cpButton--isPrimary,.cpButton--isPrimary:visited{color:#fff}.cpButton--isPrimary:hover{box-shadow:0 .25rem .375rem #32325d1c,0 .0625rem .1875rem #3e3e5b14}.cpButton--isPrimary:active{box-shadow:inset 0 0 0 .0625em #435a6f24,inset 0 .0625em .0625em #435a6f0f}.cpButton--isMinimal{border-color:transparent}.cpButton--isPrimary.cpButton--isBlue{background-color:#144dc2;border-color:#144dc2}.cpButton--isPrimary.cpButton--isBlue:hover{background-color:#1654d5;border-color:#1654d5}.cpButton--isPrimary.cpButton--isBlue:active{background-color:#1244ab;border-color:#1244ab}.cpButton--isMinimal.cpButton--isBlue,.cpButton--isMinimal.cpButton--isBlue:visited{color:#144dc2}.cpButton--isMinimal.cpButton--isBlue:hover{background:#e4ecfc}.cpButton--isMinimal.cpButton--isBlue:active{background:#c9d9f9;color:#1245af}.cpButton--isPrimary.cpButton--isBlue:focus,.cpButton--isMinimal.cpButton--isBlue:focus{box-shadow:0 0 0 .1875em #aec6f7}.cpButton--isPrimary.cpButton--isPurple{background-color:#5341f9;border-color:#5341f9}.cpButton--isPrimary.cpButton--isPurple:hover{background-color:#5f4ef9;border-color:#5f4ef9}.cpButton--isPrimary.cpButton--isPurple:active{background-color:#321cf8;border-color:#321cf8}.cpButton--isMinimal.cpButton--isPurple,.cpButton--isMinimal.cpButton--isPurple:visited{color:#5341f9}.cpButton--isMinimal.cpButton--isPurple:hover{background:#eeecfe}.cpButton--isMinimal.cpButton--isPurple:active{background:#ddd9fe;color:#3723f8}.cpButton--isPrimary.cpButton--isPurple:focus,.cpButton--isMinimal.cpButton--isPurple:focus{box-shadow:0 0 0 .1875em #cbc6fd}.cpButton--isPrimary.cpButton--isGreen{background-color:#00c582;border-color:#00c582}.cpButton--isPrimary.cpButton--isGreen:hover{background-color:#00db90;border-color:#00db90}.cpButton--isPrimary.cpButton--isGreen:active{background-color:#00ad72;border-color:#00ad72}.cpButton--isMinimal.cpButton--isGreen,.cpButton--isMinimal.cpButton--isGreen:visited{color:#00c582}.cpButton--isMinimal.cpButton--isGreen:hover{background:#e0fff4}.cpButton--isMinimal.cpButton--isGreen:active{background:#c0ffea;color:#00b175}.cpButton--isPrimary.cpButton--isGreen:focus,.cpButton--isMinimal.cpButton--isGreen:focus{box-shadow:0 0 0 .1875em #a1ffdf}.cpButton--isPrimary.cpButton--isOrange{background-color:#ffa800;border-color:#ffa800}.cpButton--isPrimary.cpButton--isOrange:hover{background-color:#ffae12;border-color:#ffae12}.cpButton--isPrimary.cpButton--isOrange:active{background-color:#e09400;border-color:#e09400}.cpButton--isMinimal.cpButton--isOrange,.cpButton--isMinimal.cpButton--isOrange:visited{color:#ffa800}.cpButton--isMinimal.cpButton--isOrange:hover{background:#fff6e6}.cpButton--isMinimal.cpButton--isOrange:active{background:#fec;color:#e69700}.cpButton--isPrimary.cpButton--isOrange:focus,.cpButton--isMinimal.cpButton--isOrange:focus{box-shadow:0 0 0 .1875em #ffe5b3}.cpButton--isPrimary.cpButton--isRed{background-color:#eb0505;border-color:#eb0505}.cpButton--isPrimary.cpButton--isRed:hover{background-color:#fa0909;border-color:#fa0909}.cpButton--isPrimary.cpButton--isRed:active{background-color:#cf0404;border-color:#cf0404}.cpButton--isMinimal.cpButton--isRed,.cpButton--isMinimal.cpButton--isRed:visited{color:#eb0505}.cpButton--isMinimal.cpButton--isRed:hover{background:#fee5e5}.cpButton--isMinimal.cpButton--isRed:active{background:#fecaca;color:#d40505}.cpButton--isPrimary.cpButton--isRed:focus,.cpButton--isMinimal.cpButton--isRed:focus{box-shadow:0 0 0 .1875em #fdb0b0}.cpButton--isDisabled{box-shadow:none!important;border-color:#f8faff!important;background-color:#f8faff!important;color:#b2b2bd!important;cursor:not-allowed!important;-webkit-user-select:none;user-select:none}.cpButton--isDisabled:hover,.cpButton--isDisabled:active{transform:none}.cpButton--isIcon{min-width:2.75em;padding:.625em}.cpButton__body{position:relative;text-align:center;transition:all .15s ease-in-out}.cpButton__icon,.cpButton__loader{display:flex;align-items:center;justify-content:center}.cpButton__icon>svg,.cpButton__icon>i,.cpButton__icon>img,.cpButton__loader>svg,.cpButton__loader>i,.cpButton__loader>img{width:100%;height:100%}.cpButton__icon{width:1em;height:1em;flex-shrink:0}.cpButton__icon--isBefore:not(:only-child){margin-right:.5em}.cpButton__icon--isAfter:not(:only-child){margin-left:.5em}.cpButton--isLoading .cpButton__body{padding-left:2em}.cpButton__loader{position:absolute;left:0;top:50%;transform:translateY(-50%);width:1.5em;height:1.5em}.cpButton--isSquare{border-radius:.625rem}.cpButton--isLarge{height:3.375em;text-transform:uppercase}.u-text-ellipsis,.cpDate__month select{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpDate input,.cpDate select{background-color:transparent;color:#3e3e5b}.cpDate input::-webkit-outer-spin-button,.cpDate input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cpDate input[type=number]{-moz-appearance:textfield}.cpDate select{appearance:none;-webkit-appearance:none;-moz-appearance:none;outline:none;border:none}.cpDate input::placeholder,.cpDate__month--isEmpty{color:#3e3e5b}.cpDate__label{display:flex;align-items:center;line-height:1.5rem;margin-bottom:.5rem;font-size:.875em}.cpDate__label>span{margin-left:.125rem}.cpDate__label i{margin-left:.25rem;width:1rem;height:1rem;color:#eb0505}.cpDate__inputs{display:flex;height:2.75em;border:.0625rem solid #d8d8de;border-radius:.625em;overflow:hidden;background-color:#fff;box-shadow:inset 0 .0625em .125em #3e3e5b1f}.cpDate__inputs:hover,.cpDate__inputs:focus-within{border-color:#5341f9;background-color:#fff}.cpDate__inputs:focus-within{box-shadow:#5341f91a 0 0 0 .25rem,#5341f9 0 0 0 .03125rem}.cpDate__divider{flex-shrink:0;width:.0625rem;height:100%;background-color:#d8d8de}.cpDate__month,.cpDate__day,.cpDate__year{min-width:0}.cpDate__month{position:relative;flex:1 1 50%}.cpDate__month:after{position:absolute;top:50%;right:.75em;width:1.25em;height:1.25em;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209.68298L12%2015.683L18%209.68298'%20stroke='%233E3E5B'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;transform:translateY(-50%);content:"";pointer-events:none}.cpDate__month select{width:100%;padding:.75em 2.5em .75em .75em;color:inherit;cursor:pointer}.cpDate__month select:focus-visible{text-decoration:underline;font-weight:500}.cpDate__month select>option:not(:disabled){color:#3e3e5b}.cpDate__day,.cpDate__year{flex:0 0 25%;padding:.75rem}.cpDate--isInvalid .cpDate__inputs,.cpDate--isInvalid .cpDate__inputs:hover,.cpDate--isInvalid .cpDate__inputs:focus-within{border-color:#eb0505}.cpDate--isInvalid .cpDate__inputs:focus-within{box-shadow:0 0 0 .1875em #fd9595}.cpDate--isInvalid .cpDate__divider{background-color:#eb0505}.cpDate--isDisabled .cpDate__inputs{border-color:#d8d8de;background:#f8faff}.cpDate--isDisabled .cpDate__inputs *{color:#b2b2bd!important;cursor:not-allowed!important}.cpDate--isDisabled .cpDate__month:after{opacity:.4}.cpDate__errorMessage{margin-top:.375rem;color:#eb0505;font-weight:500;font-size:.875em}.cpIcon{overflow:hidden;line-height:1}.cpIcon,.cpIcon__content{display:inline-block}.cpIcon__content{height:inherit;width:inherit;vertical-align:top}.asd__fade-enter-active,.asd__fade-leave-active{transition:.2s cubic-bezier(.175,.885,.32,1.175);transition-property:opacity,transform}.asd__fade-enter-from{transform:scale(.8)}.asd__fade-enter-to{transform:scale(1)}.asd__fade-leave-to{opacity:0}.asd__fade-leave-from{opacity:1}.asd__list-complete-enter-from,.asd__list-complete-leave-to{opacity:0;transform:translateY(30px)}.asd__list-complete-leave-active{position:absolute;visibility:hidden}.asd__wrapper{border-radius:10px;white-space:nowrap;text-align:center;background-color:#fff;overflow:hidden}.asd__wrapper:not(.asd__wrapper--isInline){box-shadow:0 9px 24px #3e3e5b33,0 4px 4px #3e3e5b1a}.asd__wrapper--isInline{position:relative!important}@media (min-width: 768px){.asd__wrapper:before{position:absolute;content:"";left:0;right:0;top:20px;bottom:0;margin:auto;width:1px;background:#d8d8de;z-index:-1}}.asd__wrapper--showOneMonth:before{content:none}.asd__wrapper--full-screen{position:fixed;top:0;right:0;bottom:0;left:0;border:none;z-index:100}.asd__inner-wrapper{transition:all .3s ease;position:relative}.asd__datepicker-header{position:relative}.asd__change-month-button{position:absolute;z-index:10;top:16px;border-radius:100%}.asd__change-month-button:focus-visible{outline:2px solid #144dc2;outline-offset:2px}.asd__change-month-button i{color:#3e3e5b}.asd__change-month-button svg{cursor:pointer;stroke-width:1.2px}@media (min-width: 768px){.asd__change-month-button{top:22px}}.asd__change-month-button--previous{left:16px}@media (min-width: 768px){.asd__change-month-button--previous{left:24px}}.asd__change-month-button--next{right:16px}@media (min-width: 768px){.asd__change-month-button--next{right:24px}}.asd__days-legend{position:absolute;font-size:12px;line-height:15px;-webkit-user-select:none;user-select:none}@media (min-width: 768px){.asd__days-legend{padding:0 24px;top:60px}}@media (max-width: 767px){.asd__days-legend{top:56px;padding:0 16px}}.asd__day-title{display:inline-block;width:14.2857142857%;text-align:center;color:#8b8b9d;font-size:14px;line-height:18px;margin-left:-1px}.asd__month-table{border-spacing:0 6px;width:100%;max-width:100%}.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:16px;padding-right:16px}@media (min-width: 768px){.asd__wrapper:not(.asd__wrapper--isInline) .asd__month{padding-left:24px;padding-right:24px}}.asd__month{transition:all .3s ease;display:inline-block;padding:16px 16px 8px}@media (min-width: 768px){.asd__month{padding:24px 24px 12px}}.asd__month--hidden{height:275px;visibility:hidden}.asd__month-name{font-size:16px;text-align:center;margin:0 0 36px;line-height:20px;color:#3e3e5b}@media (max-width: 768px){.asd__month-name{margin-top:2px}}.asd__month-name>span{padding-right:3px}.asd__selected-date-one{background:#f7f7f7;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__selected-date-one.asd__day--end-week:not(.asd__day--selected){border-top-right-radius:10px;border-bottom-right-radius:10px}.asd__selected-date-two{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__selected-date-two.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;transform:rotate(180deg);right:20px;width:20px}.asd__selected-date-two.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day{outline:none;padding:0;position:relative}.asd__day--in-range,.asd__day--hovered{background:#f7f7f7}.asd__day--hovered .asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--hovered .asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--in-range.asd__day--end-week{border-top-right-radius:5px;border-bottom-right-radius:5px}.asd__day--in-range.asd__day--start-week{border-top-left-radius:5px;border-bottom-left-radius:5px}.asd__day--hovered.asd__day--start-month:before,.asd__day--in-range.asd__day--start-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--hovered.asd__day--end-month:before,.asd__day--in-range.asd__day--end-month:not(.asd__selected-date-one):not(.asd__selected-date-two):before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1}.asd__day--enabled:not(.asd__day--disabled):not(.asd__day--selected):not(.asd__selected-date-one):not(.asd__selected-date-two):not(.asd__day--in-range):hover button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover{background:#f7f7f7;border-top-right-radius:50%;border-bottom-right-radius:50%}.asd__day--enabled.asd__day--date-two-not-selected:hover.asd__day--start-month:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;width:30px;transform:rotate(180deg);right:20px}.asd__day--enabled.asd__day--in-range:hover{background:#f1f1f3}.asd__day--selected button{border-radius:50%;background:#5341f9}.asd__day--selected.asd__selected-date-one:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;border-top-left-radius:50%;border-bottom-left-radius:50%}.asd__day--selected.asd__selected-date-two:before{content:"";width:65px;height:35px;background:linear-gradient(90deg,#f7f7f7 50%,#f1f1f100 95%);position:absolute;z-index:-1;border-top-right-radius:50%;border-bottom-right-radius:50%;width:30px;transform:rotate(180deg);right:20px}.asd__day--selected button span{color:#fff!important}.asd__day--disabled .asd__day-number,.asd__day--empty .asd__day-number{color:#c6c6ce!important}.asd__day--disabled *{cursor:not-allowed!important}.asd__day--today .asd__day-button .asd__day-number{color:#5341f9;font-weight:600}.asd__day--recurency:not(.asd__selected-date-one):not(.asd__selected-date-two){background:#f7f7f7}.asd__day--recurency button{background:#56c1fe!important;border-radius:50%;border:2px solid #f7f7f7}.asd__day--recurency button .asd__day-number{color:#fff}.asd__day--selected-recurrent button{z-index:2;background:#fff;border:2px solid #f7f7f7;border-radius:50%}.asd__day--selected-recurrent button:before{top:7px;left:5px}.asd__day--selected-recurrent span{color:#3e3e5b}.asd__day-button{outline:none;position:relative;background:transparent;width:35px;height:35px;border:none;-webkit-user-select:none;user-select:none;font-size:14px}.asd__day-button .asd__day-number{z-index:3;position:relative;color:#3e3e5b}.asd__mobile-header{border-bottom:#d8d8de;position:relative;padding:15px!important;text-align:center;height:50px}.asd__mobile-header h3{font-size:20px;margin:0}.asd__mobile-only{display:none}@media (max-width: 768px){.asd__mobile-only{display:block}}.asd__mobile-close{border:none;position:absolute;top:7px;right:5px;padding:5px;z-index:100;cursor:pointer}.asd__mobile-close__icon{position:relative;font-size:1.6em;font-weight:700;padding:0}.baseInputLabel{display:block;font-size:.875em;line-height:1.5rem;margin-bottom:.5rem;color:#3e3e5b}.baseInputLabel:first-letter{text-transform:capitalize}.baseInputLabel--isInvalid{color:#eb0505}.cpInput{position:relative;display:flex;flex-direction:column}.cpInput:has(.cpInput__help,.cpInput__error) .cpInput__container{margin-bottom:.5rem}.cpInput__container{z-index:1;position:relative;display:flex}.cpInput__container *{cursor:text}.cpInput__clear{display:flex;padding:.1875em;color:#fff;border-radius:50%;background-color:#8b8b9d}.cpInput__clear:focus-visible{outline:.1875em solid rgb(220.6,217,253.8)}.cpInput__clearIcon{width:.75em;height:.75em;pointer-events:none}.cpInput__inner{box-shadow:inset 0 .0625em .125em #0000001f;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;width:100%;height:2.75em;color:inherit;padding:.75em;font-size:1em}.cpInput__inner:hover{border-color:#5341f9}.cpInput__inner:focus{box-shadow:0 0 0 .1875em #ddd9fe;border-color:#5341f9;background-color:#fff}.cpInput__inner::placeholder{color:#8b8b9d}.cpInput--isInvalid .cpInput__inner,.cpInput--isInvalid .cpInput__inner:hover,.cpInput--isInvalid .cpInput__inner:focus,.cpInput--isInvalid .cpInput__icon:hover~.cpInput__inner{border:.0625rem solid #eb0505}.cpInput--isInvalid .cpInput__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpInput--isDisabled{color:#b2b2bd!important}.cpInput--isDisabled .cpInput__container *{cursor:not-allowed}.cpInput--isDisabled .cpInput__inner{background:#f8faff}.cpInput--isDisabled .cpInput__inner,.cpInput--isDisabled .cpInput__inner:hover{border-color:#d8d8de!important}.cpInput--isDisabled .cpInput__icon svg{stroke:#b2b2bd!important}.cpInput--hasNoBorder .cpInput__inner,.cpInput--hasNoBorder .cpInput__inner:hover,.cpInput--hasNoBorder .cpInput__inner:focus,.cpInput--hasNoBorder .cpInput__icon:hover~.cpInput__inner{border-color:transparent;box-shadow:none}.cpInput__tooltip{display:flex;padding:.25rem;align-items:center;justify-content:center;border-radius:50%;color:#c6c6ce;outline-offset:-.1875em}.cpInput__tooltip:hover,.cpInput__tooltip:focus{color:#5341f9}.cpInput__tooltip:focus-visible{outline:.125em solid #5341f9}.cpInput__tooltipIcon{width:1rem;height:1rem}.cpInput__help,.cpInput__error{font-size:.875em;line-height:1.5rem}.cpInput__help{color:#8b8b9d}.cpInput__error{color:#eb0505;font-weight:500}.cpInput__error:first-letter{text-transform:capitalize}.cpInput__icon{left:.75em;z-index:1;position:absolute;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;overflow:hidden}.cpInput__icon:hover~.cpInput__inner{border-color:#5341f9}.cpInput__icon svg{width:100%;height:100%;stroke-width:1.6}.cpInput__icon--isInvalidity svg{stroke:#eb0505}.cpInput__icon--isAfter,.cpInput__icon--isInvalidity{left:auto;right:.75em;justify-content:flex-end}.cpInput__icon--isAfter{transition:50ms right .25s cubic-bezier(.17,.84,.44,1)}.cpInput__icon--isAfter~input{padding-right:3.75em}.cpInput__icon--isBefore~input{padding-left:2.5em}.cpInput__icon--isInvalidity~input{padding-right:2.5em}.cpInput__icon--hasAfterAndInvalidityIcon~input{padding-right:4.25em}.cpInput__icon--isInvalidity~.cpInput__icon--isAfter{right:2.5em;transition:right .25s cubic-bezier(.17,.84,.44,1)}.cpInput--isLarge .cpInput__inner{height:3.375em;padding:1em}.cpInput--isLarge .cpInput__icon{left:1em;width:1.5em;height:1.5em}.cpInput--isLarge .cpInput__icon--isInvalidity,.cpInput--isLarge .cpInput__icon--isAfter{left:auto;right:1em}.cpInput--isLarge .cpInput__icon--isAfter~input{padding-right:4.75em}.cpInput--isLarge .cpInput__icon--isBefore~input{padding-left:3.25em}.cpInput--isLarge .cpInput__icon--isInvalidity~input{padding-right:3.25em}.cpInput--isLarge .cpInput__icon--hasAfterAndInvalidityIcon~input{padding-right:5.5em}.cpInput--isLarge .cpInput__icon--isInvalidity~.cpInput__icon--isAfter~.cpInput__icon--isAfter{right:3em}.cpInput--isSearch .cpInput__icon--isAfter{display:flex;align-items:center;justify-content:center;overflow:visible}.cpInput--isSearch .cpInput__inner{padding-right:2.5em}.cpDatepicker .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpDatepicker__input input:disabled{background-color:#fff}.cpDatepicker__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpDatepicker{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpDatepicker__datepicker{left:0;right:0;transform:initial}.cpDatepicker__datepicker:not(.cpDatepicker__datepicker--isInline){margin-top:16px}.cpDatepicker .asd__fade-enter-from{transform:scale(.8)}.cpDatepicker .asd__fade-enter-to{transform:scale(1)}}.fade-enter-active,.fade-leave-active{transition:opacity .1s}.fade-enter-from,.fade-leave-to{opacity:0}.cpCalendar .asd__fade-enter-from{transform:translate(-50%) scale(.8)}.cpCalendar .asd__fade-enter-to{transform:translate(-50%) scale(1)}.cpCalendar__datepicker{position:absolute;left:50%;transform:translate(-50%)}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:10px}@media (min-width: 350px){.cpCalendar{position:relative}}@media (max-width: 767px) and (min-width: 350px){.cpCalendar__datepicker{left:0;right:0;transform:initial}.cpCalendar__datepicker:not(.cpCalendar__datepicker--isInline){margin-top:16px}.cpCalendar .asd__fade-enter-from{transform:scale(.8)}.cpCalendar .asd__fade-enter-to{transform:scale(1)}}.cpCalendar__input input:disabled{background-color:#fff}.cpCalendar .footer-container{background:#fff;border-top:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--action{padding:16px;display:flex;align-items:center;justify-content:space-between}.cpCalendar .footer-container .asd__recurency--action button{font-size:16px;color:#3e3e5b}.cpCalendar .footer-container .asd__button-done{border:#b5b5b5}.cpCalendar .footer-container .asd__button-done:not([disabled]){background-color:#5341f9;color:#fff!important;border:#5341f9}.cpCalendar .footer-container .asd__recurency--ul{margin:-1px 0 0;display:flex;-webkit-padding-start:0;height:inherit;cursor:pointer}@media (min-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{height:64px}}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--ul{display:flex;flex-wrap:wrap}}.cpCalendar .footer-container .asd__recurency--li{display:flex;flex-direction:column;flex:1;justify-content:center;align-items:center;border-top:1px solid #ececef;font-size:16px;color:#3e3e5b;height:64px;transition:background .2s linear}@media (max-width: 768px){.cpCalendar .footer-container .asd__recurency--li{flex:1 0 50%}}.cpCalendar .footer-container .asd__recurency--li .checkbox{width:16px;height:16px}.cpCalendar .footer-container .asd__recurency--li .checkbox--border{height:100%;width:100%;border:1px solid #ececef}.cpCalendar .footer-container .asd__recurency--li .feather-check{height:100%;width:100%;color:#56c1fe}.cpCalendar .footer-container .asd__recurency--li span{font-size:14px;line-height:20px;padding-top:3px;-webkit-user-select:none;user-select:none}.cpCalendar .footer-container .asd__recurency--li--selected{color:#56c1fe}.cpCalendar .footer-container .asd__recurency--summary{padding-left:16px;padding-right:16px}.cpCalendar .footer-container .asd__recurency--text{background:#3e3e5b;border-radius:10px;display:flex;justify-content:center;align-items:center;color:#d8d8ff}.cpCalendar .footer-container .asd__recurency--text svg{transform:scale(.7)}.cpCalendar .footer-container .asd__recurency--text span{white-space:normal;padding:10px 10px 10px 2px;font-size:14px}.cpCalendar .footer-container .asd__recurency--text span strong{color:#fff}.cpAlert{position:relative;display:flex;align-items:flex-start;padding:.625rem;font-size:.875em;border-radius:.25rem;overflow:hidden}.cpAlert:before{content:"";position:absolute;left:0;top:0;height:100%;width:.1875rem}.cpAlert__body{flex:1;margin-left:.5rem;padding-right:2.125rem}.cpAlert__iconWrapper{display:flex;padding-block:.125rem}.cpAlert__icon{flex-shrink:0;color:inherit}.cpAlert__icon i{display:inline-block;vertical-align:sub;width:1rem;height:1rem}.cpAlert__icon,.cpAlert__content,.cpAlert__title{line-height:1.1875rem}.cpAlert__title{color:inherit;font-weight:600}.cpAlert__title:not(:only-child){margin-bottom:.25rem}.cpAlert__button{display:flex;position:absolute;right:.4375rem;top:.4375rem;border-radius:.25rem;padding:.25rem;color:inherit}.cpAlert__button svg{margin:0;width:1.125rem;height:1.125rem}.cpAlert__button:hover{background-color:inherit}.cpAlert--info{background-color:#144dc21a;color:#144dc2}.cpAlert--info:before{background-color:#144dc2}.cpAlert--info button:focus-visible{outline:.125rem solid #144dc2}.cpAlert--success{background-color:#00c5821a;color:#00c582}.cpAlert--success:before{background-color:#00c582}.cpAlert--success button:focus-visible{outline:.125rem solid #00c582}.cpAlert--warning{background-color:#ffa8001a;color:#ffa800}.cpAlert--warning:before{background-color:#ffa800}.cpAlert--warning button:focus-visible{outline:.125rem solid #ffa800}.cpAlert--critical{background-color:#eb05051a;color:#eb0505}.cpAlert--critical:before{background-color:#eb0505}.cpAlert--critical button:focus-visible{outline:.125rem solid #eb0505}.cpToaster{position:relative;box-shadow:#435a6f4d 0 0 1px,#435a6f78 0 8px 10px -4px;background:#fff;padding:.75rem;overflow:hidden;width:max-content;max-width:100%;margin:auto;pointer-events:auto;font-size:.875rem}@media (min-width: 769px){.cpToaster{border-radius:.5rem}}@media (max-width: 768px){.cpToaster{min-width:100%}}.cpToaster:before{content:"";position:absolute;top:0;left:0;width:.1875rem;height:100%}.cpToaster__container{position:fixed;z-index:9999;top:0;left:0;right:0;margin:auto;padding:1rem;max-width:25rem;pointer-events:none}.cpToaster__container>*:not(:last-child){margin-bottom:.5rem}@media (max-width: 768px){.cpToaster__container{max-width:100%}}.cpToaster__content{display:flex;align-items:flex-start}.cpToaster__body{flex:1;margin-left:.5rem;padding-right:2rem}.cpToaster__icon{flex-shrink:0;height:1rem;width:1rem}.cpToaster__content,.cpToaster__title{line-height:1rem}.cpToaster__title{font-weight:600}.cpToaster__title:not(:only-child){margin-bottom:.25rem}.cpToaster__description{font-size:.875rem}.cpToaster__close{position:absolute;right:.5rem;top:.5rem;display:flex;border-radius:.25rem;padding:.25rem;color:#8b8b9d}.cpToaster__close svg{margin:0;width:1.125rem;height:1.125rem}.cpToaster__close:hover{background-color:#8b8b9d1a}.cpToaster__footer{display:flex;justify-content:flex-end;margin-top:1rem}.cpToaster__button{font-size:.75rem;color:#144dc2}.cpToaster__button:not(:hover){text-decoration:underline}.cpToaster--info .cpToaster__icon{color:#144dc2}.cpToaster--info:before{background-color:#144dc2}.cpToaster--warning .cpToaster__icon{color:#ffa800}.cpToaster--warning:before{background-color:#ffa800}.cpToaster--success .cpToaster__icon{color:#00c582}.cpToaster--success:before{background-color:#00c582}.cpToaster--critical .cpToaster__icon{color:#eb0505}.cpToaster--critical:before{background-color:#eb0505}[data-v-126b4013]{will-change:height;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}.expand-enter-active,.expand-leave-active{transition-property:opacity,height;transition-duration:.2s;transition-timing-function:ease-out;overflow:hidden}.expand-enter-from,.expand-leave-to{height:0;opacity:0}.cpTextarea__input{box-shadow:inset 0 .0625em .125em #0000001f;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;outline:none;padding:1em;width:100%;max-width:100%;height:100%;font-size:1em;color:#3e3e5b}.cpTextarea__input:hover{border-color:#5341f9}.cpTextarea__input:focus{box-shadow:0 0 0 .1875em #ddd9fe;border-color:#5341f9;background-color:#fff}.cpTextarea__input:disabled{background:#f8faff;cursor:not-allowed;color:#8b8b9d}.cpTextarea__input::placeholder{color:#3e3e5b99}.cpTextarea__input--isInvalid{box-shadow:0 0 0 .03125rem #eb0505;border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:hover,.cpTextarea__input--isInvalid:focus{border:.0625rem solid #eb0505}.cpTextarea__input--isInvalid:focus{box-shadow:0 0 0 .1875em #fd9595}.cpTextarea__label{display:block;line-height:1.5rem}.cpTextarea__label:not(.cpTextarea__label--isAfter){margin-bottom:.5rem}.cpTextarea__label--isAfter{margin-top:.375em}.u-text-ellipsis,.cpSelect__inner{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelect__container{position:relative}.cpSelect__container:after{content:"";position:absolute;right:.75em;top:50%;transform:translateY(-50%);width:1.25em;height:1.25em;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%209.68298L12%2015.683L18%209.68298'%20stroke='%233E3E5B'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:cover;pointer-events:none}.cpSelect__inner{box-shadow:inset 0 .0625em .125em #0000001f;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:.0625rem solid #d8d8de;border-radius:.625em;background-color:#fff;width:100%;height:2.75em;color:#3e3e5b;cursor:pointer;padding:.75em 2.5em .75em .75em;font-size:1em}.cpSelect__inner:hover,.cpSelect__inner:focus{border-color:#5341f9;background-color:#fff}.cpSelect__inner:focus{box-shadow:#5341f91a 0 0 0 .25rem,#5341f9 0 0 0 .03125rem}.cpSelect__label{display:block;line-height:1.5rem}.cpSelect__label:not(.cpSelect__label--isAfter){margin-bottom:.5rem}.cpSelect__label--isAfter{margin-top:.375em}.cpSelect--isDisabled .cpSelect__inner{border-color:#d8d8de!important;background:#f8faff}.cpSelect--isDisabled .cpSelect__inner,.cpSelect--isDisabled .cpSelect__container:after{cursor:not-allowed;color:#b2b2bd}.cpSelect--isDisabled .cpSelect__container:after{opacity:.4}.cpSelect--isInvalid .cpSelect__inner,.cpSelect--isInvalid .cpSelect__inner:hover,.cpSelect--isInvalid .cpSelect__inner:focus{border-color:#eb0505}.cpSelect--isInvalid .cpSelect__inner:focus{box-shadow:0 0 0 .1875em #fd9595}.cpSelect--isLarge .cpSelect__container:after{right:1em;width:1.5em;height:1.5em}.cpSelect--isLarge .cpSelect__inner{padding:1em 3em 1em 1em;height:3.375em}.u-text-ellipsis,.cpSelectMenu__label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.cpSelectMenu{position:relative;font-size:1em}.cpSelectMenu__button{box-shadow:inset 0 .0625em .125em #0000001f;border:.0625rem solid #d8d8de;border-radius:.625em;background:#fff;padding:.75em;width:100%;height:2.75em;display:flex;align-items:center;justify-content:space-between;font-size:inherit;font-weight:400;text-transform:capitalize}.cpSelectMenu__button:hover,.cpSelectMenu__button:active,.cpSelectMenu__button:focus{border-color:#144dc2}.cpSelectMenu__button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpSelectMenu__icon{margin-left:.75em;width:1.25em;height:1.25em;flex-shrink:0;transition:transform .2s ease-out}.cpSelectMenu__icon--isOpened{transform:rotateX(180deg)}.cpSelectMenu__dropdown{z-index:3;position:absolute;top:calc(100% + 4px);left:0;border:.0625rem solid #d8d8de;border-radius:.625em;background:#fff;width:max(100%,15.625rem);font-size:inherit}.cpSelectMenu .dropdown svg{width:1.125em;height:1.125em}.cpSelectMenu .dropdown__title{padding:.75em .5em;display:flex;align-items:center;justify-content:space-between;white-space:normal;font-weight:600;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar{border-top:.0625rem solid #d8d8de;border-bottom:.0625rem solid #d8d8de;background-color:#ececef99;padding:.5em;display:flex;align-items:center}.cpSelectMenu .dropdown__filterBar>input{background-color:transparent;flex:1;color:#3e3e5b}.cpSelectMenu .dropdown__filterBar>input::placeholder{color:#8b8b9d}.cpSelectMenu .dropdown__filterBar i{margin-right:.5em;color:#3e3e5b;flex-shrink:0}.cpSelectMenu .dropdown__list{display:flex;flex-direction:column;min-height:15.625rem}.cpSelectMenu .dropdown__items{margin:.25em 0;padding:0;max-height:15.625rem;overflow-y:auto}.cpSelectMenu .dropdown__items li{list-style:none}.cpSelectMenu .dropdown__item{position:relative;padding:.5em 1em .5em 2.25em;width:100%;display:flex;text-align:initial;cursor:pointer;text-transform:capitalize}.cpSelectMenu .dropdown__item:hover{background-color:#ececef80}.cpSelectMenu .dropdown__item input{display:none}.cpSelectMenu .dropdown__icon{position:absolute;left:.5em;top:50%;transform:translateY(-50%);color:#144dc2}.cpSelectMenu .dropdown__emptyState{padding:1em .5em;flex:1;display:flex;align-items:center;justify-content:center;color:#8b8b9d}.cpCheckbox{position:relative;display:flex;align-items:flex-start;cursor:pointer}.cpCheckbox--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpCheckbox--isBlue:hover input{background-color:#f2f6fe}.cpCheckbox--isBlue:hover input:checked{background-color:#0f3b94}.cpCheckbox--isBlue input:focus-visible{position:relative;z-index:1;outline:.125rem solid #144dc2;outline-offset:.125rem}.cpCheckbox--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpCheckbox--isPurple:hover input{background-color:#f6f6ff}.cpCheckbox--isPurple:hover input:checked{background-color:#2610f7}.cpCheckbox--isPurple input:focus-visible{position:relative;z-index:1;outline:.125rem solid #5341f9;outline-offset:.125rem}.cpCheckbox:not(.cpCheckbox--isEmpty){gap:.75rem}.cpCheckbox__wrapper{display:flex;align-items:center;justify-content:center;padding:.25rem;flex-shrink:0}.cpCheckbox input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:.25rem;width:1rem;height:1rem;flex-shrink:0;cursor:pointer;transition:background-color .1s ease-out,transform .1s linear;background-color:#fff}.cpCheckbox input+i{position:absolute;z-index:2;width:.75rem;height:.75rem;color:#fff;opacity:0;transition:opacity .2s linear .1s}.cpCheckbox input+i svg{stroke-width:3}.cpCheckbox input:checked+i{visibility:visible;opacity:1}.cpCheckbox input:disabled{background-color:#f8faff;cursor:not-allowed}.cpCheckbox input:disabled~span{color:#8b8b9d}.cpCheckbox input:checked:disabled{border-color:#c6c6ce;background-color:#c6c6ce}.cpCheckbox input:checked:disabled~span{color:#c6c6ce}.cpCheckbox input:active:not(:disabled){transform:scale(.8)}.cpCheckbox--isDisabled{cursor:not-allowed}.cpCheckbox--isReversed{flex-direction:row-reverse}.cpCheckbox__content{flex:1}.cpCheckbox__label,.cpCheckbox__helper{display:block;line-height:1.5rem}.cpCheckbox__label{font-weight:500}.cpCheckbox__label--isCapitalized:first-letter{text-transform:capitalize}.cpCheckbox__helper{color:#8b8b9d}.cpRadio{position:relative;border:.0625rem solid #d8d8de;border-radius:.625rem;padding:1rem .75rem;display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center;width:100%}.cpRadio:not(.cpRadio--isDisabled),.cpRadio:not(.cpRadio--isDisabled) *{cursor:pointer}.cpRadio--isBlue.cpRadio--isActive{border-color:#144dc2}.cpRadio--isBlue input:checked{background-color:#144dc2;border-color:#144dc2}.cpRadio--isBlue input:checked~span .cpRadio__label,.cpRadio--isBlue input:checked~span .cpRadio__additionalData{color:#144dc2}.cpRadio--isBlue:hover,.cpRadio--isBlue:focus-within{border-color:#144dc2}.cpRadio--isBlue:focus-within{box-shadow:0 0 0 .25rem #144dc21a}.cpRadio--isPurple.cpRadio--isActive{border-color:#5341f9}.cpRadio--isPurple input:checked{background-color:#5341f9;border-color:#5341f9}.cpRadio--isPurple input:checked~span .cpRadio__label,.cpRadio--isPurple input:checked~span .cpRadio__additionalData{color:#5341f9}.cpRadio--isPurple:hover,.cpRadio--isPurple:focus-within{border-color:#5341f9}.cpRadio--isPurple:focus-within{box-shadow:0 0 0 .25rem #5341f91a}.cpRadio--isDisabled{background-color:#f8faff;color:#8b8b9d}.cpRadio--isDisabled,.cpRadio--isDisabled *{cursor:not-allowed}.cpRadio--isDisabled:hover,.cpRadio--isDisabled:focus{box-shadow:none;border-color:#d8d8de}.cpRadio--isActive.cpRadio--isDisabled,.cpRadio--isActive.cpRadio--isDisabled:hover{border-color:#d8d8de}.cpRadio:not(:last-of-type){margin-bottom:.75rem}.cpRadio input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:.0625rem solid #d8d8de;border-radius:100%;padding:25%;width:1.25em;height:1.25em;transition:transform .1s linear}.cpRadio input:before{content:"";display:flex;width:100%;height:100%;border-radius:100%;background-color:#fff;transition:transform .15s linear;transform:scale(0)}.cpRadio input:active:not(:disabled){transform:scale(.8)}.cpRadio input:checked:before{transform:scale(1)}.cpRadio input:checked:disabled{border-color:#8b8b9d;background-color:#8b8b9d}.cpRadio input:checked:disabled~span .cpRadio__label,.cpRadio input:checked:disabled~span .cpRadio__additionalData{color:#8b8b9d}.cpRadio__content{display:flex;align-items:center;line-height:1.3}.cpRadio__information{flex-grow:2;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;text-transform:capitalize;margin:0 -.5rem}.cpRadio__label,.cpRadio__description{margin:0 .5rem;flex-grow:1}.cpRadio__label,.cpRadio__additionalData{font-weight:500}.cpRadio__description,.cpRadio__additionalData{color:#8b8b9d}.cpRadio__label{white-space:nowrap}.cpRadio__additionalData{text-align:right;margin-left:1rem}.cpSwitch{align-items:center}.cpSwitch,.cpSwitch *{cursor:pointer}.cpSwitch--hasLabel{display:grid;grid-template-columns:min-content 1fr;grid-gap:.75rem;align-items:center}.cpSwitch--isDisabled,.cpSwitch--isDisabled *,.cpSwitch--isDisabled:hover,.cpSwitch--isDisabled:hover *{cursor:not-allowed}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#d8d8de}.cpSwitch--isReversed{grid-template-columns:1fr min-content}.cpSwitch--isReversed .cpSwitch__label{grid-row:1}.cpSwitch--isDisabled .cpSwitch__label{color:#8b8b9d}.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isDisabled:hover .cpSwitch__switch{background-color:#ececef}.cpSwitch--isActive .cpSwitch__icon{transform:translateY(-50%);opacity:1}.cpSwitch--isActive .cpSwitch__knobContainer{transform:translate(50%)}.cpSwitch--isPurple.cpSwitch--isActive .cpSwitch__switch{background-color:#5341f9}.cpSwitch--isPurple .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #cbc6fd}.cpSwitch--isPurple:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#a9a0fc}.cpSwitch--isPurple.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#2610f7}.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isPurple.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#c3bdfd}.cpSwitch--isBlue.cpSwitch--isActive .cpSwitch__switch{background-color:#144dc2}.cpSwitch--isBlue .cpSwitch__switch:focus-within{box-shadow:0 0 0 .1875em #aec6f7}.cpSwitch--isBlue:hover:not(.cpSwitch--isDisabled) .cpSwitch__switch{background-color:#79a0f1}.cpSwitch--isBlue.cpSwitch--isActive:hover .cpSwitch__switch{background-color:#0f3b94}.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled .cpSwitch__switch,.cpSwitch--isBlue.cpSwitch--isActive.cpSwitch--isDisabled:hover .cpSwitch__swtich{background-color:#a1bdf5}.cpSwitch__switch{position:relative;border-radius:1000px;background-color:#8b8b9d;overflow:hidden;transition:background-color .1s ease-out;display:flex;height:1.5em;width:3em}.cpSwitch__switch:hover{background-color:#c6c6ce}.cpSwitch input{position:absolute;z-index:1;top:0;left:0;opacity:0;width:100%;height:100%}.cpSwitch__icon{position:absolute;left:0;top:50%;transform:translateY(-50%);opacity:0;padding-left:.25rem;display:flex;align-items:center;justify-content:center;transition:opacity .12s ease-in;width:1.5em;height:1.5em}.cpSwitch__icon i{width:80%;height:100%}.cpSwitch__icon svg{stroke-width:3;color:#fff}.cpSwitch__knobContainer{width:100%;padding:.125rem;display:flex;align-items:center;transition:transform .3s cubic-bezier(.08,.82,.17,1) 0s}.cpSwitch__knob{background-color:#fff;border-radius:100%;width:calc(1.5em - .25rem);height:calc(1.5em - .25rem)}.cpTableEmptyState{padding:10vh 1rem;display:flex;align-items:center;justify-content:center}.cpTableEmptyState__icon{margin-bottom:1.5rem;border-radius:.25rem;display:inline-block;background-color:#f8faff;padding:1rem;color:#8b8b9d}.cpTableEmptyState__headline{margin-bottom:.5rem;font-size:1.25em}.cpTableEmptyState__description{color:#8b8b9d}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}.fade-in-enter-active,.fade-in-leave-active{transition:all .15s ease-in-out}.fade-in-enter-from,.fade-in-leave-to{opacity:0;transform:scale(.9)}@keyframes cp-select-menu-dropdown-enter{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes cp-select-menu-dropdown-leave{0%{opacity:1}to{opacity:0}}.u-text-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.u-asterisk{position:relative;top:-.1875rem;font-size:.75em;line-height:normal}.u-asterisk:after{content:" "}legend .u-asterisk,label .u-asterisk{color:#eb0505}html{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;font-size:100%;color:#3e3e5b;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit;margin:0;outline:none;font-family:inherit}body{background-color:transparent}button{border-style:none;padding:0;background-color:transparent}button:hover{cursor:pointer}dialog{color:inherit}ul,li{margin:0;padding:0;list-style:none}svg{color:currentColor}input{font-size:inherit;border:none}.resize-observer[data-v-b329ee4c]{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;border:none;background-color:transparent;pointer-events:none;display:block;overflow:hidden;opacity:0}.resize-observer[data-v-b329ee4c] object{display:block;position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden;pointer-events:none;z-index:-1}.v-popper__popper{z-index:10000;top:0;left:0;outline:none}.v-popper__popper.v-popper__popper--hidden{visibility:hidden;opacity:0;transition:opacity .15s,visibility .15s;pointer-events:none}.v-popper__popper.v-popper__popper--shown{visibility:visible;opacity:1;transition:opacity .15s}.v-popper__popper.v-popper__popper--skip-transition,.v-popper__popper.v-popper__popper--skip-transition>.v-popper__wrapper{transition:none!important}.v-popper__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;display:none}.v-popper__inner{position:relative;box-sizing:border-box;overflow-y:auto}.v-popper__inner>div{position:relative;z-index:1;max-width:inherit;max-height:inherit}.v-popper__arrow-container{position:absolute;width:10px;height:10px}.v-popper__popper--arrow-overflow .v-popper__arrow-container,.v-popper__popper--no-positioning .v-popper__arrow-container{display:none}.v-popper__arrow-inner,.v-popper__arrow-outer{border-style:solid;position:absolute;top:0;left:0;width:0;height:0}.v-popper__arrow-inner{visibility:hidden;border-width:7px}.v-popper__arrow-outer{border-width:6px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{left:-2px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{left:-1px}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-outer{border-bottom-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=top] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-container{top:0}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{border-top-width:0;border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-inner{top:-4px}.v-popper__popper[data-popper-placement^=bottom] .v-popper__arrow-outer{top:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{top:-2px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{top:-1px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{border-left-width:0;border-left-color:transparent!important;border-top-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-inner{left:-4px}.v-popper__popper[data-popper-placement^=right] .v-popper__arrow-outer{left:-6px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-container{right:-10px}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner,.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-outer{border-right-width:0;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.v-popper__popper[data-popper-placement^=left] .v-popper__arrow-inner{left:-2px}.v-popper--theme-tooltip .v-popper__inner{background:#000c;color:#fff;border-radius:6px;padding:7px 12px 6px}.v-popper--theme-tooltip .v-popper__arrow-outer{border-color:#000c}.v-popper--theme-dropdown .v-popper__inner{background:#fff;color:#000;border-radius:6px;border:1px solid #ddd;box-shadow:0 6px 30px #0000001a}.v-popper--theme-dropdown .v-popper__arrow-inner{visibility:visible;border-color:#fff}.v-popper--theme-dropdown .v-popper__arrow-outer{border-color:#ddd}.cpTable{position:relative;display:flex;flex-direction:column}.cpTable__container{position:relative;display:flex;flex-direction:column;flex:1}.cpTable__container--hasPagination{border-bottom:.0625rem solid #d8d8de}.cpTable__container[role=region][aria-labelledby][tabindex]{overflow:auto}.cpTable__container[role=region][aria-labelledby][tabindex]:focus{border-radius:.625rem;box-shadow:0 0 0 .1875em #aec6f7}.cpTable__container[role=region][aria-labelledby][tabindex] .cpTable__table{margin:0;border:none}.cpTable__container[role=region][aria-labelledby][tabindex]{background:linear-gradient(to right,#fff 30%,#fff0),linear-gradient(to right,#fff0,#fff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%,#3e3e5b33,#3e3e5b00),radial-gradient(farthest-side at 100% 50%,#3e3e5b33,#3e3e5b00) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:40px 100%,40px 100%,14px 100%,14px 100%;background-position:0 0,100%,0 0,100%;background-attachment:local,local,scroll,scroll}.cpTable__caption{position:sticky;left:0;margin-bottom:1rem;text-align:left;font-size:1.125em}.cpTable__caption:first-letter{text-transform:capitalize}.cpTable__table{border-collapse:collapse;width:100%}.cpTable__row--body:not(:last-of-type){border-bottom:.0625rem solid #d8d8de}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):hover,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{background-color:#3e3e5b0d;transition:background-color .1s ease-in-out}.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus,.cpTable__row--body:not(.cpTable__row--isFullWidth):not(.cpTable__row--isSelected):focus-within{color:#5341f9}.cpTable__row--isFullWidth td{padding:.5rem;background-color:#3e3e5b08}.cpTable__row--isClickable{cursor:pointer}.cpTable__row--isSelected{background-color:#5341f91a;color:#5341f9}.cpTable__row--body td{font-size:.875em}.cpTable__column{position:sticky;top:0;z-index:3;background-color:#fff;padding:.5rem .75rem;text-align:left;white-space:nowrap;font-size:.75em;font-weight:400;color:#8b8b9d}.cpTable__column:first-letter{text-transform:capitalize}.cpTable__column:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:.0625rem;background-color:#d8d8de}.cpTable__body{vertical-align:middle}.cpTable__row--body,.cpTable__cell{vertical-align:inherit}.cpTable__cell:not(.cpTable__cell--isFullWidth):not(.cpTable__cell--isOptions){padding:1rem .75rem;white-space:nowrap}.cpTable__cell--isFullWidth span,.cpTable__cell--isOptions{position:sticky}.cpTable__cell--isFullWidth span{left:50%;transform:translate(-50%);display:inline-block}.cpTable__cell--isOptions{right:0;padding:0 .75rem}.cpTable__cell--isOptions button{border:.0625rem solid #d8d8de;border-radius:.5rem;background-color:#fff;display:inline-flex;padding:.25rem;color:#8b8b9d}.cpTable__cell--isOptions button:hover{background-color:#fbfbfc;color:#3e3e5b}.cpTable__cell--isOptions button:focus{outline:none!important;box-shadow:0 0 0 .1875em #c9d9f9}.cpTable__cell--isOptions i{width:1rem;height:1rem}@media (hover: hover) and (pointer: fine){.cpTable__cell--isOptions{opacity:0;transition:opacity .2s cubic-bezier(.175,.885,.32,1.175)}.cpTable__row:focus .cpTable__cell--isOptions,.cpTable__row:focus-within .cpTable__cell--isOptions,.cpTable__row:hover .cpTable__cell--isOptions{opacity:1}}.cpTable__emptyState{flex:1}.cpTable--isLoading .cpTable__overlay{opacity:.5;pointer-events:all}.cpTable__overlay{position:absolute;overflow:hidden;left:0;right:0;top:0;bottom:0;border-radius:.625rem;background-color:#fff;z-index:4;opacity:0;transition:.15s opacity ease-in-out;cursor:wait;pointer-events:none}.cpTable__overlay:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#c6c6ce00 0,#c6c6ce33 20%,#c6c6ce80 60%,#c6c6ce00);animation:shimmer 2s infinite}@keyframes shimmer{to{transform:translate(100%)}}.cpTable__loader{width:2rem;height:2rem}.cpTable__loader--isSmall{display:inline-block;vertical-align:middle;width:1.5rem;height:1.5rem}.cpTable__footer{padding:1rem .75rem 0;display:flex;align-items:center;font-size:.875em}.cpTable .footer__details,.cpTable .footer__pagination{flex:1}.cpTable .footer__results{font-variant-numeric:tabular-nums;color:#8b8b9d}.cpTable .footer__results strong{color:#3e3e5b}.cpTable .footer__pagination{text-align:right}.cpTable .footer__pagination button{box-shadow:0 .0625rem .125rem #3e3e5b14;border-radius:.625rem;border:.0625rem solid #d8d8de;padding:.375rem .625rem;transition:background-color .15s;background-color:#fff}.cpTable .footer__pagination button:hover{background-color:#3e3e5b0d}.cpTable .footer__pagination button:focus{outline:none!important;box-shadow:0 0 0 .1875em #aec6f7}.cpTable .footer__pagination button:disabled{box-shadow:none;border-color:#f8faff;background-color:#f8faff;color:#b2b2bd;cursor:not-allowed;-webkit-user-select:none;user-select:none}.cpTable .footer__pagination button:last-of-type{margin-left:.5rem}
|
package/package.json
CHANGED
|
@@ -1,13 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@citizenplane/pimp",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.12.0",
|
|
4
4
|
"scripts": {
|
|
5
|
-
"dev": "
|
|
5
|
+
"dev": "storybook dev -p 8080",
|
|
6
6
|
"build": "vite build",
|
|
7
7
|
"preview": "vite preview",
|
|
8
8
|
"lint": "eslint --fix src",
|
|
9
9
|
"format": "prettier . --write",
|
|
10
|
-
"test": "jest tests"
|
|
10
|
+
"test": "jest tests",
|
|
11
|
+
"storybook": "storybook dev -p 8080",
|
|
12
|
+
"build-storybook": "storybook build"
|
|
11
13
|
},
|
|
12
14
|
"type": "module",
|
|
13
15
|
"files": [
|
|
@@ -37,9 +39,20 @@
|
|
|
37
39
|
},
|
|
38
40
|
"devDependencies": {
|
|
39
41
|
"@babel/core": "^7.27.1",
|
|
42
|
+
"@chromatic-com/storybook": "^3.2.6",
|
|
40
43
|
"@eslint/eslintrc": "^3.3.1",
|
|
41
44
|
"@eslint/js": "^9.26.0",
|
|
45
|
+
"@storybook/addon-essentials": "^8.6.14",
|
|
46
|
+
"@storybook/addon-onboarding": "^8.6.14",
|
|
47
|
+
"@storybook/blocks": "^8.6.14",
|
|
48
|
+
"@storybook/experimental-addon-test": "^8.6.14",
|
|
49
|
+
"@storybook/preset-scss": "^1.0.3",
|
|
50
|
+
"@storybook/test": "^8.6.14",
|
|
51
|
+
"@storybook/vue3": "^8.6.14",
|
|
52
|
+
"@storybook/vue3-vite": "^8.6.14",
|
|
42
53
|
"@vitejs/plugin-vue": "^5.2.4",
|
|
54
|
+
"@vitest/browser": "^3.1.4",
|
|
55
|
+
"@vitest/coverage-v8": "^3.1.4",
|
|
43
56
|
"@vue/babel-preset-app": "^5.0.8",
|
|
44
57
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
45
58
|
"@vue/test-utils": "^2.4.6",
|
|
@@ -47,15 +60,24 @@
|
|
|
47
60
|
"babel-core": "^7.0.0-bridge.0",
|
|
48
61
|
"eslint": "^9.26.0",
|
|
49
62
|
"eslint-plugin-prettier": "^5.4.0",
|
|
63
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
50
64
|
"eslint-plugin-vue": "^10.1.0",
|
|
51
65
|
"globals": "^16.1.0",
|
|
52
66
|
"husky": "^9.1.7",
|
|
53
67
|
"jest": "~29.7.0",
|
|
54
68
|
"jest-environment-jsdom": "^29.7.0",
|
|
55
69
|
"lint-staged": "^16.0.0",
|
|
70
|
+
"playwright": "^1.52.0",
|
|
56
71
|
"prettier": "^3.5.3",
|
|
57
72
|
"sass": "~1.88.0",
|
|
58
73
|
"sass-loader": "^16.0.5",
|
|
59
|
-
"
|
|
74
|
+
"storybook": "^8.6.14",
|
|
75
|
+
"vite": "^6.3.5",
|
|
76
|
+
"vitest": "^3.1.4"
|
|
77
|
+
},
|
|
78
|
+
"eslintConfig": {
|
|
79
|
+
"extends": [
|
|
80
|
+
"plugin:storybook/recommended"
|
|
81
|
+
]
|
|
60
82
|
}
|
|
61
83
|
}
|
package/src/README.md
CHANGED
|
@@ -9,7 +9,6 @@ There is 4 different ways you can contribute & improve Pimp components library.
|
|
|
9
9
|
- 🌟 Major update: changes that break backward compatibility
|
|
10
10
|
- 💅 Minor update: backward compatible new features
|
|
11
11
|
- 🐛 Patch update: backward compatible bug fixes
|
|
12
|
-
- 📚 Documentation update: make the documentation up-to-date with last releases
|
|
13
12
|
|
|
14
13
|
These 4 different contributions have their own specific processes that will be described in the following sections.
|
|
15
14
|
|
|
@@ -21,8 +20,6 @@ These 4 different contributions have their own specific processes that will be d
|
|
|
21
20
|
|
|
22
21
|
Your update is a major one if your changes break the previous version.
|
|
23
22
|
|
|
24
|
-
> 💡 If your changes need a documentation update (new component, updated props), add a ticket in the [Product Roadmap on Notion](https://www.notion.so/citizenplane/e23d1b492dc04c85be2416102634e3b5?v=c7ff85f676f74b6ebf31989e56614518) that describes what to update.
|
|
25
|
-
|
|
26
23
|
See the [release](#release) section for instructions on how to release properly the new package version
|
|
27
24
|
|
|
28
25
|
### 💅 Minor update
|
|
@@ -39,8 +36,6 @@ If you're adding a new component to the library, here is what you should do:
|
|
|
39
36
|
|
|
40
37
|
Once you're done with the implementation, see the [release](#release) section for instructions on how to release properly the new package version.
|
|
41
38
|
|
|
42
|
-
> 💡 If your changes need a documentation update (new component, updated props), add a ticket in the [Product Roadmap on Notion](https://www.notion.so/citizenplane/e23d1b492dc04c85be2416102634e3b5?v=c7ff85f676f74b6ebf31989e56614518) that describes what to update.
|
|
43
|
-
|
|
44
39
|
See the [release](#release) section for instructions on how to release properly the new package version
|
|
45
40
|
|
|
46
41
|
### 🐛 Patch update
|
|
@@ -49,22 +44,6 @@ Your update is a patch one if your changes concern a bug in the current version
|
|
|
49
44
|
|
|
50
45
|
See the [release](#release) section for instructions on how to release properly the new package version
|
|
51
46
|
|
|
52
|
-
### 📚 Documentation update
|
|
53
|
-
|
|
54
|
-
Documentation update are done so developers who are using the `@citizenplane/pimp` package can use components without any pain. Contrarily to other updates types, this one happens in the `/docs` directory.
|
|
55
|
-
|
|
56
|
-
In order to run the documentation, move into `/docs` folder and run the `npm run dev` command.
|
|
57
|
-
|
|
58
|
-
> Project is running on http://localhost:8080
|
|
59
|
-
|
|
60
|
-
Every time you update the documentation, the first thing you should do is to ensure you update the corresponding version in the docs `package.json`.
|
|
61
|
-
|
|
62
|
-
Then, you can update the different sections that needs to.
|
|
63
|
-
|
|
64
|
-
> If you've never used Vuepress before, check out their [docs](https://vuepress.vuejs.org/guide/).
|
|
65
|
-
|
|
66
|
-
Once you've finished, create the corresponding MR and see the corresponding [release](#documentation-release) section
|
|
67
|
-
|
|
68
47
|
## Release
|
|
69
48
|
|
|
70
49
|
### Components release
|
|
@@ -85,10 +64,6 @@ Once it's finished, you'll get the last version of the package.
|
|
|
85
64
|
|
|
86
65
|
You'll be able to use last components updates just by upgrading the package in corresponding projects.
|
|
87
66
|
|
|
88
|
-
### Documentation release
|
|
89
|
-
|
|
90
|
-
The release process is the classical one; when CI has passed, you can deploy to production the new documentation version.
|
|
91
|
-
|
|
92
67
|
## Visuals 🖼
|
|
93
68
|
|
|
94
69
|
 _Documentation mode_
|
|
@@ -1,6 +1,25 @@
|
|
|
1
|
+
@use '../variables/colors' as colors;
|
|
2
|
+
@use '../helpers/functions' as fn;
|
|
3
|
+
|
|
1
4
|
.u-text-ellipsis,
|
|
2
5
|
%u-text-ellipsis {
|
|
3
6
|
white-space: nowrap;
|
|
4
7
|
text-overflow: ellipsis;
|
|
5
8
|
overflow: hidden;
|
|
6
9
|
}
|
|
10
|
+
|
|
11
|
+
.u-asterisk {
|
|
12
|
+
position: relative;
|
|
13
|
+
top: fn.px-to-rem(-3);
|
|
14
|
+
font-size: fn.px-to-em(12);
|
|
15
|
+
line-height: normal;
|
|
16
|
+
|
|
17
|
+
&::after {
|
|
18
|
+
content: ' ';
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
legend .u-asterisk,
|
|
23
|
+
label .u-asterisk {
|
|
24
|
+
color: colors.$error-color;
|
|
25
|
+
}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="cpDate" :class="dynamicClasses">
|
|
3
3
|
<label v-if="label" class="cpDate__label" :for="cpDateId">
|
|
4
|
-
{{
|
|
4
|
+
{{ capitalizedLabel }} <span v-if="required" class="u-asterisk">*</span>
|
|
5
|
+
<cp-icon v-if="!isDateValid" type="alert-circle" />
|
|
5
6
|
</label>
|
|
6
7
|
<div class="cpDate__inputs">
|
|
7
8
|
<input
|
|
@@ -120,10 +121,8 @@ export default {
|
|
|
120
121
|
}
|
|
121
122
|
},
|
|
122
123
|
computed: {
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
return `${capitalizeFirstLetter(this.label)} ${requiredLabel}`
|
|
124
|
+
capitalizedLabel() {
|
|
125
|
+
return capitalizeFirstLetter(this.label)
|
|
127
126
|
},
|
|
128
127
|
cpDateId() {
|
|
129
128
|
return randomString()
|
|
@@ -324,6 +323,10 @@ export default {
|
|
|
324
323
|
margin-bottom: sp.$space;
|
|
325
324
|
font-size: fn.px-to-em(14);
|
|
326
325
|
|
|
326
|
+
> span {
|
|
327
|
+
margin-left: sp.$space-xs;
|
|
328
|
+
}
|
|
329
|
+
|
|
327
330
|
i {
|
|
328
331
|
margin-left: sp.$space-sm;
|
|
329
332
|
width: fn.px-to-rem(16);
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="cpInput" :class="dynamicClasses" :aria-disabled="isDisabled" @click="focusOnInput">
|
|
3
|
-
<base-input-label v-if="label" v-bind-once="{ for: inputIdentifier }"
|
|
4
|
-
{{
|
|
3
|
+
<base-input-label v-if="label" v-bind-once="{ for: inputIdentifier }">
|
|
4
|
+
{{ capitalizedLabel }} <span v-if="isRequired" class="u-asterisk">*</span>
|
|
5
5
|
<cp-tooltip v-if="tooltip" :content="tooltip">
|
|
6
6
|
<button type="button" class="cpInput__tooltip">
|
|
7
7
|
<icon-tooltip class="cpInput__tooltipIcon" />
|
|
@@ -61,7 +61,7 @@ import { ref, useAttrs, useSlots, computed, nextTick, onMounted, useId } from 'v
|
|
|
61
61
|
|
|
62
62
|
import BaseInputLabel from '@/components/core/BaseInputLabel.vue'
|
|
63
63
|
|
|
64
|
-
import { randomString } from '@/helpers'
|
|
64
|
+
import { randomString, capitalizeFirstLetter } from '@/helpers'
|
|
65
65
|
|
|
66
66
|
const props = defineProps({
|
|
67
67
|
modelValue: {
|
|
@@ -133,6 +133,8 @@ const inputDescribedByAttribute = computed(() => `${helpMessageId} ${errorMessag
|
|
|
133
133
|
|
|
134
134
|
const slots = useSlots()
|
|
135
135
|
|
|
136
|
+
const capitalizedLabel = computed(() => capitalizeFirstLetter(props.label))
|
|
137
|
+
|
|
136
138
|
const inputModel = defineModel({
|
|
137
139
|
type: [String, Number, Boolean],
|
|
138
140
|
default: '',
|
|
@@ -324,19 +326,6 @@ onMounted(async () => {
|
|
|
324
326
|
box-shadow: none;
|
|
325
327
|
}
|
|
326
328
|
|
|
327
|
-
&__label {
|
|
328
|
-
display: flex;
|
|
329
|
-
align-items: center;
|
|
330
|
-
font-size: fn.px-to-em(14);
|
|
331
|
-
line-height: fn.px-to-rem(24);
|
|
332
|
-
margin-bottom: sp.$space;
|
|
333
|
-
gap: sp.$space-sm;
|
|
334
|
-
|
|
335
|
-
sup {
|
|
336
|
-
color: colors.$error-color;
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
|
|
340
329
|
&__tooltip {
|
|
341
330
|
display: flex;
|
|
342
331
|
padding: sp.$space-sm;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="cpTextarea">
|
|
3
3
|
<base-input-label v-if="label" v-bind-once="{ for: inputIdentifier }" class="cpTextarea__label">
|
|
4
|
-
{{
|
|
4
|
+
{{ capitalizedLabel }}
|
|
5
|
+
<span v-if="required" class="u-asterisk">*</span>
|
|
5
6
|
</base-input-label>
|
|
6
7
|
<textarea
|
|
7
8
|
v-model="textareaModel"
|
|
@@ -32,7 +33,7 @@ import { ref, computed } from 'vue'
|
|
|
32
33
|
import BaseInputLabel from '@/components/core/BaseInputLabel.vue'
|
|
33
34
|
import TransitionExpand from '@/components/helpers-utilities/TransitionExpand.vue'
|
|
34
35
|
|
|
35
|
-
import { randomString } from '@/helpers'
|
|
36
|
+
import { randomString, capitalizeFirstLetter } from '@/helpers'
|
|
36
37
|
|
|
37
38
|
const props = defineProps({
|
|
38
39
|
modelValue: {
|
|
@@ -96,10 +97,7 @@ const textareaModel = defineModel({
|
|
|
96
97
|
|
|
97
98
|
const inputIdentifier = ref(props.inputId || randomString())
|
|
98
99
|
|
|
99
|
-
const
|
|
100
|
-
const requiredLabel = props.required && props.label ? '*' : ''
|
|
101
|
-
return `${props.label} ${requiredLabel}`
|
|
102
|
-
})
|
|
100
|
+
const capitalizedLabel = computed(() => capitalizeFirstLetter(props.label))
|
|
103
101
|
|
|
104
102
|
const displayErrorMessage = computed(() => props.isInvalid && props.errorMessage.length)
|
|
105
103
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
2
|
<div class="cpSelect" :class="dynamicClasses">
|
|
3
3
|
<base-input-label v-if="label" :for="selectReferenceId" class="cpSelect__label">
|
|
4
|
-
{{
|
|
4
|
+
{{ capitalizedLabel }} <span v-if="required" class="u-asterisk">*</span>
|
|
5
5
|
</base-input-label>
|
|
6
6
|
<div class="cpSelect__container">
|
|
7
7
|
<select
|
|
@@ -38,6 +38,8 @@ import { randomString } from '@/helpers'
|
|
|
38
38
|
import BaseInputLabel from '@/components/core/BaseInputLabel.vue'
|
|
39
39
|
import TransitionExpand from '@/components/helpers-utilities/TransitionExpand.vue'
|
|
40
40
|
|
|
41
|
+
import { capitalizeFirstLetter } from '@/helpers'
|
|
42
|
+
|
|
41
43
|
export default {
|
|
42
44
|
name: 'CpSelect',
|
|
43
45
|
components: {
|
|
@@ -101,10 +103,8 @@ export default {
|
|
|
101
103
|
}
|
|
102
104
|
},
|
|
103
105
|
computed: {
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
return `${this.label} ${requiredLabel}`
|
|
106
|
+
capitalizedLabel() {
|
|
107
|
+
return capitalizeFirstLetter(this.label)
|
|
108
108
|
},
|
|
109
109
|
dynamicClasses() {
|
|
110
110
|
return {
|