.timeline{display:flex;position:relative;justify-content:flex-end;align-items:flex-start}.timeline__labels-column{display:flex;flex-direction:column;row-gap:12px}.timeline__labels-column .timeline__tick-title{align-self:flex-end;height:28px;line-height:28px}.timeline__ticks-column{position:relative;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:0 4px;margin:0 4px;row-gap:12px}.timeline__spine{position:absolute;right:23px;border-left:2px solid #c5ccd6;height:100%}.timeline__tick-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;height:28px;width:32px}.timeline__tick{background-color:#c5ccd6;border-radius:50%}.timeline__tick--selected,.timeline__tick--focused,.timeline__tick:hover{background-color:#0057a3}.timeline__tick:hover{cursor:pointer}.timeline__tick--small{height:8px;width:8px}.timeline__tick--medium{height:16px;width:16px}.timeline__tick--large{height:24px;width:24px}.timeline__tick--break{height:12px;width:24px;border-top:2px solid #c5ccd6;border-bottom:2px solid #c5ccd6;transform:rotate(-20deg);background-color:#fff}
.help-tooltip{display:inline-flex;align-items:center;fill:#626c7a}
.button{border:1px solid #006dcc;border-radius:2px;display:inline-flex;align-items:stretch;justify-content:stretch;font-size:14px;line-height:20px;font-weight:600;padding:1px}.button:disabled{cursor:not-allowed}.button__inside{border:1px solid transparent;display:inherit;align-items:center;justify-content:inherit;max-width:inherit;overflow:inherit;text-overflow:inherit;white-space:inherit;width:100%}.button--primary,.button--secondary{min-height:36px}.button--primary .button__inside,.button--secondary .button__inside{padding:1px 18px}.button--icon-button .button__inside,.button--utility .button__inside,.button--utility-with-arrow .button__inside{max-height:100%;max-width:100%}.button--icon-button .button__inside{padding:3px}.button--icon-button .button__icon{height:24px;width:24px}.button--primary{border-color:#0056e3;background-color:#0056e3;color:#fff}.button--primary:hover{border-color:#2151a3;background-color:#2151a3;color:#fff}.button--primary:focus{border-color:#2151a3;background-color:#fff;color:#fff}.button--primary:focus .button__inside{border-color:#2151a3;background-color:#2151a3}.button--primary.button--active,.button--primary:active{border-color:#173972;background-color:#173972;color:#fff}.button--primary.button--active .button__inside,.button--primary:active .button__inside{border-color:#173972;background-color:#173972}.button--primary:disabled{border-color:#c5ccd6;background-color:#c5ccd6;color:#fff}.button--primary:disabled .button__inside{border-color:transparent;background-color:#c5ccd6}.button--secondary,.button--icon-button{border-color:#006dcc;color:#006dcc;fill:#006dcc}.button--secondary:hover,.button--icon-button:hover{background-color:rgba(0,109,204,.08);border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus,.button--icon-button:focus{border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus .button__inside,.button--icon-button:focus .button__inside{border-color:#0057a3}.button--secondary.button--active,.button--secondary:active,.button--icon-button.button--active,.button--icon-button:active{background-color:rgba(0,109,204,.16);border-color:#003b6f;fill:#003b6f;color:#003b6f}.button--secondary.button--active .button__inside,.button--secondary:active .button__inside,.button--icon-button.button--active .button__inside,.button--icon-button:active .button__inside{border-color:transparent}.button--secondary:disabled,.button--icon-button:disabled{border-color:#c5ccd6;fill:#c5ccd6;background-color:transparent;color:#c5ccd6}.button--secondary:disabled .button__inside,.button--icon-button:disabled .button__inside{border-color:transparent;background-color:transparent}.button--link{border-color:transparent;color:#006dcc;fill:#006dcc}.button--link .button__inside{padding:5px 12px}.button--link .button__icon{flex-shrink:0;margin-right:8px}.button--link:hover,.button--link:focus{background-color:rgba(67,82,122,.08);fill:#0057a3;color:#0057a3}.button--link.button--active,.button--link:active{background-color:rgba(0,109,204,.16);fill:#003b6f;color:#003b6f}.button--link:disabled{background-color:transparent;fill:#c5ccd6;color:#c5ccd6}.button--link:disabled .button__inside{background-color:transparent}.button--utility,.button--utility-with-arrow{border:none;padding:0;fill:#626c7a}.button--utility .button__inside,.button--utility-with-arrow .button__inside{border:none;display:flex;align-items:center;justify-content:center;margin:0}.button--utility:hover,.button--utility:focus,.button--utility-with-arrow:hover,.button--utility-with-arrow:focus{background-color:rgba(67,82,122,.08);fill:#0057a3}.button--utility.button--active,.button--utility:active,.button--utility-with-arrow.button--active,.button--utility-with-arrow:active{background-color:rgba(67,82,122,.16);fill:#0057a3}.button--utility:disabled,.button--utility-with-arrow:disabled{background-color:transparent;fill:#c5ccd6}.button--utility{width:28px;height:28px}.button--utility .button__icon{width:16px;height:16px}.button--utility.button--tiny{width:24px;height:24px}.button--utility.button--tiny .button__icon{width:12px;height:12px}.button--utility.button--medium{width:36px;height:36px}.button--utility.button--medium .button__icon{width:24px;height:24px}.button--active .button__utility-arrow{transform:rotate(-180deg);transition:transform .5s ease}.button__utility-arrow{transform:rotate(0deg);transition:transform .5s ease}.button--utility-with-arrow{width:40px;height:28px}.button--utility-with-arrow .button__icon{width:16px;height:16px}.button--utility-with-arrow .button__utility-arrow{width:12px;height:12px}.button--utility-with-arrow.button--tiny{width:32px;height:24px}.button--utility-with-arrow.button--tiny .button__icon{width:12px;height:12px}.button--utility-with-arrow.button--tiny .button__utility-arrow{width:8px;height:8px}.button--utility-with-arrow.button--medium{width:52px;height:36px}.button--utility-with-arrow.button--medium .button__icon{width:24px;height:24px}.button--utility-with-arrow.button--medium .button__utility-arrow{width:16px;height:16px}.button__icon{width:16px;height:16px}.button--no-border{border:none;padding:0}.button--no-border__inside{border:none}
.button-group{border-radius:2px;display:inline-flex;min-height:30px;width:fit-content;overflow:hidden}.button-group .button{align-self:stretch;border:0 solid #2151a3;border-radius:0;height:unset;padding:0}.button-group .button__inside{border:none}.button-group .button:not(:last-child){border-right-width:1px;margin-right:-1px}.button-group .button:not(:first-child){border-left-width:1px}.button-group .button:hover,.button-group .button:focus,.button-group .button:active{z-index:1}.button-group--primary{background-color:#0056e3;color:#fff}.button-group--primary .button,.button-group--primary .button--utility,.button-group--primary .button--utility-with-arrow{fill:#fff}.button-group--primary .button:hover,.button-group--primary .button:focus,.button-group--primary .button--utility:hover,.button-group--primary .button--utility:focus,.button-group--primary .button--utility-with-arrow:hover,.button-group--primary .button--utility-with-arrow:focus{background-color:#2151a3;border-color:#2151a3}.button-group--primary .button:active,.button-group--primary .button--utility:active,.button-group--primary .button--utility-with-arrow:active{background-color:#173972;border-color:#173972}.button-group--primary .button:disabled,.button-group--primary .button--utility:disabled,.button-group--primary .button--utility-with-arrow:disabled{background-color:#c5ccd6;border-color:#c5ccd6}.button-group--secondary{border:1px solid #006dcc}.button-group--menu{flex-direction:column}.button-group--menu .button{margin-right:0;padding:3px 24px 3px 10px}.button-group--menu .button--link{color:#030c17;font-weight:normal;letter-spacing:.5px}.button-group--menu .button--link:hover{background-color:rgba(0,109,204,.16);color:#030c17}.button-group--menu .button--link:active{background-color:#eef0f5}.button-group--menu .button:not(:last-child){border-right-width:0;margin-right:0}.button-group--menu .button:not(:first-child){border-left-width:0}
@keyframes spin-counter-clockwise{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}.split-button{position:relative}.split-button__menu{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12);background-color:#fff;padding:4px 0;position:absolute;left:0;top:100%}.split-button__menu:focus{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12),0 0 0 1px #006dcc,0 0 7px 0 #006dcc}.split-button__menu--up{bottom:100%;top:unset}.split-button__icon{height:28px;justify-content:center;width:40px}.split-button__icon .button__icon{min-width:12px;width:12px;height:12px}.split-button__icon--spin .button__icon{animation:spin-counter-clockwise 2s linear infinite}.split-button--disabled .split-button__main{background-color:#c5ccd6}
.help-tooltip{display:inline-flex;align-items:center;fill:#626c7a}
.data-validation{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid transparent;border-radius:2px}.data-validation--success{border-color:#21a08c;color:#21a08c}.data-validation--success>.data-validation__icon{fill:#21a08c}.data-validation--success+.data-validation__message{color:#21a08c;font-size:12px;line-height:16px}.data-validation--warning{border-color:#995e00;color:#995e00}.data-validation--warning>.data-validation__icon{fill:#995e00}.data-validation--warning+.data-validation__message{color:#995e00;font-size:12px;line-height:16px}.data-validation--error{border-color:#b60825;color:#b60825}.data-validation--error>.data-validation__icon{fill:#b60825}.data-validation--error+.data-validation__message{color:#b60825;font-size:12px;line-height:16px}.data-validation__icon{margin-right:8px}
.label-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-gap:4px;justify-items:stretch}.label-wrapper.label-wrapper--with-label{grid-template-rows:auto 1fr}.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component{font-size:12px;line-height:16px;grid-row:1/1}.label-wrapper.label-wrapper--with-label.label-wrapper--with-help-tooltip>.label-wrapper__component{grid-column:1/span 2}.label-wrapper.label-wrapper--with-label.label-wrapper--with-help-tooltip>.label-wrapper__label-component__help-tooltip{grid-row:1/1;grid-column:2/2}.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:1fr auto;grid-column-gap:8px}.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label)>.label-wrapper__label-component__help-tooltip{align-self:center}.label-wrapper>.label-wrapper__component,.label-wrapper>.label-wrapper__label-component,.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:start;justify-self:stretch}
.button{border:1px solid #006dcc;border-radius:2px;display:inline-flex;align-items:stretch;justify-content:stretch;font-size:14px;line-height:20px;font-weight:600;padding:1px}.button:disabled{cursor:not-allowed}.button__inside{border:1px solid transparent;display:inherit;align-items:center;justify-content:inherit;max-width:inherit;overflow:inherit;text-overflow:inherit;white-space:inherit;width:100%}.button--primary,.button--secondary{min-height:36px}.button--primary .button__inside,.button--secondary .button__inside{padding:1px 18px}.button--icon-button .button__inside,.button--utility .button__inside,.button--utility-with-arrow .button__inside{max-height:100%;max-width:100%}.button--icon-button .button__inside{padding:3px}.button--icon-button .button__icon{height:24px;width:24px}.button--primary{border-color:#0056e3;background-color:#0056e3;color:#fff}.button--primary:hover{border-color:#2151a3;background-color:#2151a3;color:#fff}.button--primary:focus{border-color:#2151a3;background-color:#fff;color:#fff}.button--primary:focus .button__inside{border-color:#2151a3;background-color:#2151a3}.button--primary.button--active,.button--primary:active{border-color:#173972;background-color:#173972;color:#fff}.button--primary.button--active .button__inside,.button--primary:active .button__inside{border-color:#173972;background-color:#173972}.button--primary:disabled{border-color:#c5ccd6;background-color:#c5ccd6;color:#fff}.button--primary:disabled .button__inside{border-color:transparent;background-color:#c5ccd6}.button--secondary,.button--icon-button{border-color:#006dcc;color:#006dcc;fill:#006dcc}.button--secondary:hover,.button--icon-button:hover{background-color:rgba(0,109,204,.08);border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus,.button--icon-button:focus{border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus .button__inside,.button--icon-button:focus .button__inside{border-color:#0057a3}.button--secondary.button--active,.button--secondary:active,.button--icon-button.button--active,.button--icon-button:active{background-color:rgba(0,109,204,.16);border-color:#003b6f;fill:#003b6f;color:#003b6f}.button--secondary.button--active .button__inside,.button--secondary:active .button__inside,.button--icon-button.button--active .button__inside,.button--icon-button:active .button__inside{border-color:transparent}.button--secondary:disabled,.button--icon-button:disabled{border-color:#c5ccd6;fill:#c5ccd6;background-color:transparent;color:#c5ccd6}.button--secondary:disabled .button__inside,.button--icon-button:disabled .button__inside{border-color:transparent;background-color:transparent}.button--link{border-color:transparent;color:#006dcc;fill:#006dcc}.button--link .button__inside{padding:5px 12px}.button--link .button__icon{flex-shrink:0;margin-right:8px}.button--link:hover,.button--link:focus{background-color:rgba(67,82,122,.08);fill:#0057a3;color:#0057a3}.button--link.button--active,.button--link:active{background-color:rgba(0,109,204,.16);fill:#003b6f;color:#003b6f}.button--link:disabled{background-color:transparent;fill:#c5ccd6;color:#c5ccd6}.button--link:disabled .button__inside{background-color:transparent}.button--utility,.button--utility-with-arrow{border:none;padding:0;fill:#626c7a}.button--utility .button__inside,.button--utility-with-arrow .button__inside{border:none;display:flex;align-items:center;justify-content:center;margin:0}.button--utility:hover,.button--utility:focus,.button--utility-with-arrow:hover,.button--utility-with-arrow:focus{background-color:rgba(67,82,122,.08);fill:#0057a3}.button--utility.button--active,.button--utility:active,.button--utility-with-arrow.button--active,.button--utility-with-arrow:active{background-color:rgba(67,82,122,.16);fill:#0057a3}.button--utility:disabled,.button--utility-with-arrow:disabled{background-color:transparent;fill:#c5ccd6}.button--utility{width:28px;height:28px}.button--utility .button__icon{width:16px;height:16px}.button--utility.button--tiny{width:24px;height:24px}.button--utility.button--tiny .button__icon{width:12px;height:12px}.button--utility.button--medium{width:36px;height:36px}.button--utility.button--medium .button__icon{width:24px;height:24px}.button--active .button__utility-arrow{transform:rotate(-180deg);transition:transform .5s ease}.button__utility-arrow{transform:rotate(0deg);transition:transform .5s ease}.button--utility-with-arrow{width:40px;height:28px}.button--utility-with-arrow .button__icon{width:16px;height:16px}.button--utility-with-arrow .button__utility-arrow{width:12px;height:12px}.button--utility-with-arrow.button--tiny{width:32px;height:24px}.button--utility-with-arrow.button--tiny .button__icon{width:12px;height:12px}.button--utility-with-arrow.button--tiny .button__utility-arrow{width:8px;height:8px}.button--utility-with-arrow.button--medium{width:52px;height:36px}.button--utility-with-arrow.button--medium .button__icon{width:24px;height:24px}.button--utility-with-arrow.button--medium .button__utility-arrow{width:16px;height:16px}.button__icon{width:16px;height:16px}.button--no-border{border:none;padding:0}.button--no-border__inside{border:none}
.button-group{border-radius:2px;display:inline-flex;min-height:30px;width:fit-content;overflow:hidden}.button-group .button{align-self:stretch;border:0 solid #2151a3;border-radius:0;height:unset;padding:0}.button-group .button__inside{border:none}.button-group .button:not(:last-child){border-right-width:1px;margin-right:-1px}.button-group .button:not(:first-child){border-left-width:1px}.button-group .button:hover,.button-group .button:focus,.button-group .button:active{z-index:1}.button-group--primary{background-color:#0056e3;color:#fff}.button-group--primary .button,.button-group--primary .button--utility,.button-group--primary .button--utility-with-arrow{fill:#fff}.button-group--primary .button:hover,.button-group--primary .button:focus,.button-group--primary .button--utility:hover,.button-group--primary .button--utility:focus,.button-group--primary .button--utility-with-arrow:hover,.button-group--primary .button--utility-with-arrow:focus{background-color:#2151a3;border-color:#2151a3}.button-group--primary .button:active,.button-group--primary .button--utility:active,.button-group--primary .button--utility-with-arrow:active{background-color:#173972;border-color:#173972}.button-group--primary .button:disabled,.button-group--primary .button--utility:disabled,.button-group--primary .button--utility-with-arrow:disabled{background-color:#c5ccd6;border-color:#c5ccd6}.button-group--secondary{border:1px solid #006dcc}.button-group--menu{flex-direction:column}.button-group--menu .button{margin-right:0;padding:3px 24px 3px 10px}.button-group--menu .button--link{color:#030c17;font-weight:normal;letter-spacing:.5px}.button-group--menu .button--link:hover{background-color:rgba(0,109,204,.16);color:#030c17}.button-group--menu .button--link:active{background-color:#eef0f5}.button-group--menu .button:not(:last-child){border-right-width:0;margin-right:0}.button-group--menu .button:not(:first-child){border-left-width:0}
@keyframes spin-counter-clockwise{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}.split-button{position:relative}.split-button__menu{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12);background-color:#fff;padding:4px 0;position:absolute;left:0;top:100%}.split-button__menu:focus{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12),0 0 0 1px #006dcc,0 0 7px 0 #006dcc}.split-button__menu--up{bottom:100%;top:unset}.split-button__icon{height:28px;justify-content:center;width:40px}.split-button__icon .button__icon{min-width:12px;width:12px;height:12px}.split-button__icon--spin .button__icon{animation:spin-counter-clockwise 2s linear infinite}.split-button--disabled .split-button__main{background-color:#c5ccd6}
.text-input{display:grid;grid-template-columns:1fr;grid-column-gap:6px;align-items:center;padding:0 8px;height:36px}.text-input.text-input__has-clear-button{grid-template-columns:1fr 28px;padding-right:2px}.text-input.text-input__has-icon{grid-template-columns:16px 1fr}.text-input.text-input__has-icon.text-input__has-clear-button{grid-template-columns:16px 1fr 28px}.text-input__input{background-color:transparent;border:none;outline:none;min-width:0;width:100%;font-size:14px}.text-input__input::placeholder{font-style:italic;font-size:14px;color:#363e48;letter-spacing:.2px;line-height:20px}.text-input__icon{fill:#363e48;min-width:16px}.text-input__clear-button{display:none}.text-input:hover .text-input__clear-button,.text-input--focused .text-input__clear-button,.text-input:focus-within .text-input__clear-button{display:unset}
.themed--dark .data-validation{background-color:#eef0f5}.themed--light .data-validation{background-color:#fff}.themed.text-input-with-validation-and-label.label-wrapper .label-wrapper__component .text-input{height:34px;padding:0 8px}.themed.text-input-with-validation-and-label.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label) .data-validation__message{grid-row:2}.themed.text-input-with-validation-and-label .data-validation{padding:0}.themed.text-input-with-validation-and-label .data-validation--success~.label-wrapper__label-component__label{color:#21a08c}.themed.text-input-with-validation-and-label .data-validation--warning~.label-wrapper__label-component__label{color:#995e00}.themed.text-input-with-validation-and-label .data-validation--error~.label-wrapper__label-component__label{color:#b60825}.themed.text-input-with-validation-and-label .data-validation .text-input{padding:0}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only).interaction-state--focused,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus-within{outline:0;box-shadow:0 0 0 1px #006dcc,0 0 7px 0 #006dcc;background-color:#fff;border-color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only).interaction-state--focused~.label-wrapper__label-component__label,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus~.label-wrapper__label-component__label,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus-within~.label-wrapper__label-component__label{color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):hover{border-color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):hover~.label-wrapper__label-component__label{color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state--disabled,.themed.text-input-with-validation-and-label .interaction-state--read-only{border-color:#c5ccd6}.themed.text-input-with-validation-and-label .interaction-state--disabled{background-color:#c5ccd6}.themed.text-input-with-validation-and-label .interaction-state--read-only{background-color:transparent}
.checkbox{display:inline-flex;align-items:center;box-shadow:none;outline:none}.checkbox__box{display:flex;justify-content:center;align-items:center;height:16px;width:16px;border:1px solid #626c7a;border-radius:2px}.checkbox__mark{pointer-events:none}.checkbox--checked .checkbox__box,.checkbox--checked-mixed .checkbox__box{border-color:#006dcc;background-color:#006dcc}.label-wrapper:hover .checkbox--checked .checkbox__box,.label-wrapper:hover .checkbox--checked-mixed .checkbox__box{border-color:#0057a3;background-color:#0057a3}.checkbox--checked .checkbox__mark,.checkbox--checked-mixed .checkbox__mark{fill:#fff}
.checkbox-with-label{max-width:fit-content;padding:8px;border-radius:4px;cursor:pointer}.checkbox-with-label.interaction-state--focused,.checkbox-with-label.interaction-state:focus,.checkbox-with-label.interaction-state:focus-within{background-color:rgba(67,82,122,.08)}.checkbox-with-label.interaction-state--focused .checkbox__box,.checkbox-with-label.interaction-state:focus .checkbox__box,.checkbox-with-label.interaction-state:focus-within .checkbox__box{border-color:#006dcc}.checkbox-with-label.interaction-state--disabled,.checkbox-with-label.interaction-state--read-only{cursor:not-allowed}.checkbox-with-label.interaction-state--disabled .checkbox__box,.checkbox-with-label.interaction-state--read-only .checkbox__box{border-color:#c5ccd6}.checkbox-with-label.interaction-state--disabled .label-wrapper__label-component__label,.checkbox-with-label.interaction-state--read-only .label-wrapper__label-component__label{color:#363e48;pointer-events:none}.checkbox-with-label.interaction-state--disabled .checkbox--checked .checkbox__box,.checkbox-with-label.interaction-state--disabled .checkbox--checked-mixed .checkbox__box{background-color:#c5ccd6;border-color:#c5ccd6}.checkbox-with-label.interaction-state--read-only .checkbox--checked .checkbox__box,.checkbox-with-label.interaction-state--read-only .checkbox--checked-mixed .checkbox__box{background-color:rgba(0,109,204,.48);border-color:rgba(0,109,204,0)}.checkbox-with-label .label-wrapper__component{grid-column:1/1;align-self:center;justify-self:start}.checkbox-with-label.label-wrapper{grid-template-rows:1fr;grid-column-gap:8px}.checkbox-with-label.label-wrapper.label-wrapper--with-label{grid-template-columns:max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__component{grid-column:1/1}.checkbox-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__label-component__label{grid-column:2/2;align-self:center;justify-self:start;color:#030c17;font-size:14px;line-height:16px}.checkbox-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:3/3}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__component{grid-column:1/1}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:2/2;align-self:center;justify-self:start}
.checkbox-group{display:inline-flex;flex-direction:column}.checkbox-group--vertical .checkbox-group__checkboxes-wrapper{flex-direction:column}.checkbox-group__checkboxes-wrapper{display:flex;flex-direction:row}
.checkbox-group-with-validation-and-label{max-width:max-content}.checkbox-group-with-validation-and-label .checkbox-group{padding:0}.checkbox-group-with-validation-and-label .checkbox-group--vertical{grid-row:2/2}.checkbox-group-with-validation-and-label .checkbox-group--vertical+.label-wrapper__label-component__help-tooltip{grid-row:1/1;padding-left:8px}.checkbox-group-with-validation-and-label>.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:center}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__label{max-width:min-content;padding-left:8px}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__help-tooltip{padding-right:8px}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label){grid-template-rows:1fr auto}.checkbox-group-with-validation-and-label.data-validation{border:none}.checkbox-group-with-validation-and-label.data-validation--success .label-wrapper__label-component__label{color:#21a08c}.checkbox-group-with-validation-and-label.data-validation--warning .label-wrapper__label-component__label{color:#995e00}.checkbox-group-with-validation-and-label.data-validation--error .label-wrapper__label-component__label{color:#b60825}.checkbox-group-with-validation-and-label.data-validation+.data-validation__message{max-width:max-content;padding-left:8px}
.radio{display:inline-flex;align-items:center;box-shadow:none;outline:none}.radio__outer-dot{display:flex;justify-content:center;align-items:center;height:16px;min-height:16px;width:16px;min-width:16px;border:1px solid #626c7a;border-radius:50%}.radio__inner-dot{width:6px;height:6px;border-radius:50%}.radio__mark{pointer-events:none}.radio--selected .radio__outer-dot{border-color:#006dcc;background-color:#006dcc}.radio--selected .radio__inner-dot{background-color:#fff}
.radio-with-label{max-width:fit-content;padding:8px;border-radius:4px;cursor:pointer}.radio-with-label.interaction-state--focused,.radio-with-label.interaction-state:focus,.radio-with-label.interaction-state:focus-within{background-color:rgba(67,82,122,.08)}.radio-with-label.interaction-state--focused .radio__outer-dot,.radio-with-label.interaction-state:focus .radio__outer-dot,.radio-with-label.interaction-state:focus-within .radio__outer-dot{border-color:#006dcc}.radio-with-label.interaction-state--disabled,.radio-with-label.interaction-state--read-only{cursor:not-allowed}.radio-with-label.interaction-state--disabled .radio__outer-dot,.radio-with-label.interaction-state--read-only .radio__outer-dot{border-color:#c5ccd6}.radio-with-label.interaction-state--disabled .label-wrapper__label-component__label,.radio-with-label.interaction-state--read-only .label-wrapper__label-component__label{color:#363e48;pointer-events:none}.radio-with-label.interaction-state--disabled .radio--selected .radio__outer-dot{background-color:#c5ccd6;border-color:#c5ccd6}.radio-with-label.interaction-state--read-only .radio--selected .radio__outer-dot{background-color:rgba(0,109,204,.48);border-color:rgba(0,109,204,0)}.radio-with-label .label-wrapper__component{grid-column:1/1;align-self:center;justify-self:start}.radio-with-label.label-wrapper{grid-template-rows:1fr;grid-column-gap:8px}.radio-with-label.label-wrapper.label-wrapper--with-label{grid-template-columns:max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__component{grid-column:1/1}.radio-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__label-component__label{grid-column:2/2;align-self:center;justify-self:start;color:#030c17;font-size:14px;line-height:16px}.radio-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:3/3}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__component{grid-column:1/1}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:2/2;align-self:center;justify-self:start}
.radio-group{display:inline-flex;flex-direction:column}.radio-group--vertical .radio-group__radio-wrapper{flex-direction:column}.radio-group__radio-wrapper{display:flex;flex-direction:row}
.radio-group-with-validation-and-label{max-width:max-content}.radio-group-with-validation-and-label .radio-group{padding:0}.radio-group-with-validation-and-label .radio-group--vertical{grid-row:2/2}.radio-group-with-validation-and-label .radio-group--vertical+.label-wrapper__label-component__help-tooltip{grid-row:1/1;padding-left:8px}.radio-group-with-validation-and-label>.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:center}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__label{max-width:min-content;padding-left:8px}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__help-tooltip{padding-right:8px}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label){grid-template-rows:1fr auto}.radio-group-with-validation-and-label.data-validation{border:none}.radio-group-with-validation-and-label.data-validation--success .label-wrapper__label-component__label{color:#21a08c}.radio-group-with-validation-and-label.data-validation--warning .label-wrapper__label-component__label{color:#995e00}.radio-group-with-validation-and-label.data-validation--error .label-wrapper__label-component__label{color:#b60825}.radio-group-with-validation-and-label.data-validation+.data-validation__message{max-width:max-content;padding-left:8px}
.dropdown{position:relative}.dropdown .dropdown__input .data-validation{grid-template-columns:1fr auto auto}.dropdown .dropdown__input .data-validation__icon{margin-right:6px}.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled){cursor:pointer}.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled) .text-input,.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled) .text-input__input{cursor:pointer;padding:0 0 0 8px}.dropdown--is-open:not(.dropdown--is-filterable) .text-input__input{caret-color:transparent}.dropdown--is-open.dropdown--is-filterable .text-input,.dropdown--is-open.dropdown--is-filterable .text-input__input{cursor:text}.dropdown--is-open .data-validation__message{display:none}.dropdown__dropdown-arrow{grid-column:3/3;fill:#626c7a;margin-right:6px}.dropdown__dropdown{position:absolute;margin-top:2px;z-index:3;background-color:#fff;width:100%}.dropdown .label-wrapper--with-help-tooltip:not(.label-wrapper--with-label)+.dropdown__dropdown{width:calc(100% - 22px)}
.multi-select__filter-wrapper{padding:8px;border-bottom:1px solid #c5ccd6}.multi-select__filter .button__icon{pointer-events:none}.multi-select__options-wrapper{overflow-y:auto;overflow-x:hidden;padding:4px 0}.multi-select__options-wrapper--height-restricted{max-height:300px}.multi-select--with-header .multi-select__option{padding:6px 24px}.multi-select--can-select-multiple .multi-select__option{padding:0 16px}.multi-select--can-select-multiple .multi-select__icon+.multi-select__selection{margin-left:4px}.multi-select__subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:normal;grid-column:1/2;margin-right:20px;padding:0px;width:100%}.multi-select__option{position:relative;display:grid;grid-template-columns:1fr;align-items:center;justify-items:start;grid-column-gap:4px;padding:6px 12px;cursor:pointer;font-family:"Noto Sans";font-size:14px;letter-spacing:.5px;line-height:20px;text-decoration:none;color:#030c17}.multi-select__option--has-icon:not(.multi-select__option--has-checkbox),.multi-select__option--has-checkbox:not(.multi-select__option--has-icon){grid-template-columns:max-content 1fr}.multi-select__option--has-icon.multi-select__option--has-checkbox{grid-template-columns:max-content max-content 1fr}.multi-select__option--has-checkbox.multi-select__option--has-icon-wrapper .multi-select__subtitle{grid-column:3/4}.multi-select__option--has-checkbox:not(.multi-select__option--has-icon-wrapper) .multi-select__subtitle{grid-column:2/3}.multi-select__option--has-icon-wrapper:not(.multi-select__option--has-checkbox) .multi-select__subtitle{grid-column:2/3}.multi-select__option .checkbox-with-label.interaction-state--focused,.multi-select__option .checkbox-with-label.interaction-state:focus,.multi-select__option .checkbox-with-label.interaction-state:focus-within{background-color:transparent}.multi-select__option--focused{color:#030c17;background-color:rgba(0,109,204,.16)}.multi-select__option--selected{background-color:#eef0f5;font-weight:600}.multi-select__option--disabled{cursor:not-allowed}.multi-select__option--selected.multi-select__option--focused{color:#030c17;background-color:rgba(0,109,204,.16)}.multi-select__separator{display:block;height:1px;background-color:#c5ccd6;margin-left:12px}.multi-select__separator-wrapper{width:calc(100% - 12px);margin-bottom:3px}.multi-select__header{width:100%;display:flex;position:relative;margin-left:2px}.multi-select__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#363e48;padding:6px 12px;font-weight:500;font-size:12px;line-height:16px;letter-spacing:1px;cursor:default}.multi-select__selection{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:20px;width:100%}.multi-select__icon{fill:#626c7a;height:16px;width:16px}.multi-select__pagination{display:flex;justify-content:space-between;padding:0 4px}.multi-select__pagination .button__inside{padding:5px}.multi-select__pagination-previous{margin-right:8px}.multi-select__pagination-next{margin-left:8px}.multi-select__pagination-page{color:#030c17;font-size:10px;padding-top:12px}
.timeline-controller{display:flex;flex-direction:column;height:100%}.timeline-controller__buttons{display:flex;justify-content:center}.timeline-controller__buttons .timeline-controller__back-to-beginning-btn,.timeline-controller__buttons .timeline-controller__previous-btn{margin:4px}.timeline-controller__scrollable-timeline{display:flex;justify-content:center;height:calc(100% - 80px);overflow-y:scroll}
.help-tooltip{display:inline-flex;align-items:center;fill:#626c7a}
@font-face{font-family:"Noto Sans";font-style:normal;font-weight:200;src:url(fonts/NotoSans-ExtraLight.woff2) format("woff2"),url(fonts/NotoSans-ExtraLight.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:200;src:url(fonts/NotoSans-ExtraLightItalic.woff2) format("woff2"),url(fonts/NotoSans-ExtraLightItalic.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:300;src:url(fonts/NotoSans-Light.woff2) format("woff2"),url(fonts/NotoSans-Light.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:300;src:url(fonts/NotoSans-LightItalic.woff2) format("woff2"),url(fonts/NotoSans-LightItalic.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:400;src:url(fonts/NotoSans-Regular.woff2) format("woff2"),url(fonts/NotoSans-Regular.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:400;src:url(fonts/NotoSans-Italic.woff2) format("woff2"),url(fonts/NotoSans-Italic.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:500;src:url(fonts/NotoSans-Medium.woff2) format("woff2"),url(fonts/NotoSans-Medium.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:500;src:url(fonts/NotoSans-MediumItalic.woff2) format("woff2"),url(fonts/NotoSans-MediumItalic.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:600;src:url(fonts/NotoSans-SemiBold.woff2) format("woff2"),url(fonts/NotoSans-SemiBold.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:600;src:url(fonts/NotoSans-SemiBoldItalic.woff2) format("woff2"),url(fonts/NotoSans-SemiBoldItalic.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:700;src:url(fonts/NotoSans-Bold.woff2) format("woff2"),url(fonts/NotoSans-Bold.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:700;src:url(fonts/NotoSans-BoldItalic.woff2) format("woff2"),url(fonts/NotoSans-BoldItalic.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:800;src:url(fonts/NotoSans-ExtraBold.woff2) format("woff2"),url(fonts/NotoSans-ExtraBold.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:800;src:url(fonts/NotoSans-ExtraBoldItalic.woff2) format("woff2"),url(fonts/NotoSans-ExtraBoldItalic.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:normal;font-weight:900;src:url(fonts/NotoSans-Black.woff2) format("woff2"),url(fonts/NotoSans-Black.woff) format("woff")}@font-face{font-family:"Noto Sans";font-style:italic;font-weight:900;src:url(fonts/NotoSans-BlackItalic.woff2) format("woff2"),url(fonts/NotoSans-BlackItalic.woff) format("woff")}
.nx-heading{color:#030c17;font-family:"Noto Sans";font-weight:600;letter-spacing:auto;margin-bottom:16px}.nx-heading--bg-dark{color:#fff}.nx-heading--h1{font-size:32px;line-height:40px;font-weight:600}.nx-heading--h2{font-size:24px;line-height:32px;font-weight:600}.nx-heading--h3{font-size:20px;line-height:24px;font-weight:600}.nx-heading--h4{font-size:16px;line-height:20px;font-weight:600}.nx-heading--h5{font-size:14px;line-height:16px;font-weight:400;text-transform:uppercase}
.nx-text{font-family:"Noto Sans";font-weight:400;letter-spacing:.2px}.nx-text--bg-dark{color:#fff}.nx-text--disabled{color:#c5ccd6}.nx-text--disabled--bg-dark{color:#626c7a}.nx-text--italic{font-style:italic}.nx-text--primary{font-size:14px;line-height:20px;font-weight:400}.nx-text--captions{font-size:12px;line-height:16px;font-weight:400}.nx-heading+.nx-text,.nx-text+.nx-text{margin-top:8px}
.inline-text{color:#030c17;font-family:"Noto Sans";letter-spacing:.2px;font-size:14px;line-height:20px;font-weight:400}.inline-text--bg-dark{color:#fff}.inline-text--italic{font-style:italic}.inline-text--disabled{color:#c5ccd6}.inline-text--disabled--bg-dark{color:#626c7a}
.data-validation{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid transparent;border-radius:2px}.data-validation--success{border-color:#21a08c;color:#21a08c}.data-validation--success>.data-validation__icon{fill:#21a08c}.data-validation--success+.data-validation__message{color:#21a08c;font-size:12px;line-height:16px}.data-validation--warning{border-color:#995e00;color:#995e00}.data-validation--warning>.data-validation__icon{fill:#995e00}.data-validation--warning+.data-validation__message{color:#995e00;font-size:12px;line-height:16px}.data-validation--error{border-color:#b60825;color:#b60825}.data-validation--error>.data-validation__icon{fill:#b60825}.data-validation--error+.data-validation__message{color:#b60825;font-size:12px;line-height:16px}.data-validation__icon{margin-right:8px}
.label-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-gap:4px;justify-items:stretch}.label-wrapper.label-wrapper--with-label{grid-template-rows:auto 1fr}.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component{font-size:12px;line-height:16px;grid-row:1/1}.label-wrapper.label-wrapper--with-label.label-wrapper--with-help-tooltip>.label-wrapper__component{grid-column:1/span 2}.label-wrapper.label-wrapper--with-label.label-wrapper--with-help-tooltip>.label-wrapper__label-component__help-tooltip{grid-row:1/1;grid-column:2/2}.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:1fr auto;grid-column-gap:8px}.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label)>.label-wrapper__label-component__help-tooltip{align-self:center}.label-wrapper>.label-wrapper__component,.label-wrapper>.label-wrapper__label-component,.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:start;justify-self:stretch}
.button{border:1px solid #006dcc;border-radius:2px;display:inline-flex;align-items:stretch;justify-content:stretch;font-size:14px;line-height:20px;font-weight:600;padding:1px}.button:disabled{cursor:not-allowed}.button__inside{border:1px solid transparent;display:inherit;align-items:center;justify-content:inherit;max-width:inherit;overflow:inherit;text-overflow:inherit;white-space:inherit;width:100%}.button--primary,.button--secondary{min-height:36px}.button--primary .button__inside,.button--secondary .button__inside{padding:1px 18px}.button--icon-button .button__inside,.button--utility .button__inside,.button--utility-with-arrow .button__inside{max-height:100%;max-width:100%}.button--icon-button .button__inside{padding:3px}.button--icon-button .button__icon{height:24px;width:24px}.button--primary{border-color:#0056e3;background-color:#0056e3;color:#fff}.button--primary:hover{border-color:#2151a3;background-color:#2151a3;color:#fff}.button--primary:focus{border-color:#2151a3;background-color:#fff;color:#fff}.button--primary:focus .button__inside{border-color:#2151a3;background-color:#2151a3}.button--primary.button--active,.button--primary:active{border-color:#173972;background-color:#173972;color:#fff}.button--primary.button--active .button__inside,.button--primary:active .button__inside{border-color:#173972;background-color:#173972}.button--primary:disabled{border-color:#c5ccd6;background-color:#c5ccd6;color:#fff}.button--primary:disabled .button__inside{border-color:transparent;background-color:#c5ccd6}.button--secondary,.button--icon-button{border-color:#006dcc;color:#006dcc;fill:#006dcc}.button--secondary:hover,.button--icon-button:hover{background-color:rgba(0,109,204,.08);border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus,.button--icon-button:focus{border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus .button__inside,.button--icon-button:focus .button__inside{border-color:#0057a3}.button--secondary.button--active,.button--secondary:active,.button--icon-button.button--active,.button--icon-button:active{background-color:rgba(0,109,204,.16);border-color:#003b6f;fill:#003b6f;color:#003b6f}.button--secondary.button--active .button__inside,.button--secondary:active .button__inside,.button--icon-button.button--active .button__inside,.button--icon-button:active .button__inside{border-color:transparent}.button--secondary:disabled,.button--icon-button:disabled{border-color:#c5ccd6;fill:#c5ccd6;background-color:transparent;color:#c5ccd6}.button--secondary:disabled .button__inside,.button--icon-button:disabled .button__inside{border-color:transparent;background-color:transparent}.button--link{border-color:transparent;color:#006dcc;fill:#006dcc}.button--link .button__inside{padding:5px 12px}.button--link .button__icon{flex-shrink:0;margin-right:8px}.button--link:hover,.button--link:focus{background-color:rgba(67,82,122,.08);fill:#0057a3;color:#0057a3}.button--link.button--active,.button--link:active{background-color:rgba(0,109,204,.16);fill:#003b6f;color:#003b6f}.button--link:disabled{background-color:transparent;fill:#c5ccd6;color:#c5ccd6}.button--link:disabled .button__inside{background-color:transparent}.button--utility,.button--utility-with-arrow{border:none;padding:0;fill:#626c7a}.button--utility .button__inside,.button--utility-with-arrow .button__inside{border:none;display:flex;align-items:center;justify-content:center;margin:0}.button--utility:hover,.button--utility:focus,.button--utility-with-arrow:hover,.button--utility-with-arrow:focus{background-color:rgba(67,82,122,.08);fill:#0057a3}.button--utility.button--active,.button--utility:active,.button--utility-with-arrow.button--active,.button--utility-with-arrow:active{background-color:rgba(67,82,122,.16);fill:#0057a3}.button--utility:disabled,.button--utility-with-arrow:disabled{background-color:transparent;fill:#c5ccd6}.button--utility{width:28px;height:28px}.button--utility .button__icon{width:16px;height:16px}.button--utility.button--tiny{width:24px;height:24px}.button--utility.button--tiny .button__icon{width:12px;height:12px}.button--utility.button--medium{width:36px;height:36px}.button--utility.button--medium .button__icon{width:24px;height:24px}.button--active .button__utility-arrow{transform:rotate(-180deg);transition:transform .5s ease}.button__utility-arrow{transform:rotate(0deg);transition:transform .5s ease}.button--utility-with-arrow{width:40px;height:28px}.button--utility-with-arrow .button__icon{width:16px;height:16px}.button--utility-with-arrow .button__utility-arrow{width:12px;height:12px}.button--utility-with-arrow.button--tiny{width:32px;height:24px}.button--utility-with-arrow.button--tiny .button__icon{width:12px;height:12px}.button--utility-with-arrow.button--tiny .button__utility-arrow{width:8px;height:8px}.button--utility-with-arrow.button--medium{width:52px;height:36px}.button--utility-with-arrow.button--medium .button__icon{width:24px;height:24px}.button--utility-with-arrow.button--medium .button__utility-arrow{width:16px;height:16px}.button__icon{width:16px;height:16px}.button--no-border{border:none;padding:0}.button--no-border__inside{border:none}
.button-group{border-radius:2px;display:inline-flex;min-height:30px;width:fit-content;overflow:hidden}.button-group .button{align-self:stretch;border:0 solid #2151a3;border-radius:0;height:unset;padding:0}.button-group .button__inside{border:none}.button-group .button:not(:last-child){border-right-width:1px;margin-right:-1px}.button-group .button:not(:first-child){border-left-width:1px}.button-group .button:hover,.button-group .button:focus,.button-group .button:active{z-index:1}.button-group--primary{background-color:#0056e3;color:#fff}.button-group--primary .button,.button-group--primary .button--utility,.button-group--primary .button--utility-with-arrow{fill:#fff}.button-group--primary .button:hover,.button-group--primary .button:focus,.button-group--primary .button--utility:hover,.button-group--primary .button--utility:focus,.button-group--primary .button--utility-with-arrow:hover,.button-group--primary .button--utility-with-arrow:focus{background-color:#2151a3;border-color:#2151a3}.button-group--primary .button:active,.button-group--primary .button--utility:active,.button-group--primary .button--utility-with-arrow:active{background-color:#173972;border-color:#173972}.button-group--primary .button:disabled,.button-group--primary .button--utility:disabled,.button-group--primary .button--utility-with-arrow:disabled{background-color:#c5ccd6;border-color:#c5ccd6}.button-group--secondary{border:1px solid #006dcc}.button-group--menu{flex-direction:column}.button-group--menu .button{margin-right:0;padding:3px 24px 3px 10px}.button-group--menu .button--link{color:#030c17;font-weight:normal;letter-spacing:.5px}.button-group--menu .button--link:hover{background-color:rgba(0,109,204,.16);color:#030c17}.button-group--menu .button--link:active{background-color:#eef0f5}.button-group--menu .button:not(:last-child){border-right-width:0;margin-right:0}.button-group--menu .button:not(:first-child){border-left-width:0}
@keyframes spin-counter-clockwise{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}.split-button{position:relative}.split-button__menu{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12);background-color:#fff;padding:4px 0;position:absolute;left:0;top:100%}.split-button__menu:focus{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12),0 0 0 1px #006dcc,0 0 7px 0 #006dcc}.split-button__menu--up{bottom:100%;top:unset}.split-button__icon{height:28px;justify-content:center;width:40px}.split-button__icon .button__icon{min-width:12px;width:12px;height:12px}.split-button__icon--spin .button__icon{animation:spin-counter-clockwise 2s linear infinite}.split-button--disabled .split-button__main{background-color:#c5ccd6}
.text-input{display:grid;grid-template-columns:1fr;grid-column-gap:6px;align-items:center;padding:0 8px;height:36px}.text-input.text-input__has-clear-button{grid-template-columns:1fr 28px;padding-right:2px}.text-input.text-input__has-icon{grid-template-columns:16px 1fr}.text-input.text-input__has-icon.text-input__has-clear-button{grid-template-columns:16px 1fr 28px}.text-input__input{background-color:transparent;border:none;outline:none;min-width:0;width:100%;font-size:14px}.text-input__input::placeholder{font-style:italic;font-size:14px;color:#363e48;letter-spacing:.2px;line-height:20px}.text-input__icon{fill:#363e48;min-width:16px}.text-input__clear-button{display:none}.text-input:hover .text-input__clear-button,.text-input--focused .text-input__clear-button,.text-input:focus-within .text-input__clear-button{display:unset}
.themed--dark .data-validation{background-color:#eef0f5}.themed--light .data-validation{background-color:#fff}.themed.text-input-with-validation-and-label.label-wrapper .label-wrapper__component .text-input{height:34px;padding:0 8px}.themed.text-input-with-validation-and-label.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label) .data-validation__message{grid-row:2}.themed.text-input-with-validation-and-label .data-validation{padding:0}.themed.text-input-with-validation-and-label .data-validation--success~.label-wrapper__label-component__label{color:#21a08c}.themed.text-input-with-validation-and-label .data-validation--warning~.label-wrapper__label-component__label{color:#995e00}.themed.text-input-with-validation-and-label .data-validation--error~.label-wrapper__label-component__label{color:#b60825}.themed.text-input-with-validation-and-label .data-validation .text-input{padding:0}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only).interaction-state--focused,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus-within{outline:0;box-shadow:0 0 0 1px #006dcc,0 0 7px 0 #006dcc;background-color:#fff;border-color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only).interaction-state--focused~.label-wrapper__label-component__label,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus~.label-wrapper__label-component__label,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus-within~.label-wrapper__label-component__label{color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):hover{border-color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):hover~.label-wrapper__label-component__label{color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state--disabled,.themed.text-input-with-validation-and-label .interaction-state--read-only{border-color:#c5ccd6}.themed.text-input-with-validation-and-label .interaction-state--disabled{background-color:#c5ccd6}.themed.text-input-with-validation-and-label .interaction-state--read-only{background-color:transparent}
.checkbox{display:inline-flex;align-items:center;box-shadow:none;outline:none}.checkbox__box{display:flex;justify-content:center;align-items:center;height:16px;width:16px;border:1px solid #626c7a;border-radius:2px}.checkbox__mark{pointer-events:none}.checkbox--checked .checkbox__box,.checkbox--checked-mixed .checkbox__box{border-color:#006dcc;background-color:#006dcc}.label-wrapper:hover .checkbox--checked .checkbox__box,.label-wrapper:hover .checkbox--checked-mixed .checkbox__box{border-color:#0057a3;background-color:#0057a3}.checkbox--checked .checkbox__mark,.checkbox--checked-mixed .checkbox__mark{fill:#fff}
.checkbox-with-label{max-width:fit-content;padding:8px;border-radius:4px;cursor:pointer}.checkbox-with-label.interaction-state--focused,.checkbox-with-label.interaction-state:focus,.checkbox-with-label.interaction-state:focus-within{background-color:rgba(67,82,122,.08)}.checkbox-with-label.interaction-state--focused .checkbox__box,.checkbox-with-label.interaction-state:focus .checkbox__box,.checkbox-with-label.interaction-state:focus-within .checkbox__box{border-color:#006dcc}.checkbox-with-label.interaction-state--disabled,.checkbox-with-label.interaction-state--read-only{cursor:not-allowed}.checkbox-with-label.interaction-state--disabled .checkbox__box,.checkbox-with-label.interaction-state--read-only .checkbox__box{border-color:#c5ccd6}.checkbox-with-label.interaction-state--disabled .label-wrapper__label-component__label,.checkbox-with-label.interaction-state--read-only .label-wrapper__label-component__label{color:#363e48;pointer-events:none}.checkbox-with-label.interaction-state--disabled .checkbox--checked .checkbox__box,.checkbox-with-label.interaction-state--disabled .checkbox--checked-mixed .checkbox__box{background-color:#c5ccd6;border-color:#c5ccd6}.checkbox-with-label.interaction-state--read-only .checkbox--checked .checkbox__box,.checkbox-with-label.interaction-state--read-only .checkbox--checked-mixed .checkbox__box{background-color:rgba(0,109,204,.48);border-color:rgba(0,109,204,0)}.checkbox-with-label .label-wrapper__component{grid-column:1/1;align-self:center;justify-self:start}.checkbox-with-label.label-wrapper{grid-template-rows:1fr;grid-column-gap:8px}.checkbox-with-label.label-wrapper.label-wrapper--with-label{grid-template-columns:max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__component{grid-column:1/1}.checkbox-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__label-component__label{grid-column:2/2;align-self:center;justify-self:start;color:#030c17;font-size:14px;line-height:16px}.checkbox-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:3/3}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__component{grid-column:1/1}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:2/2;align-self:center;justify-self:start}
.checkbox-group{display:inline-flex;flex-direction:column}.checkbox-group--vertical .checkbox-group__checkboxes-wrapper{flex-direction:column}.checkbox-group__checkboxes-wrapper{display:flex;flex-direction:row}
.checkbox-group-with-validation-and-label{max-width:max-content}.checkbox-group-with-validation-and-label .checkbox-group{padding:0}.checkbox-group-with-validation-and-label .checkbox-group--vertical{grid-row:2/2}.checkbox-group-with-validation-and-label .checkbox-group--vertical+.label-wrapper__label-component__help-tooltip{grid-row:1/1;padding-left:8px}.checkbox-group-with-validation-and-label>.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:center}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__label{max-width:min-content;padding-left:8px}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__help-tooltip{padding-right:8px}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label){grid-template-rows:1fr auto}.checkbox-group-with-validation-and-label.data-validation{border:none}.checkbox-group-with-validation-and-label.data-validation--success .label-wrapper__label-component__label{color:#21a08c}.checkbox-group-with-validation-and-label.data-validation--warning .label-wrapper__label-component__label{color:#995e00}.checkbox-group-with-validation-and-label.data-validation--error .label-wrapper__label-component__label{color:#b60825}.checkbox-group-with-validation-and-label.data-validation+.data-validation__message{max-width:max-content;padding-left:8px}
.radio{display:inline-flex;align-items:center;box-shadow:none;outline:none}.radio__outer-dot{display:flex;justify-content:center;align-items:center;height:16px;min-height:16px;width:16px;min-width:16px;border:1px solid #626c7a;border-radius:50%}.radio__inner-dot{width:6px;height:6px;border-radius:50%}.radio__mark{pointer-events:none}.radio--selected .radio__outer-dot{border-color:#006dcc;background-color:#006dcc}.radio--selected .radio__inner-dot{background-color:#fff}
.radio-with-label{max-width:fit-content;padding:8px;border-radius:4px;cursor:pointer}.radio-with-label.interaction-state--focused,.radio-with-label.interaction-state:focus,.radio-with-label.interaction-state:focus-within{background-color:rgba(67,82,122,.08)}.radio-with-label.interaction-state--focused .radio__outer-dot,.radio-with-label.interaction-state:focus .radio__outer-dot,.radio-with-label.interaction-state:focus-within .radio__outer-dot{border-color:#006dcc}.radio-with-label.interaction-state--disabled,.radio-with-label.interaction-state--read-only{cursor:not-allowed}.radio-with-label.interaction-state--disabled .radio__outer-dot,.radio-with-label.interaction-state--read-only .radio__outer-dot{border-color:#c5ccd6}.radio-with-label.interaction-state--disabled .label-wrapper__label-component__label,.radio-with-label.interaction-state--read-only .label-wrapper__label-component__label{color:#363e48;pointer-events:none}.radio-with-label.interaction-state--disabled .radio--selected .radio__outer-dot{background-color:#c5ccd6;border-color:#c5ccd6}.radio-with-label.interaction-state--read-only .radio--selected .radio__outer-dot{background-color:rgba(0,109,204,.48);border-color:rgba(0,109,204,0)}.radio-with-label .label-wrapper__component{grid-column:1/1;align-self:center;justify-self:start}.radio-with-label.label-wrapper{grid-template-rows:1fr;grid-column-gap:8px}.radio-with-label.label-wrapper.label-wrapper--with-label{grid-template-columns:max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__component{grid-column:1/1}.radio-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__label-component__label{grid-column:2/2;align-self:center;justify-self:start;color:#030c17;font-size:14px;line-height:16px}.radio-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:3/3}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__component{grid-column:1/1}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:2/2;align-self:center;justify-self:start}
.radio-group{display:inline-flex;flex-direction:column}.radio-group--vertical .radio-group__radio-wrapper{flex-direction:column}.radio-group__radio-wrapper{display:flex;flex-direction:row}
.radio-group-with-validation-and-label{max-width:max-content}.radio-group-with-validation-and-label .radio-group{padding:0}.radio-group-with-validation-and-label .radio-group--vertical{grid-row:2/2}.radio-group-with-validation-and-label .radio-group--vertical+.label-wrapper__label-component__help-tooltip{grid-row:1/1;padding-left:8px}.radio-group-with-validation-and-label>.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:center}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__label{max-width:min-content;padding-left:8px}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__help-tooltip{padding-right:8px}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label){grid-template-rows:1fr auto}.radio-group-with-validation-and-label.data-validation{border:none}.radio-group-with-validation-and-label.data-validation--success .label-wrapper__label-component__label{color:#21a08c}.radio-group-with-validation-and-label.data-validation--warning .label-wrapper__label-component__label{color:#995e00}.radio-group-with-validation-and-label.data-validation--error .label-wrapper__label-component__label{color:#b60825}.radio-group-with-validation-and-label.data-validation+.data-validation__message{max-width:max-content;padding-left:8px}
.dropdown{position:relative}.dropdown .dropdown__input .data-validation{grid-template-columns:1fr auto auto}.dropdown .dropdown__input .data-validation__icon{margin-right:6px}.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled){cursor:pointer}.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled) .text-input,.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled) .text-input__input{cursor:pointer;padding:0 0 0 8px}.dropdown--is-open:not(.dropdown--is-filterable) .text-input__input{caret-color:transparent}.dropdown--is-open.dropdown--is-filterable .text-input,.dropdown--is-open.dropdown--is-filterable .text-input__input{cursor:text}.dropdown--is-open .data-validation__message{display:none}.dropdown__dropdown-arrow{grid-column:3/3;fill:#626c7a;margin-right:6px}.dropdown__dropdown{position:absolute;margin-top:2px;z-index:3;background-color:#fff;width:100%}.dropdown .label-wrapper--with-help-tooltip:not(.label-wrapper--with-label)+.dropdown__dropdown{width:calc(100% - 22px)}
.multi-select__filter-wrapper{padding:8px;border-bottom:1px solid #c5ccd6}.multi-select__filter .button__icon{pointer-events:none}.multi-select__options-wrapper{overflow-y:auto;overflow-x:hidden;padding:4px 0}.multi-select__options-wrapper--height-restricted{max-height:300px}.multi-select--with-header .multi-select__option{padding:6px 24px}.multi-select--can-select-multiple .multi-select__option{padding:0 16px}.multi-select--can-select-multiple .multi-select__icon+.multi-select__selection{margin-left:4px}.multi-select__subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:normal;grid-column:1/2;margin-right:20px;padding:0px;width:100%}.multi-select__option{position:relative;display:grid;grid-template-columns:1fr;align-items:center;justify-items:start;grid-column-gap:4px;padding:6px 12px;cursor:pointer;font-family:"Noto Sans";font-size:14px;letter-spacing:.5px;line-height:20px;text-decoration:none;color:#030c17}.multi-select__option--has-icon:not(.multi-select__option--has-checkbox),.multi-select__option--has-checkbox:not(.multi-select__option--has-icon){grid-template-columns:max-content 1fr}.multi-select__option--has-icon.multi-select__option--has-checkbox{grid-template-columns:max-content max-content 1fr}.multi-select__option--has-checkbox.multi-select__option--has-icon-wrapper .multi-select__subtitle{grid-column:3/4}.multi-select__option--has-checkbox:not(.multi-select__option--has-icon-wrapper) .multi-select__subtitle{grid-column:2/3}.multi-select__option--has-icon-wrapper:not(.multi-select__option--has-checkbox) .multi-select__subtitle{grid-column:2/3}.multi-select__option .checkbox-with-label.interaction-state--focused,.multi-select__option .checkbox-with-label.interaction-state:focus,.multi-select__option .checkbox-with-label.interaction-state:focus-within{background-color:transparent}.multi-select__option--focused{color:#030c17;background-color:rgba(0,109,204,.16)}.multi-select__option--selected{background-color:#eef0f5;font-weight:600}.multi-select__option--disabled{cursor:not-allowed}.multi-select__option--selected.multi-select__option--focused{color:#030c17;background-color:rgba(0,109,204,.16)}.multi-select__separator{display:block;height:1px;background-color:#c5ccd6;margin-left:12px}.multi-select__separator-wrapper{width:calc(100% - 12px);margin-bottom:3px}.multi-select__header{width:100%;display:flex;position:relative;margin-left:2px}.multi-select__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#363e48;padding:6px 12px;font-weight:500;font-size:12px;line-height:16px;letter-spacing:1px;cursor:default}.multi-select__selection{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:20px;width:100%}.multi-select__icon{fill:#626c7a;height:16px;width:16px}.multi-select__pagination{display:flex;justify-content:space-between;padding:0 4px}.multi-select__pagination .button__inside{padding:5px}.multi-select__pagination-previous{margin-right:8px}.multi-select__pagination-next{margin-left:8px}.multi-select__pagination-page{color:#030c17;font-size:10px;padding-top:12px}
.default-row-contents{padding:10px 30px;margin-top:4px}.default-row-contents:not(.default-row-contents--open){height:0;overflow:hidden;display:none}.default-row-contents--open .legacy-nx-checkbox{margin:0 auto;padding:15px;border:solid 1px #fff}.default-row-contents--open .legacy-nx-checkbox:hover{border:solid 1px #0d8dce;background-color:#fff}.default-row-contents--open .legacy-nx-checkbox:hover+.legacy-nx-checkbox--checked{border-top:solid 1px transparent}.default-row-contents--open .legacy-nx-checkbox:hover .legacy-nx-checkbox__box:not(.legacy-nx-checkbox__mark){border-color:#0d8dce}.default-row-contents--open .legacy-nx-checkbox--checked{background-color:#e6f6ff;border-top:solid 1px #0d8dce;border-bottom:solid 1px #0d8dce}.default-row-contents--open .legacy-nx-checkbox--checked+.legacy-nx-checkbox--checked,.default-row-contents--open .legacy-nx-checkbox--checked+.legacy-nx-checkbox:hover{border-top:solid 1px transparent}
.default-row-item{user-select:none;position:relative;border-top:solid 1px #c5ccd6;font-family:"Noto Sans";font-size:14px;min-width:100%}.default-row-item--auto-sizing{justify-content:center;display:inline-flex;flex-direction:column}.default-row-item--selected:not(.default-row-item--open),.default-row-item--highlighted{border-top:solid 1px #006dcc;background-color:rgba(0,109,204,.08)}.default-row-item--selected:not(.default-row-item--open)+.default-row-item:not(.default-row-item--open),.default-row-item--highlighted{border-top:solid 1px #006dcc}.default-row-item:last-child:not(.default-row-item--open){border-bottom:solid 1px #c5ccd6}.default-row-item--selected:last-child:not(.default-row-item--open){border-bottom:solid 1px #006dcc}.default-row-item--highlighted:last-child:not(.default-row-item--open){border-bottom:solid 1px #006dcc}.default-row-item:hover:not(.default-row-item--open):not(.default-row-item--reorder-dragging),.default-row-item--highlighted{border-top:solid 1px #006dcc;background-color:rgba(0,109,204,.04);position:relative;z-index:1}.default-row-item:hover:first-child,.default-row-item:first-child{border-top:1px solid transparent}.default-row-item:hover:not(.default-row-item--open)+.default-row-item{border-top:solid 1px #006dcc}.default-row-item:hover:not(.default-row-item--open):last-child,.default-row-item--highlighted:last-child{border-bottom:solid 1px #006dcc}.default-row-item--open{border-top:solid 1px #626c7a;border-radius:2px;padding-bottom:8px}.default-row-item--open:hover{border-top:solid 1px #006dcc}.default-row-item--open:hover div.default-table-row{background-color:rgba(0,109,204,.04);border-bottom:solid 1px #006dcc}.default-row-item--open+.default-row-item:not(.default-row-item--selected){border-top:solid 1px #626c7a}.default-row-item--open+.default-row-item:hover{border-top:solid 1px #006dcc}.default-row-item--dragging{background-color:#e6f6ff;cursor:grab !important}.default-row-item--reorder-target:after{display:block;content:"";position:absolute;left:0px;bottom:0px;width:100%;background-color:#006dcc;height:2px}.default-row-item--unread{position:relative}.default-row-item--unread::before{content:"";background-color:#4b6d92;position:absolute;bottom:0;left:0;top:0;width:4px}.default-row-item--unread .default-table-row{font-weight:700}.default-row-item--disabled{pointer-events:none;font-style:italic;opacity:.5}
.default-table-cell{flex:0 0 auto;min-width:80px;padding:8px;position:relative;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.default-table-row{display:flex;align-items:center;border-bottom:solid 1px transparent;cursor:pointer;position:relative}.default-table-row:hover div:hover~div~.default-table-row__expand-icon-container{background-color:#ecf2f7}.default-table-row .legacy-nx-checkbox__text>span{display:block}.default-table-row .legacy-nx-checkbox:hover .legacy-nx-checkbox__box:not(.legacy-nx-checkbox__mark){border-color:#0d8dce}.default-table-row__expand-icon-container{display:flex;flex:0 0 auto;align-items:center;min-width:0px;padding:4px;transition:transform .2s ease-in-out;background-color:transparent}.default-table-row__expand-icon-container .legacy-nx-checkbox__box{margin-left:10px}.default-table-row__expand-icon-container .default-table-row__icon{height:14px;width:14px;flex-grow:0;transition:transform .2s ease-in-out;vertical-align:middle;fill:#626c7a}.default-table-row__expand-icon-container .default-table-row__icon.expand-icon{margin:4px;transform:rotate(-90deg)}.default-table-row--open .default-table-row__icon.expand-icon{transform:rotate(0deg)}.default-table-row__icon.grab-icon{height:16px;width:32px}.table--dark .default-row-item--open .default-table-row{background-color:#fff}.table--dark .default-row-item--open .default-row-contents{background-color:#fff}.table--light .default-row-item--open .default-row-contents{background-color:#eef0f5}.table--light .default-row-item--open .default-table-row{background-color:#eef0f5}
.default-table-row-actions{opacity:0;position:absolute;top:0px;width:auto;flex:0 0 auto;height:100%;padding-left:12px;padding-right:20px;display:flex;align-items:center;justify-content:center}.default-row-item:hover .default-table-row-actions{opacity:1}.table--dark .default-table-row-actions{background-color:#e5ebf3}.table--light .default-table-row-actions{background-color:#f5f9fd}
.nx-heading{color:#030c17;font-family:"Noto Sans";font-weight:600;letter-spacing:auto;margin-bottom:16px}.nx-heading--bg-dark{color:#fff}.nx-heading--h1{font-size:32px;line-height:40px;font-weight:600}.nx-heading--h2{font-size:24px;line-height:32px;font-weight:600}.nx-heading--h3{font-size:20px;line-height:24px;font-weight:600}.nx-heading--h4{font-size:16px;line-height:20px;font-weight:600}.nx-heading--h5{font-size:14px;line-height:16px;font-weight:400;text-transform:uppercase}
.nx-text{font-family:"Noto Sans";font-weight:400;letter-spacing:.2px}.nx-text--bg-dark{color:#fff}.nx-text--disabled{color:#c5ccd6}.nx-text--disabled--bg-dark{color:#626c7a}.nx-text--italic{font-style:italic}.nx-text--primary{font-size:14px;line-height:20px;font-weight:400}.nx-text--captions{font-size:12px;line-height:16px;font-weight:400}.nx-heading+.nx-text,.nx-text+.nx-text{margin-top:8px}
.inline-text{color:#030c17;font-family:"Noto Sans";letter-spacing:.2px;font-size:14px;line-height:20px;font-weight:400}.inline-text--bg-dark{color:#fff}.inline-text--italic{font-style:italic}.inline-text--disabled{color:#c5ccd6}.inline-text--disabled--bg-dark{color:#626c7a}
.default-table-sort-header{display:flex;position:absolute;left:0;top:0;width:100%;z-index:100;align-items:center}.default-table-sort-header--is-resizing{cursor:col-resize}.default-table-sort-header--is-reordering{cursor:grab}.default-table-sort-header .default-table-cell--reorder-target-left:before{display:block;content:"";position:absolute;left:0px;top:5%;width:2px;background-color:#006dcc;height:90%}.default-table-sort-header .default-table-cell--reorder-target-right:after{display:block;content:"";position:absolute;right:0px;top:5%;width:2px;background-color:#006dcc;height:90%}.default-table-sort-header .default-table-cell--reorder-dragging{cursor:grab;opacity:.25}.default-table-sort-header .default-table-cell .default-table-sort-header__resize-handle{display:flex;cursor:col-resize;align-items:center;justify-content:center;height:80%;width:12px;background-color:rgba(0,109,204,.04);position:absolute;right:0px;top:10%;opacity:0}.default-table-sort-header .default-table-cell .default-table-sort-header__resize-handle:hover{opacity:1}.default-table-sort-header .default-table-cell .default-table-sort-header__resize-handle:after{display:block;content:"";background-color:#006dcc;width:2px;border-radius:1px;height:50%}.default-table-sort-header .default-table-cell.default-table-cell__resizing-active .default-table-sort-header__resize-handle{opacity:1}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button{border-radius:8px;display:flex;padding:8px;align-items:center;transition:all .2s ease;margin-left:-8px;width:100%;cursor:pointer}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button--sort-disabled{cursor:auto}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button .inline-text{text-transform:uppercase;font-weight:bold;font-size:12px;line-height:21px}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button:hover~.default-table-sort-header__resize-handle{opacity:1;background:none;border:0}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button:hover~.default-table-sort-header__resize-handle:after{display:block;content:"";background-color:rgba(67,82,122,.16);width:2px;border-radius:1px;height:50%}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button:not(.default-table-sort-header__sort-button--reordering-disabled):hover,.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button:not(.default-table-sort-header__sort-button--sort-disabled):hover{background-color:rgba(67,82,122,.08)}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button:not(.default-table-sort-header__sort-button--reordering-disabled):hover,.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button:not(.default-table-sort-header__sort-button--sort-disabled):active{background-color:rgba(67,82,122,.16)}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button.default-table-sort-header__sort-button--active-selection .default-table-sort-header__sort-icon{width:12px;top:0px}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button.default-table-sort-header__sort-button--sort-asc .default-table-sort-header__sort-icon{transform:rotateZ(0deg)}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button.default-table-sort-header__sort-button--sort-desc .default-table-sort-header__sort-icon{transform:rotateZ(180deg)}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button .default-table-sort-header__sort-icon{display:inline-flex;margin-left:10px;flex-direction:column;flex-shrink:0;width:8px;height:16px;transition:all .2s ease}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button .default-table-sort-header__sort-icon .icon{width:100%;height:100%;fill:#626c7a;position:relative}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button .default-table-sort-header__sort-icon .icon:first-child{transform:rotateZ(180deg);top:1px}.default-table-sort-header .default-table-cell .default-table-sort-header__sort-button .default-table-sort-header__sort-icon .icon:last-child{visibility:initial;top:-1px}
.table{position:relative;display:flex;flex-direction:column;overflow:hidden;color:#030c17;height:100%;z-index:0}.table--dark{background-color:#eef0f5}.table--compact .default-table-row{min-height:44px}.table--comfortable .default-table-row{min-height:56px}.table::before{background-color:#626c7a;content:"";display:block;flex-shrink:0;height:3px;position:relative;top:53px;width:100%}.table__is-paginated{height:auto}.table__is-reorderable .default-table-row__expand-icon-container{padding:8px 2px;margin:2px}.table__is-reorderable .default-table-row__expand-icon-container:hover{background-color:rgba(0,109,204,.16)}.table__table-wrapper{overflow:auto;height:100%;width:auto;margin-top:53px}.table__more-button{cursor:pointer;transform:rotateZ(90deg);position:absolute;display:flex;align-items:center;justify-content:center;z-index:200;right:20px;top:10px;padding:5px;transition:all .2s ease-in-out}.table__more-button:hover{background-color:rgba(67,82,122,.08)}.table__more-button .icon{height:18px;width:18px}.scrollbar-measure{width:100px;height:100px;overflow:scroll;overflow-x:auto;position:absolute;top:-9999px}
.list{min-width:200px}
.nx-heading{color:#030c17;font-family:"Noto Sans";font-weight:600;letter-spacing:auto;margin-bottom:16px}.nx-heading--bg-dark{color:#fff}.nx-heading--h1{font-size:32px;line-height:40px;font-weight:600}.nx-heading--h2{font-size:24px;line-height:32px;font-weight:600}.nx-heading--h3{font-size:20px;line-height:24px;font-weight:600}.nx-heading--h4{font-size:16px;line-height:20px;font-weight:600}.nx-heading--h5{font-size:14px;line-height:16px;font-weight:400;text-transform:uppercase}
.nx-text{font-family:"Noto Sans";font-weight:400;letter-spacing:.2px}.nx-text--bg-dark{color:#fff}.nx-text--disabled{color:#c5ccd6}.nx-text--disabled--bg-dark{color:#626c7a}.nx-text--italic{font-style:italic}.nx-text--primary{font-size:14px;line-height:20px;font-weight:400}.nx-text--captions{font-size:12px;line-height:16px;font-weight:400}.nx-heading+.nx-text,.nx-text+.nx-text{margin-top:8px}
.inline-text{color:#030c17;font-family:"Noto Sans";letter-spacing:.2px;font-size:14px;line-height:20px;font-weight:400}.inline-text--bg-dark{color:#fff}.inline-text--italic{font-style:italic}.inline-text--disabled{color:#c5ccd6}.inline-text--disabled--bg-dark{color:#626c7a}
.list-item{display:flex;align-items:center;margin-bottom:12px;flex-direction:column;justify-content:flex-start}.list-item__primary-content{display:flex;align-items:center;width:100%}.list-item__primary .nx-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-item__secondary{display:flex;width:100%}.list-item:first-child{padding-top:14px}.list-item:last-child{padding-bottom:8px}.list-item--has-secondary .list-item__secondary .nx-text{color:#626c7a}.list-item__icon-wrapper{display:flex;flex:1 1 auto;margin-right:8px;align-items:center;justify-content:center}.list-item__content{width:100%;min-width:0}.list--wrap .list-item__primary .nx-text,.list--wrap .list-item__secondary .nx-text{white-space:unset;text-overflow:initial;word-break:break-all}.list--compact .list-item .nx-text--primary{font-size:12px}.list--compact .list-item__icon{width:16px;height:16px}.list--compact .list-item--has-icon .list-item__secondary{padding-left:24px}.list--comfortable .list-item__icon{width:24px;height:24px}.list--comfortable .list-item--has-icon .list-item__secondary{padding-left:34px}.list--spacious .list-item .nx-text--primary{font-size:16px}.list--spacious .list-item__icon{width:32px;height:32px}.list--spacious .list-item--has-icon .list-item__secondary{padding-left:40px}
.details-list-item{display:flex;border-top:1px solid #c5ccd6;padding-left:12px;cursor:pointer;min-width:200px}.details-list-item:last-child{border-bottom:1px solid #c5ccd6}.details-list-item__icon-wrapper{display:flex;flex:1 1 auto;align-items:center;justify-content:center;align-self:flex-start;margin:12px 0px;margin-right:20px;padding:12px;border-radius:100%;background-color:#f7f8fa}.details-list-item__actions-wrapper,.details-list-item__pair-action-wrapper{opacity:0;display:flex;justify-content:center;flex-direction:column}.details-list-item__actions-wrapper{background-color:rgba(0,109,204,.04)}.details-list-item__actions-wrapper--single-pair{opacity:0;display:flex;background-color:rgba(0,109,204,.04)}.details-list-item__icon{width:24px;height:24px}.details-list-item:hover{background-color:rgba(0,109,204,.04);border-top:1px solid #006dcc}.details-list-item:hover:last-child{border-bottom:1px solid #006dcc}.details-list-item:hover .details-list-item__actions-wrapper{opacity:1}.details-list-item:hover .details-list-item__actions-wrapper--single-pair{opacity:1}.details-list-item:hover .details-list-item__icon-wrapper{background-color:#e1e5ed}.details-list-item:hover+.details-list-item{border-top:1px solid #006dcc}.details-list-item--has-secondary .details-list-item__secondary{height:0}.details-list-item__content{width:100%;margin:12px 0px}.details-list-item__pair{display:flex;position:relative;align-items:flex-start;justify-content:flex-end}.details-list-item__pair:last-child{margin-bottom:0}.details-list-item__pair:hover .details-list-item__pair-action-wrapper{opacity:1}.details-list-item__pair .details-list-item__pair-action-wrapper{position:absolute;right:0px}.details-list-item__pair .details-list-item__key{text-align:right;padding-right:8px;max-width:25%;min-width:60px;display:flex;justify-content:flex-end}.details-list-item__pair .details-list-item__key .nx-text{font-size:14px;color:#363e48;font-weight:600;text-transform:capitalize;display:flex;word-break:break-all}.details-list-item__pair .details-list-item__key .nx-text:after{content:":";display:inline-block}.details-list-item__pair .details-list-item__value{width:75%;min-width:116px}.details-list-item__pair .details-list-item__value .nx-text{color:#030c17}.details-list-item__single-pair{align-items:center;border:1px solid transparent}.details-list-item__single-pair .details-list-item__content{margin:4px 0px}.details-list-item__single-pair:last-child{border-bottom:1px solid transparent}.details-list-item__single-pair .details-list-item__actions-wrapper{opacity:0;display:flex;flex-direction:row;background-color:rgba(0,109,204,.04)}.details-list-item__single-pair:hover .details-list-item__actions-wrapper{opacity:1}
.badge{display:inline-flex;color:#fff}.badge__content{cursor:default;max-width:24ch;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.badge--xsmall{font-size:10px;line-height:16px;padding:0 8px;border-radius:8px}.badge--small{font-size:12px;line-height:16px;padding:2px 8px;border-radius:8px}.badge--medium{font-size:12px;line-height:16px;padding:4px 12px;border-radius:12px}.badge--large{font-size:14px;line-height:16px;padding:8px 16px;border-radius:16px}.badge--red{background-color:#b60825}.badge--blue{background-color:#003b6f}.badge--orange{background-color:#b83d00}.badge--green{background-color:#036a5a}.badge--purple{background-color:#3c215c}.badge--yellow{background-color:#995e00}.badge--aqua{background-color:#00778a}
.pill{border-radius:12px;border:1px solid #43527a;background-color:#43527a;color:#fff;fill:#fff;padding:3px 12px 3px 12px;font-size:12px;line-height:16px;display:flex}.pill--with-buttons{padding-right:4px}.pill--with-validation{padding-left:4px}.pill--clickable{cursor:pointer}.pill--clickable:hover{background-color:#006dcc;border-color:#006dcc}.pill--clickable.pill--dynamic:hover{background-color:rgba(0,109,204,.08);border-color:#006dcc}.pill--clickable.pill--success:hover{background-color:rgba(15,145,125,.08);border-color:#0f917d}.pill--clickable.pill--error:hover{background-color:rgba(213,17,49,.08);border-color:#d51131}.pill--clickable.pill--warning:hover{background-color:rgba(203,135,5,.08);border-color:#cb8705}.pill--clickable.pill--deleted:hover{background-color:rgba(182,8,37,.08);border-color:#b60825}.pill--selected{background-color:#003b6f;border-color:#003b6f}.pill--selected.pill--dynamic{cursor:pointer;background-color:rgba(0,109,204,.16);border-color:#006dcc}.pill--selected.pill--success{background-color:rgba(15,145,125,.16);border-color:#0f917d}.pill--selected.pill--error{background-color:rgba(213,17,49,.16);border-color:#d51131}.pill--selected.pill--warning{background-color:rgba(203,135,5,.16);border-color:#cb8705}.pill--selected.pill--deleted{cursor:pointer;background-color:rgba(182,8,37,.16);border-color:#b60825}.pill--selected.pill--disabled{background-color:#c5ccd6;border-color:#c5ccd6}.pill--dynamic{background-color:#fff;color:#050e28;fill:#626c7a;border:1px solid #c5ccd6}.pill--draft{border-style:dashed;border-color:#006dcc}.pill--success{border-color:#0f917d;color:#036a5a;fill:#0f917d}.pill--error{border-color:#d51131;color:#b60825;fill:#d51131}.pill--warning{border-color:#cb8705;color:#995e00;fill:#cb8705}.pill--deleted{border-style:dashed;border-color:#b60825;color:#b60825}.pill--disabled{background-color:#c5ccd6;border-style:solid;border-color:#c5ccd6;color:#fff;fill:#fff;pointer-events:none}.pill__text{max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;align-self:center}.pill__buttons-area{margin-left:8px;display:flex;align-items:center}.pill__buttons-area :not(:first-child){margin-left:2px}.pill__validation-area{margin-right:8px;display:flex;align-items:center}.pill__badge{margin-right:-4px}.pill__icon,.pill__button .button__icon,.pill__button{width:14px;height:14px}.pill__button{border-radius:10px;height:auto;padding:0}.pill__button:hover,.pill__button:focus{box-shadow:0 0 0 6px rgba(67,82,122,.08)}.pill__button:active{box-shadow:0 0 0 6px rgba(67,82,122,.16)}
.modal-wrapper{position:fixed;top:0;z-index:970;height:100vh;width:100%;display:flex;align-items:center;justify-content:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.modal-wrapper__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(31,39,61,.64);z-index:971;animation:portalOverlayAnimation 250ms ease-in-out;cursor:pointer}.modal-wrapper__content{transform:scale(1);animation:portalContentAnimation 250ms ease-in-out;z-index:971;max-width:95%}.modal-wrapper__content--small{width:444px}.modal-wrapper__content--medium{width:901.56px;max-width:63%}.modal-wrapper__content--large{width:1297.7px}@keyframes portalContentAnimation{0%{opacity:0;transform:scale(0.7)}100%{opacity:1;transform:scale(1)}}@keyframes portalOverlayAnimation{0%{background:rgba(31,39,61,0)}100%{background:rgba(31,39,61,.64)}}
.button{border:1px solid #006dcc;border-radius:2px;display:inline-flex;align-items:stretch;justify-content:stretch;font-size:14px;line-height:20px;font-weight:600;padding:1px}.button:disabled{cursor:not-allowed}.button__inside{border:1px solid transparent;display:inherit;align-items:center;justify-content:inherit;max-width:inherit;overflow:inherit;text-overflow:inherit;white-space:inherit;width:100%}.button--primary,.button--secondary{min-height:36px}.button--primary .button__inside,.button--secondary .button__inside{padding:1px 18px}.button--icon-button .button__inside,.button--utility .button__inside,.button--utility-with-arrow .button__inside{max-height:100%;max-width:100%}.button--icon-button .button__inside{padding:3px}.button--icon-button .button__icon{height:24px;width:24px}.button--primary{border-color:#0056e3;background-color:#0056e3;color:#fff}.button--primary:hover{border-color:#2151a3;background-color:#2151a3;color:#fff}.button--primary:focus{border-color:#2151a3;background-color:#fff;color:#fff}.button--primary:focus .button__inside{border-color:#2151a3;background-color:#2151a3}.button--primary.button--active,.button--primary:active{border-color:#173972;background-color:#173972;color:#fff}.button--primary.button--active .button__inside,.button--primary:active .button__inside{border-color:#173972;background-color:#173972}.button--primary:disabled{border-color:#c5ccd6;background-color:#c5ccd6;color:#fff}.button--primary:disabled .button__inside{border-color:transparent;background-color:#c5ccd6}.button--secondary,.button--icon-button{border-color:#006dcc;color:#006dcc;fill:#006dcc}.button--secondary:hover,.button--icon-button:hover{background-color:rgba(0,109,204,.08);border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus,.button--icon-button:focus{border-color:#0057a3;fill:#0057a3;color:#0057a3}.button--secondary:focus .button__inside,.button--icon-button:focus .button__inside{border-color:#0057a3}.button--secondary.button--active,.button--secondary:active,.button--icon-button.button--active,.button--icon-button:active{background-color:rgba(0,109,204,.16);border-color:#003b6f;fill:#003b6f;color:#003b6f}.button--secondary.button--active .button__inside,.button--secondary:active .button__inside,.button--icon-button.button--active .button__inside,.button--icon-button:active .button__inside{border-color:transparent}.button--secondary:disabled,.button--icon-button:disabled{border-color:#c5ccd6;fill:#c5ccd6;background-color:transparent;color:#c5ccd6}.button--secondary:disabled .button__inside,.button--icon-button:disabled .button__inside{border-color:transparent;background-color:transparent}.button--link{border-color:transparent;color:#006dcc;fill:#006dcc}.button--link .button__inside{padding:5px 12px}.button--link .button__icon{flex-shrink:0;margin-right:8px}.button--link:hover,.button--link:focus{background-color:rgba(67,82,122,.08);fill:#0057a3;color:#0057a3}.button--link.button--active,.button--link:active{background-color:rgba(0,109,204,.16);fill:#003b6f;color:#003b6f}.button--link:disabled{background-color:transparent;fill:#c5ccd6;color:#c5ccd6}.button--link:disabled .button__inside{background-color:transparent}.button--utility,.button--utility-with-arrow{border:none;padding:0;fill:#626c7a}.button--utility .button__inside,.button--utility-with-arrow .button__inside{border:none;display:flex;align-items:center;justify-content:center;margin:0}.button--utility:hover,.button--utility:focus,.button--utility-with-arrow:hover,.button--utility-with-arrow:focus{background-color:rgba(67,82,122,.08);fill:#0057a3}.button--utility.button--active,.button--utility:active,.button--utility-with-arrow.button--active,.button--utility-with-arrow:active{background-color:rgba(67,82,122,.16);fill:#0057a3}.button--utility:disabled,.button--utility-with-arrow:disabled{background-color:transparent;fill:#c5ccd6}.button--utility{width:28px;height:28px}.button--utility .button__icon{width:16px;height:16px}.button--utility.button--tiny{width:24px;height:24px}.button--utility.button--tiny .button__icon{width:12px;height:12px}.button--utility.button--medium{width:36px;height:36px}.button--utility.button--medium .button__icon{width:24px;height:24px}.button--active .button__utility-arrow{transform:rotate(-180deg);transition:transform .5s ease}.button__utility-arrow{transform:rotate(0deg);transition:transform .5s ease}.button--utility-with-arrow{width:40px;height:28px}.button--utility-with-arrow .button__icon{width:16px;height:16px}.button--utility-with-arrow .button__utility-arrow{width:12px;height:12px}.button--utility-with-arrow.button--tiny{width:32px;height:24px}.button--utility-with-arrow.button--tiny .button__icon{width:12px;height:12px}.button--utility-with-arrow.button--tiny .button__utility-arrow{width:8px;height:8px}.button--utility-with-arrow.button--medium{width:52px;height:36px}.button--utility-with-arrow.button--medium .button__icon{width:24px;height:24px}.button--utility-with-arrow.button--medium .button__utility-arrow{width:16px;height:16px}.button__icon{width:16px;height:16px}.button--no-border{border:none;padding:0}.button--no-border__inside{border:none}
.button-group{border-radius:2px;display:inline-flex;min-height:30px;width:fit-content;overflow:hidden}.button-group .button{align-self:stretch;border:0 solid #2151a3;border-radius:0;height:unset;padding:0}.button-group .button__inside{border:none}.button-group .button:not(:last-child){border-right-width:1px;margin-right:-1px}.button-group .button:not(:first-child){border-left-width:1px}.button-group .button:hover,.button-group .button:focus,.button-group .button:active{z-index:1}.button-group--primary{background-color:#0056e3;color:#fff}.button-group--primary .button,.button-group--primary .button--utility,.button-group--primary .button--utility-with-arrow{fill:#fff}.button-group--primary .button:hover,.button-group--primary .button:focus,.button-group--primary .button--utility:hover,.button-group--primary .button--utility:focus,.button-group--primary .button--utility-with-arrow:hover,.button-group--primary .button--utility-with-arrow:focus{background-color:#2151a3;border-color:#2151a3}.button-group--primary .button:active,.button-group--primary .button--utility:active,.button-group--primary .button--utility-with-arrow:active{background-color:#173972;border-color:#173972}.button-group--primary .button:disabled,.button-group--primary .button--utility:disabled,.button-group--primary .button--utility-with-arrow:disabled{background-color:#c5ccd6;border-color:#c5ccd6}.button-group--secondary{border:1px solid #006dcc}.button-group--menu{flex-direction:column}.button-group--menu .button{margin-right:0;padding:3px 24px 3px 10px}.button-group--menu .button--link{color:#030c17;font-weight:normal;letter-spacing:.5px}.button-group--menu .button--link:hover{background-color:rgba(0,109,204,.16);color:#030c17}.button-group--menu .button--link:active{background-color:#eef0f5}.button-group--menu .button:not(:last-child){border-right-width:0;margin-right:0}.button-group--menu .button:not(:first-child){border-left-width:0}
@keyframes spin-counter-clockwise{from{transform:rotate(0deg)}to{transform:rotate(-360deg)}}.split-button{position:relative}.split-button__menu{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12);background-color:#fff;padding:4px 0;position:absolute;left:0;top:100%}.split-button__menu:focus{box-shadow:0px 2px 4px -2px rgba(3,12,23,.2),0px 4px 4px 0px rgba(3,12,23,.14),0px 2px 12px 0px rgba(3,12,23,.12),0 0 0 1px #006dcc,0 0 7px 0 #006dcc}.split-button__menu--up{bottom:100%;top:unset}.split-button__icon{height:28px;justify-content:center;width:40px}.split-button__icon .button__icon{min-width:12px;width:12px;height:12px}.split-button__icon--spin .button__icon{animation:spin-counter-clockwise 2s linear infinite}.split-button--disabled .split-button__main{background-color:#c5ccd6}
.page-modal{background:#fff;max-width:100%;display:flex;flex-direction:column;border-radius:4px;overflow:hidden}.page-modal__header{height:56px;display:flex;justify-content:space-between;align-items:center;padding:0 12px 0 32px;border-bottom:1px solid #c5ccd6;font-size:20px;font-weight:600}.page-modal__header .page-modal__close{fill:#626c7a}.page-modal--dark .page-modal__header,.page-modal--dark .page-modal__subheader{background:linear-gradient(-225deg, #1F273D 0%, #050E28 100%)}.page-modal--dark .page-modal__header{color:#fff;border-color:#626c7a}.page-modal__content{flex-grow:1;padding:32px}.page-modal__footer{padding:8px;display:flex;align-items:center;background:#f7f8fa;justify-content:space-between;border-top:1px solid #c5ccd6}.page-modal__footer-actions{display:flex}.page-modal__footer-actions .page-modal__cancel{margin-right:4px}.page-modal__close{cursor:pointer}
.data-validation{display:grid;grid-template-columns:1fr auto;align-items:center;border:1px solid transparent;border-radius:2px}.data-validation--success{border-color:#21a08c;color:#21a08c}.data-validation--success>.data-validation__icon{fill:#21a08c}.data-validation--success+.data-validation__message{color:#21a08c;font-size:12px;line-height:16px}.data-validation--warning{border-color:#995e00;color:#995e00}.data-validation--warning>.data-validation__icon{fill:#995e00}.data-validation--warning+.data-validation__message{color:#995e00;font-size:12px;line-height:16px}.data-validation--error{border-color:#b60825;color:#b60825}.data-validation--error>.data-validation__icon{fill:#b60825}.data-validation--error+.data-validation__message{color:#b60825;font-size:12px;line-height:16px}.data-validation__icon{margin-right:8px}
.label-wrapper{display:grid;grid-template-columns:1fr;grid-template-rows:1fr;grid-gap:4px;justify-items:stretch}.label-wrapper.label-wrapper--with-label{grid-template-rows:auto 1fr}.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component{font-size:12px;line-height:16px;grid-row:1/1}.label-wrapper.label-wrapper--with-label.label-wrapper--with-help-tooltip>.label-wrapper__component{grid-column:1/span 2}.label-wrapper.label-wrapper--with-label.label-wrapper--with-help-tooltip>.label-wrapper__label-component__help-tooltip{grid-row:1/1;grid-column:2/2}.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:1fr auto;grid-column-gap:8px}.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label)>.label-wrapper__label-component__help-tooltip{align-self:center}.label-wrapper>.label-wrapper__component,.label-wrapper>.label-wrapper__label-component,.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:start;justify-self:stretch}
.text-input{display:grid;grid-template-columns:1fr;grid-column-gap:6px;align-items:center;padding:0 8px;height:36px}.text-input.text-input__has-clear-button{grid-template-columns:1fr 28px;padding-right:2px}.text-input.text-input__has-icon{grid-template-columns:16px 1fr}.text-input.text-input__has-icon.text-input__has-clear-button{grid-template-columns:16px 1fr 28px}.text-input__input{background-color:transparent;border:none;outline:none;min-width:0;width:100%;font-size:14px}.text-input__input::placeholder{font-style:italic;font-size:14px;color:#363e48;letter-spacing:.2px;line-height:20px}.text-input__icon{fill:#363e48;min-width:16px}.text-input__clear-button{display:none}.text-input:hover .text-input__clear-button,.text-input--focused .text-input__clear-button,.text-input:focus-within .text-input__clear-button{display:unset}
.themed--dark .data-validation{background-color:#eef0f5}.themed--light .data-validation{background-color:#fff}.themed.text-input-with-validation-and-label.label-wrapper .label-wrapper__component .text-input{height:34px;padding:0 8px}.themed.text-input-with-validation-and-label.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label) .data-validation__message{grid-row:2}.themed.text-input-with-validation-and-label .data-validation{padding:0}.themed.text-input-with-validation-and-label .data-validation--success~.label-wrapper__label-component__label{color:#21a08c}.themed.text-input-with-validation-and-label .data-validation--warning~.label-wrapper__label-component__label{color:#995e00}.themed.text-input-with-validation-and-label .data-validation--error~.label-wrapper__label-component__label{color:#b60825}.themed.text-input-with-validation-and-label .data-validation .text-input{padding:0}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only).interaction-state--focused,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus-within{outline:0;box-shadow:0 0 0 1px #006dcc,0 0 7px 0 #006dcc;background-color:#fff;border-color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only).interaction-state--focused~.label-wrapper__label-component__label,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus~.label-wrapper__label-component__label,.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):focus-within~.label-wrapper__label-component__label{color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):hover{border-color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state:not(.interaction-state--disabled):not(.interaction-state--read-only):hover~.label-wrapper__label-component__label{color:#006dcc}.themed.text-input-with-validation-and-label .interaction-state--disabled,.themed.text-input-with-validation-and-label .interaction-state--read-only{border-color:#c5ccd6}.themed.text-input-with-validation-and-label .interaction-state--disabled{background-color:#c5ccd6}.themed.text-input-with-validation-and-label .interaction-state--read-only{background-color:transparent}
.checkbox{display:inline-flex;align-items:center;box-shadow:none;outline:none}.checkbox__box{display:flex;justify-content:center;align-items:center;height:16px;width:16px;border:1px solid #626c7a;border-radius:2px}.checkbox__mark{pointer-events:none}.checkbox--checked .checkbox__box,.checkbox--checked-mixed .checkbox__box{border-color:#006dcc;background-color:#006dcc}.label-wrapper:hover .checkbox--checked .checkbox__box,.label-wrapper:hover .checkbox--checked-mixed .checkbox__box{border-color:#0057a3;background-color:#0057a3}.checkbox--checked .checkbox__mark,.checkbox--checked-mixed .checkbox__mark{fill:#fff}
.checkbox-with-label{max-width:fit-content;padding:8px;border-radius:4px;cursor:pointer}.checkbox-with-label.interaction-state--focused,.checkbox-with-label.interaction-state:focus,.checkbox-with-label.interaction-state:focus-within{background-color:rgba(67,82,122,.08)}.checkbox-with-label.interaction-state--focused .checkbox__box,.checkbox-with-label.interaction-state:focus .checkbox__box,.checkbox-with-label.interaction-state:focus-within .checkbox__box{border-color:#006dcc}.checkbox-with-label.interaction-state--disabled,.checkbox-with-label.interaction-state--read-only{cursor:not-allowed}.checkbox-with-label.interaction-state--disabled .checkbox__box,.checkbox-with-label.interaction-state--read-only .checkbox__box{border-color:#c5ccd6}.checkbox-with-label.interaction-state--disabled .label-wrapper__label-component__label,.checkbox-with-label.interaction-state--read-only .label-wrapper__label-component__label{color:#363e48;pointer-events:none}.checkbox-with-label.interaction-state--disabled .checkbox--checked .checkbox__box,.checkbox-with-label.interaction-state--disabled .checkbox--checked-mixed .checkbox__box{background-color:#c5ccd6;border-color:#c5ccd6}.checkbox-with-label.interaction-state--read-only .checkbox--checked .checkbox__box,.checkbox-with-label.interaction-state--read-only .checkbox--checked-mixed .checkbox__box{background-color:rgba(0,109,204,.48);border-color:rgba(0,109,204,0)}.checkbox-with-label .label-wrapper__component{grid-column:1/1;align-self:center;justify-self:start}.checkbox-with-label.label-wrapper{grid-template-rows:1fr;grid-column-gap:8px}.checkbox-with-label.label-wrapper.label-wrapper--with-label{grid-template-columns:max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__component{grid-column:1/1}.checkbox-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__label-component__label{grid-column:2/2;align-self:center;justify-self:start;color:#030c17;font-size:14px;line-height:16px}.checkbox-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:3/3}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__component{grid-column:1/1}.checkbox-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:2/2;align-self:center;justify-self:start}
.checkbox-group{display:inline-flex;flex-direction:column}.checkbox-group--vertical .checkbox-group__checkboxes-wrapper{flex-direction:column}.checkbox-group__checkboxes-wrapper{display:flex;flex-direction:row}
.checkbox-group-with-validation-and-label{max-width:max-content}.checkbox-group-with-validation-and-label .checkbox-group{padding:0}.checkbox-group-with-validation-and-label .checkbox-group--vertical{grid-row:2/2}.checkbox-group-with-validation-and-label .checkbox-group--vertical+.label-wrapper__label-component__help-tooltip{grid-row:1/1;padding-left:8px}.checkbox-group-with-validation-and-label>.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:center}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__label{max-width:min-content;padding-left:8px}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__help-tooltip{padding-right:8px}.checkbox-group-with-validation-and-label>.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label){grid-template-rows:1fr auto}.checkbox-group-with-validation-and-label.data-validation{border:none}.checkbox-group-with-validation-and-label.data-validation--success .label-wrapper__label-component__label{color:#21a08c}.checkbox-group-with-validation-and-label.data-validation--warning .label-wrapper__label-component__label{color:#995e00}.checkbox-group-with-validation-and-label.data-validation--error .label-wrapper__label-component__label{color:#b60825}.checkbox-group-with-validation-and-label.data-validation+.data-validation__message{max-width:max-content;padding-left:8px}
.radio{display:inline-flex;align-items:center;box-shadow:none;outline:none}.radio__outer-dot{display:flex;justify-content:center;align-items:center;height:16px;min-height:16px;width:16px;min-width:16px;border:1px solid #626c7a;border-radius:50%}.radio__inner-dot{width:6px;height:6px;border-radius:50%}.radio__mark{pointer-events:none}.radio--selected .radio__outer-dot{border-color:#006dcc;background-color:#006dcc}.radio--selected .radio__inner-dot{background-color:#fff}
.radio-with-label{max-width:fit-content;padding:8px;border-radius:4px;cursor:pointer}.radio-with-label.interaction-state--focused,.radio-with-label.interaction-state:focus,.radio-with-label.interaction-state:focus-within{background-color:rgba(67,82,122,.08)}.radio-with-label.interaction-state--focused .radio__outer-dot,.radio-with-label.interaction-state:focus .radio__outer-dot,.radio-with-label.interaction-state:focus-within .radio__outer-dot{border-color:#006dcc}.radio-with-label.interaction-state--disabled,.radio-with-label.interaction-state--read-only{cursor:not-allowed}.radio-with-label.interaction-state--disabled .radio__outer-dot,.radio-with-label.interaction-state--read-only .radio__outer-dot{border-color:#c5ccd6}.radio-with-label.interaction-state--disabled .label-wrapper__label-component__label,.radio-with-label.interaction-state--read-only .label-wrapper__label-component__label{color:#363e48;pointer-events:none}.radio-with-label.interaction-state--disabled .radio--selected .radio__outer-dot{background-color:#c5ccd6;border-color:#c5ccd6}.radio-with-label.interaction-state--read-only .radio--selected .radio__outer-dot{background-color:rgba(0,109,204,.48);border-color:rgba(0,109,204,0)}.radio-with-label .label-wrapper__component{grid-column:1/1;align-self:center;justify-self:start}.radio-with-label.label-wrapper{grid-template-rows:1fr;grid-column-gap:8px}.radio-with-label.label-wrapper.label-wrapper--with-label{grid-template-columns:max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__component{grid-column:1/1}.radio-with-label.label-wrapper.label-wrapper--with-label .label-wrapper__label-component__label{grid-column:2/2;align-self:center;justify-self:start;color:#030c17;font-size:14px;line-height:16px}.radio-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:3/3}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip{grid-template-columns:max-content max-content}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__component{grid-column:1/1}.radio-with-label.label-wrapper.label-wrapper--with-help-tooltip .label-wrapper__label-component__help-tooltip{grid-column:2/2;align-self:center;justify-self:start}
.radio-group{display:inline-flex;flex-direction:column}.radio-group--vertical .radio-group__radio-wrapper{flex-direction:column}.radio-group__radio-wrapper{display:flex;flex-direction:row}
.radio-group-with-validation-and-label{max-width:max-content}.radio-group-with-validation-and-label .radio-group{padding:0}.radio-group-with-validation-and-label .radio-group--vertical{grid-row:2/2}.radio-group-with-validation-and-label .radio-group--vertical+.label-wrapper__label-component__help-tooltip{grid-row:1/1;padding-left:8px}.radio-group-with-validation-and-label>.label-wrapper>.label-wrapper__label-component__help-tooltip{align-self:center}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__label{max-width:min-content;padding-left:8px}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-label>.label-wrapper__label-component__help-tooltip{padding-right:8px}.radio-group-with-validation-and-label>.label-wrapper.label-wrapper--with-help-tooltip:not(.label-wrapper--with-label){grid-template-rows:1fr auto}.radio-group-with-validation-and-label.data-validation{border:none}.radio-group-with-validation-and-label.data-validation--success .label-wrapper__label-component__label{color:#21a08c}.radio-group-with-validation-and-label.data-validation--warning .label-wrapper__label-component__label{color:#995e00}.radio-group-with-validation-and-label.data-validation--error .label-wrapper__label-component__label{color:#b60825}.radio-group-with-validation-and-label.data-validation+.data-validation__message{max-width:max-content;padding-left:8px}
.dropdown{position:relative}.dropdown .dropdown__input .data-validation{grid-template-columns:1fr auto auto}.dropdown .dropdown__input .data-validation__icon{margin-right:6px}.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled){cursor:pointer}.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled) .text-input,.dropdown .dropdown__input .label-wrapper__component:not(.interaction-state--read-only):not(.interaction-state--disabled) .text-input__input{cursor:pointer;padding:0 0 0 8px}.dropdown--is-open:not(.dropdown--is-filterable) .text-input__input{caret-color:transparent}.dropdown--is-open.dropdown--is-filterable .text-input,.dropdown--is-open.dropdown--is-filterable .text-input__input{cursor:text}.dropdown--is-open .data-validation__message{display:none}.dropdown__dropdown-arrow{grid-column:3/3;fill:#626c7a;margin-right:6px}.dropdown__dropdown{position:absolute;margin-top:2px;z-index:3;background-color:#fff;width:100%}.dropdown .label-wrapper--with-help-tooltip:not(.label-wrapper--with-label)+.dropdown__dropdown{width:calc(100% - 22px)}
.multi-select__filter-wrapper{padding:8px;border-bottom:1px solid #c5ccd6}.multi-select__filter .button__icon{pointer-events:none}.multi-select__options-wrapper{overflow-y:auto;overflow-x:hidden;padding:4px 0}.multi-select__options-wrapper--height-restricted{max-height:300px}.multi-select--with-header .multi-select__option{padding:6px 24px}.multi-select--can-select-multiple .multi-select__option{padding:0 16px}.multi-select--can-select-multiple .multi-select__icon+.multi-select__selection{margin-left:4px}.multi-select__subtitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:10px;font-weight:normal;grid-column:1/2;margin-right:20px;padding:0px;width:100%}.multi-select__option{position:relative;display:grid;grid-template-columns:1fr;align-items:center;justify-items:start;grid-column-gap:4px;padding:6px 12px;cursor:pointer;font-family:"Noto Sans";font-size:14px;letter-spacing:.5px;line-height:20px;text-decoration:none;color:#030c17}.multi-select__option--has-icon:not(.multi-select__option--has-checkbox),.multi-select__option--has-checkbox:not(.multi-select__option--has-icon){grid-template-columns:max-content 1fr}.multi-select__option--has-icon.multi-select__option--has-checkbox{grid-template-columns:max-content max-content 1fr}.multi-select__option--has-checkbox.multi-select__option--has-icon-wrapper .multi-select__subtitle{grid-column:3/4}.multi-select__option--has-checkbox:not(.multi-select__option--has-icon-wrapper) .multi-select__subtitle{grid-column:2/3}.multi-select__option--has-icon-wrapper:not(.multi-select__option--has-checkbox) .multi-select__subtitle{grid-column:2/3}.multi-select__option .checkbox-with-label.interaction-state--focused,.multi-select__option .checkbox-with-label.interaction-state:focus,.multi-select__option .checkbox-with-label.interaction-state:focus-within{background-color:transparent}.multi-select__option--focused{color:#030c17;background-color:rgba(0,109,204,.16)}.multi-select__option--selected{background-color:#eef0f5;font-weight:600}.multi-select__option--disabled{cursor:not-allowed}.multi-select__option--selected.multi-select__option--focused{color:#030c17;background-color:rgba(0,109,204,.16)}.multi-select__separator{display:block;height:1px;background-color:#c5ccd6;margin-left:12px}.multi-select__separator-wrapper{width:calc(100% - 12px);margin-bottom:3px}.multi-select__header{width:100%;display:flex;position:relative;margin-left:2px}.multi-select__header-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#363e48;padding:6px 12px;font-weight:500;font-size:12px;line-height:16px;letter-spacing:1px;cursor:default}.multi-select__selection{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:20px;width:100%}.multi-select__icon{fill:#626c7a;height:16px;width:16px}.multi-select__pagination{display:flex;justify-content:space-between;padding:0 4px}.multi-select__pagination .button__inside{padding:5px}.multi-select__pagination-previous{margin-right:8px}.multi-select__pagination-next{margin-left:8px}.multi-select__pagination-page{color:#030c17;font-size:10px;padding-top:12px}
.tree ul{list-style-type:none}.tree ul>li{position:relative}.tree ul>li::before,.tree ul>li::after{content:"";position:absolute;display:block;left:-0.6rem;width:1rem}.tree ul>li::before{top:-0.5rem;height:1rem}.tree ul>li::after{top:.5rem;height:100%}.tree ul:first-child>li::before,.tree ul:first-child>li::after{display:none}.tree ul>li:last-child::after{display:none}.tree .content{user-select:none}.tree__branch{margin-left:17px}.tree__trim{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.tree__leaf{margin-left:12px}.tree__leaf--checked-child-hidden .legacy-nx-checkbox__text{font-weight:bold}.tree__leaf-content{display:flex}.tree__leaf--end{margin-left:28px;position:relative}.tree__leaf--end::before{margin-left:28px;content:"";position:absolute;display:block;top:-8px;left:-52px;width:16px;height:16px}.tree__leaf--end::after{margin-left:28px;content:"";position:absolute;display:block;top:-1px;left:-42px}.tree__leaf--expanded{position:relative}.tree__leaf--checkbox{display:flex;flex-direction:column}.tree__leaf--checkbox .legacy-nx-checkbox{display:flex;margin:0}.tree__leaf--checkbox .legacy-nx-checkbox__box{margin:0px 8px 12px 12px}.tree__leaf--checkbox .legacy-nx-checkbox__text{display:flex;flex-grow:1;align-items:center;letter-spacing:normal;margin-top:-2px;overflow:hidden;user-select:none;color:inherit}.tree__leaf--checkbox-wrap{flex-grow:1;max-width:100%}.tree__leaf-content--has-button .tree__leaf--checkbox-wrap{max-width:calc(100% - 16px)}.tree__leaf-trigger{height:16px;width:16px;flex-shrink:0}.tree__leaf-trigger svg{height:100%;width:100%}.tree-depth-0>li>.tree__leaf--collapsed{margin:0px}.tree-depth-0>li>.tree__leaf--expanded{margin:0px}.tree-depth-0>li>.tree__leaf--end{margin-left:16px}.tree-depth-0>li>.tree__leaf--end::after{display:none}.tree-depth-0>li>.tree__leaf--end::before{display:none}
.legacy-nx-checkbox{display:flex;align-items:flex-start;cursor:pointer;margin:10px auto}.legacy-nx-checkbox__box{position:relative;width:16px;min-width:16px;height:16px;margin:0 10px 0 0;background-color:#fff;border-radius:2px;border-width:1px;border-style:solid;border-color:#d9dbdc;outline:none}.legacy-nx-checkbox--checked .legacy-nx-checkbox__box,.legacy-nx-checkbox--checked-mixed .legacy-nx-checkbox__box{background-color:#006dcc;border-color:#006dcc}.legacy-nx-checkbox--checked .legacy-nx-checkbox__box:hover,.legacy-nx-checkbox--checked-mixed .legacy-nx-checkbox__box:hover{background-color:#0057a3}.legacy-nx-checkbox--disabled{opacity:.4;cursor:not-allowed}.legacy-nx-checkbox--disabled:focus,.legacy-nx-checkbox--disabled:active,.legacy-nx-checkbox--disabled:focus .legacy-nx-checkbox__box,.legacy-nx-checkbox--disabled:active .legacy-nx-checkbox__box{background-color:#fff;border-color:#d9dbdc;box-shadow:none}.legacy-nx-checkbox--disabled.legacy-nx-checkbox--checked:focus .legacy-nx-checkbox__box,.legacy-nx-checkbox--disabled.legacy-nx-checkbox--checked:active .legacy-nx-checkbox__box{background-color:#006dcc;border-color:#006dcc}.legacy-nx-checkbox__mark{fill:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.legacy-nx-checkbox__text{font-family:"Noto Sans";font-size:14px;letter-spacing:.5px;color:#67757f;flex-shrink:2;line-height:20px}
.nx-heading{color:#030c17;font-family:"Noto Sans";font-weight:600;letter-spacing:auto;margin-bottom:16px}.nx-heading--bg-dark{color:#fff}.nx-heading--h1{font-size:32px;line-height:40px;font-weight:600}.nx-heading--h2{font-size:24px;line-height:32px;font-weight:600}.nx-heading--h3{font-size:20px;line-height:24px;font-weight:600}.nx-heading--h4{font-size:16px;line-height:20px;font-weight:600}.nx-heading--h5{font-size:14px;line-height:16px;font-weight:400;text-transform:uppercase}
.nx-text{font-family:"Noto Sans";font-weight:400;letter-spacing:.2px}.nx-text--bg-dark{color:#fff}.nx-text--disabled{color:#c5ccd6}.nx-text--disabled--bg-dark{color:#626c7a}.nx-text--italic{font-style:italic}.nx-text--primary{font-size:14px;line-height:20px;font-weight:400}.nx-text--captions{font-size:12px;line-height:16px;font-weight:400}.nx-heading+.nx-text,.nx-text+.nx-text{margin-top:8px}
.inline-text{color:#030c17;font-family:"Noto Sans";letter-spacing:.2px;font-size:14px;line-height:20px;font-weight:400}.inline-text--bg-dark{color:#fff}.inline-text--italic{font-style:italic}.inline-text--disabled{color:#c5ccd6}.inline-text--disabled--bg-dark{color:#626c7a}
.wizard__container{display:flex;flex-direction:column;height:100%}.wizard__heading{background:linear-gradient(-225deg, #1F273D 0%, #050E28 100%)}.wizard__heading-elements-container{margin:2% 10% 0% 10%;display:grid;grid-template-columns:36px repeat(auto-fit, minmax(25px, 1fr));grid-template-rows:64px 24px;grid-row-gap:12px}.wizard__step-container{color:#fff;display:flex;flex-direction:row;height:100%;align-items:center}.wizard__step-container:first-child{width:100%;justify-content:center}.wizard__step-container:first-child .wizard__step-line{width:0px}.wizard__step-line{height:1px;width:calc(100% - 37px);margin-left:-2px;margin-top:8px}.wizard__step-circle-container{width:37px;height:100%;display:grid;grid-row-gap:16px}.wizard__step-title{margin:0px -100% 0 -100%;text-align:center;color:#e6f1fa;justify-content:center}.wizard__step-container--complete .wizard__step-circle{border:1px solid #21a08c;fill:#21a08c;color:#fff}.wizard__step-container--complete .wizard__step-line{background-color:#21a08c}.wizard__step-container--complete .wizard__step-circle-pointer{display:none;fill:transparent;stroke:transparent}.wizard__step-container--complete .wizard__step-text{fill:#e6f1fa}.wizard__step-container--current .wizard__step-circle{border:#e6f1fa;fill:#e6f1fa}.wizard__step-container--current .wizard__step-line{background:linear-gradient(90deg, #21A08C 0%, #E6F1FA 97%)}.wizard__step-container--current .wizard__step-circle-pointer{fill:#e6f1fa;stroke:#e6f1fa}.wizard__step-container--current .wizard__step-title{font-weight:600}.wizard__step-container--future .wizard__step-circle{stroke:#e6f1fa;fill:transparent;color:#fff}.wizard__step-container--future .wizard__step-line{background-color:#e6f1fa}.wizard__step-container--future .wizard__step-circle-pointer{fill:transparent;stroke:transparent}.wizard__step-container--future .wizard__step-text{fill:#e6f1fa}
.avatar-circle{align-items:center;background-color:#43527a;border:2px solid #eef0f5;border-radius:50%;display:flex;justify-content:center;height:40px;width:40px;position:relative;overflow:hidden}.avatar-circle--large{height:56px;width:56px}.avatar-circle--xl{border-width:4px;height:80px;width:80px}.avatar-circle--compact{border-width:1px;height:32px;width:32px}.avatar-circle:active{background-color:#363e48}.avatar-circle__initials{user-select:none;color:#fff;font-size:16px;z-index:10;font-family:"Noto Sans"}.avatar--large .avatar-circle__initials{font-size:24px}.avatar--xl .avatar-circle__initials{font-size:32px}.avatar--compact .avatar-circle__initials{font-size:14px;letter-spacing:.2px}.avatar-circle__flare--bottom{background:linear-gradient(0.1turn, rgba(67, 82, 122, 0.2) 10%, rgba(255, 255, 255, 0.2));position:absolute;border-radius:50%;height:100%;width:100%;top:25%;left:25%}.avatar:hover .avatar-circle .avatar-circle__flare--bottom,a:hover>.avatar .avatar-circle .avatar-circle__flare--bottom{background:linear-gradient(0.1turn, rgba(67, 82, 122, 0.4) 10%, rgba(255, 255, 255, 0.4))}.avatar-circle__flare--top{background:linear-gradient(0.1turn, rgba(67, 82, 122, 0.2) 10%, rgba(255, 255, 255, 0.2));position:absolute;border-radius:50%;height:100%;width:100%;top:-25%;left:-25%}.avatar:hover .avatar-circle .avatar-circle__flare--top,a:hover>.avatar .avatar-circle .avatar-circle__flare--top{background:linear-gradient(0.1turn, rgba(67, 82, 122, 0.4) 10%, rgba(255, 255, 255, 0.4))}.avatar-circle__badge{position:absolute;bottom:0;right:0;background:#21a08c;border:2px solid #fff;border-radius:50%;height:11px;width:11px;z-index:400}.avatar-circle__badge--warning{background:#f2bb30}.avatar-circle__badge--error{background:#e53d59}.avatar-circle__badge--compact{bottom:-1px;right:-1px;border-width:1px}.avatar-circle__badge--large{bottom:2px;right:2px;height:14px;width:14px}.avatar-circle__badge--xl{bottom:5px;right:5px;border:3px solid #fff;height:18px;width:18px}
.avatar-label{background-color:#363e48;border-radius:4px;padding:4px 16px;height:24px;white-space:nowrap;display:flex;justify-content:center;align-items:center;position:absolute;top:48px;min-width:40px;transition:opacity .2s ease-out;opacity:0;z-index:-1}.avatar-label--compact{top:40px;min-width:32px}.avatar-label--large{top:64px;min-width:56px}.avatar-label--xl{top:88px;min-width:80px}.avatar:hover>.avatar-label{opacity:1;z-index:1}
.avatar{align-items:center;cursor:pointer;display:inline-flex;flex-direction:column;position:relative}
.menu-options__header{width:100%;display:flex;position:relative;margin-left:2px}.menu-options__header-title{color:#363e48;padding:4px 12px 4px 12px;font-weight:500;font-size:12px;letter-spacing:1px;cursor:default}.menu-options__separator{background-color:#c5ccd6;margin-left:12px;width:100%;height:1px}.menu-options__separator-wrapper{width:calc(100% - 24px);margin-top:4px;margin-bottom:4px}.menu-options__menu{width:100%}.menu-options__menu-item{cursor:pointer;display:flex;align-items:center;font-family:"Noto Sans";font-size:14px;letter-spacing:.5px;line-height:16px;padding:8px 12px 8px 22px;position:relative;text-decoration:none;color:#030c17;background-color:#fff}.menu-options__menu-item-wrapper{width:100%;display:flex;position:relative;margin-left:2px}.menu-options__menu-item--hovered{color:#030c17;background-color:rgba(0,109,204,.16)}.menu-options__menu-item--selected{background-color:#eef0f5;font-weight:600}.menu-options__menu-item--disabled{color:#99a1ad;cursor:default}.menu-options__menu-item--disabled:hover{color:#99a1ad;background-color:inherit}.menu-options__menu-item .menu-option-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-options__selection{margin-right:10px;min-width:73px;display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menu-options__help-icon{position:absolute;height:16px;width:16px;top:50%;transform:translateY(-50%);right:8px;border-radius:50%;border-width:12px;visibility:hidden}.menu-options__help-icon--hovered{visibility:visible;background:#fff;fill:#626c7a;border-radius:50%}.menu-options__item-icon{height:16px;width:16px;margin-right:8px}.menu-options__item-icon .menu-options__menu-item{padding-left:12px}.menu-options__right-arrow{height:16px;width:16px}.menu-options__sub-menu{position:absolute;left:100%;top:-4px;min-width:120px;max-width:170px;width:100%;display:none;background-color:#fff;color:#030c17;padding-top:4px;padding-bottom:4px}.menu-options--push-left .menu-options__sub-menu{right:100%;left:auto}.menu-options__help-icon .menu-options__sub-menu{fill:#fff;background:#626c7a}.menu-options__menu-item:hover>.menu-options__sub-menu,.menu-options__menu:focus-within .menu-options__sub-menu{display:block}
.menu{position:absolute;display:flex;flex-direction:column;z-index:109;min-width:120px;background-color:#fff;border-radius:2px;border:1px solid #fff}
.context-menu{display:flex;flex-direction:column}.context-menu__header{display:flex;align-items:center;color:#363e48;font-weight:500;font-size:12px;letter-spacing:1px;line-height:16px;padding:8px 12px;white-space:nowrap}.context-menu__separator{border-top:1px solid #c5ccd6;margin:4px 12px}.context-menu-option{cursor:pointer;display:flex;align-items:center;color:#030c17;font-family:"Noto Sans";font-size:14px;letter-spacing:.5px;line-height:16px;padding:8px 12px;text-decoration:none;background-color:#fff}.context-menu-option:hover{color:#030c17;background-color:rgba(0,109,204,.16)}.context-menu-option:hover .context-menu-option__help-icon{visibility:visible;background:#fff;fill:#626c7a}.context-menu-option--in-group{padding-left:24px}.context-menu-option__icon{height:16px;width:16px;fill:#363e48;margin-right:8px}.context-menu-option__content{flex:1 1 0px;margin-right:20px;min-width:73px;display:flex;white-space:nowrap}.context-menu-option__right-arrow{height:16px;width:16px;fill:#363e48}.context-menu-option__help-icon{height:16px;width:16px;fill:#363e48;margin-right:4px;border-radius:50%;border-width:12px;visibility:hidden}.context-menu-option__help-icon-wrapper{display:flex;align-items:center}.context-menu-option--disabled{color:#99a1ad;cursor:default}.context-menu-option--disabled:hover{color:#99a1ad;background-color:inherit}
.portal-context-menu{z-index:109;max-width:280px;min-width:120px;padding-top:4px;padding-bottom:4px;background-color:#fff}
.header-dropdown{display:flex;font-size:14px;height:100%;position:relative}.header-dropdown__trigger{display:flex;align-items:center;cursor:pointer}.header-dropdown__menu{border-radius:2px;box-shadow:0 2px 2px -2px rgba(3,12,23,.2),0 2px 2px 0 rgba(3,12,23,.14),0 2px 8px 0 rgba(3,12,23,.12);display:flex;color:#fff;flex-direction:column;position:absolute;padding:4px 0;margin-top:4px;right:0;top:100%;z-index:500}.header-dropdown__menu-link,.header-dropdown__menu>a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;padding:10px 20px;white-space:nowrap}.header-dropdown__menu-link:focus,.header-dropdown__menu-link:hover,.header-dropdown__menu>a:focus,.header-dropdown__menu>a:hover{background-color:#006dcc;color:#fff;outline:none}.header-dropdown--light .header-dropdown__menu{background-color:#fff}.header-dropdown--dark .header-dropdown__menu{background-color:#1f273d}.header-dropdown--right-aligned .header-dropdown__menu{right:unset;left:0}
.compact-nav{align-items:center;justify-content:center;background:linear-gradient(-225deg, #1F273D 0%, #050E28 100%);box-shadow:0 2px 2px -2px rgba(3,12,23,.2),0 2px 2px 0 rgba(3,12,23,.14),0 2px 8px 0 rgba(3,12,23,.12);display:flex;font-family:"Noto Sans";height:40px;padding:0 16px;width:100%}.compact-nav__logo{height:24px;margin-right:16px}.compact-nav__logo--link{cursor:pointer}.compact-nav__heading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:normal;margin-bottom:16px;margin-right:24px;margin-top:16px}.compact-nav__divider{height:16px;margin-right:16px;width:1px}.compact-nav__divider--dark{background-color:#fff}.compact-nav__flexible-space{flex-grow:1;visibility:hidden}.compact-nav__link{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding-left:8px;padding-right:8px}.compact-nav__link--active,.compact-nav__link--selected,.active>.compact-nav__link,.compact-nav__link:hover,.compact-nav__link:focus{background:#626c7a}.compact-nav__link:hover,.compact-nav__link:focus{outline:none}.active>.compact-nav__link{box-shadow:inset 0 -2px 0 0 #fff}.compact-nav__link--selected{box-shadow:inset 0 -2px 0 0 #fff}.compact-nav__icon{display:block;fill:#c5ccd6;height:16px;width:16px;margin:auto}.compact-nav .avatar{display:flex;justify-content:center}.compact-nav .avatar--circle-container{margin:0}.compact-nav__sibling-link{display:flex;align-items:center}.compact-nav__sibling-link-icon{margin-right:4px}
.global-navigation{align-items:center;background:#030c17;display:inline-flex;font-family:"Noto Sans";font-size:14px;font-weight:400;height:56px;width:100%;background-image:linear-gradient(-135deg, #1F273D 0%, #050E28 100%);box-shadow:0 2px 2px -2px rgba(3,12,23,.2),0 2px 2px 0 rgba(3,12,23,.14),0 2px 8px 0 rgba(3,12,23,.12)}.global-navigation__app-container{height:56px;display:flex;position:relative;width:100%}.global-navigation__navigations{display:flex;width:100%}.global-navigation__navigations>li:not(.navigation-tab--position-right):hover{background-image:linear-gradient(-180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 97%)}.global-navigation__avatar{display:flex;position:absolute;right:40px;top:3px}.global-navigation__logo{height:100%;margin:0;width:auto;display:flex;color:#030c17;line-height:56px;justify-content:space-evenly;align-items:center;padding-right:16px;padding-left:34px}.global-navigation .navigation-tab__link{color:#fff}.global-navigation .navigation-tab--selected{box-shadow:inset 0 -2px 0 0 #fff;background-image:linear-gradient(-180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 97%)}.global-navigation .navigation-tab--position-right{margin-left:auto}.global-navigation .navigation-tab--position-right+.global-navigation .navigation-tab--position-right{margin-left:unset}.navigation-tab{height:100%;margin:0;width:auto}.navigation-tab__link{display:flex;height:100%;cursor:pointer;color:#030c17;line-height:56px;justify-content:space-evenly;align-items:center;padding-right:16px;padding-left:16px}.navigation-tab__dropdown{display:flex;height:100%;color:#fff;cursor:pointer;line-height:56px;justify-content:space-evenly;align-items:center;padding-right:8px;padding-left:16px}.navigation-tab__dropdown--open:not(.navigation-tab--position-right){box-shadow:inset 0 -2px 0 0 #c5ccd6;background-image:linear-gradient(-180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 97%)}
.navigation-dropdown-menu{cursor:pointer;display:flex;font-weight:400;font-size:14px;position:relative;z-index:500;background:#1f273d}.navigation-dropdown-menu--open .navigation-dropdown-menu__container{transform:translateY(0);opacity:1;transition:transform .15s ease-in-out,opacity .05s ease-out .1s;background-image:linear-gradient(-180deg, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 97%)}.navigation-dropdown-menu__container{position:absolute;top:4px;width:240px;font-family:"Noto Sans";z-index:500;box-shadow:0 2px 4px -2px rgba(3,12,23,.2),0 4px 4px 0 rgba(3,12,23,.14),0 2px 12px 0 rgba(3,12,23,.12);border-radius:2px;transform:translateY(-100%);opacity:0;transition:transform .15s ease-in-out,opacity .05s}.navigation-dropdown-menu--position-right .navigation-dropdown-menu__container{right:0}.navigation-dropdown-menu__links{padding:4px 0;background:#1f273d;color:#eef0f5;border-radius:2px}.navigation-dropdown-menu__link{padding:10px 20px;white-space:nowrap}.navigation-dropdown-menu__link:not(.navigation-dropdown-menu__link__link--section-info):hover{background:#006dcc;color:#fff}.navigation-dropdown-menu__link--section-info{padding:0px 20px 10px 20px;margin-left:12px;color:#eef0f5;white-space:initial;position:relative}.navigation-dropdown-menu #nx-version-titles{margin-left:0px;font-size:12px;padding:15px 15px;position:relative}.navigation-dropdown-menu #nx-version-titles::before{content:"";border-top:1px solid #eef0f5;bottom:40px;right:12px;left:12px;position:absolute}.navigation-dropdown-menu__link--disabled{padding:10px 20px;white-space:nowrap;background-color:#43527a}.navigation-dropdown-menu__link--disabled:hover{cursor:not-allowed}
.dropdown-arrow{width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fafafb;margin-left:8px;cursor:pointer;transition:transform .1s linear}.dropdown-arrow.dropdown-arrow--open{transform:rotate(180deg);border-top-color:#e6f6ff}.dropdown-arrow.dropdown-arrow--selected{border-top-color:#e6f6ff}
.navigation-tab{user-select:none}
.nav-tabs{width:100%;display:flex;align-items:center;flex-direction:row;padding:0px 20px;border-bottom:1px solid #c5ccd6}.nav-tabs .navigation-tab{display:flex;align-items:center;margin-right:16px;border-bottom:2px solid transparent;cursor:pointer;align-self:stretch;width:auto}.nav-tabs .navigation-tab__link{font-weight:500;padding:0}.nav-tabs .navigation-tab--selected .navigation-tab__link,.nav-tabs .navigation-tab:hover .navigation-tab__link{color:#006dcc}.nav-tabs .navigation-tab--selected{border-bottom:2px solid #006dcc}.nav-tabs--main .navigation-tab{height:44px}.nav-tabs--main .navigation-tab--selected .navigation-tab__link,.nav-tabs--main .navigation-tab:hover .navigation-tab__link{color:#006dcc}.nav-tabs--main .navigation-tab__link{font-size:14px;line-height:44px}.nav-tabs--secondary .navigation-tab{height:34px;border-top:2px solid transparent}.nav-tabs--secondary .navigation-tab__link{font-size:12px}
.notification-count{background-color:#ed2151;border-radius:50%;color:#fff;cursor:pointer;font-size:10px;font-weight:500;height:15px;letter-spacing:0px;line-height:9px;padding-top:4px;position:absolute;text-align:center;width:15px}.notification-count--double-digit{border-radius:7px;width:19px}.notification-count--overflowed{height:12px;width:12px}.notification-count__dot{background-color:#fff;border-radius:50%;height:4px;position:absolute;right:4px;top:4px;width:4px}
.ps-theme-scrollable{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none;position:relative;width:100%;height:100%;min-height:inherit;max-height:inherit;padding-right:0;padding-bottom:0}@supports(-ms-overflow-style: none){.ps-theme-scrollable{overflow:auto !important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps-theme-scrollable{overflow:auto !important}}.ps-theme-scrollable.ps-active-x>.ps-scrollbar-x-rail,.ps-theme-scrollable.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:#f1f0f0}.ps-theme-scrollable.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#f1f0f0;opacity:1}.ps-theme-scrollable.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#10c6f4;height:6px}.ps-theme-scrollable.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#f1f0f0;opacity:1}.ps-theme-scrollable.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#10c6f4;width:6px}.ps-theme-scrollable>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:.7;transition:background-color .2s linear,opacity .2s linear;bottom:0;height:6px}.ps-theme-scrollable>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#67757f;border-radius:0;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;bottom:0;height:6px}.ps-theme-scrollable>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-theme-scrollable>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:6px}.ps-theme-scrollable>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:.7;transition:background-color .2s linear,opacity .2s linear;right:0;width:6px}.ps-theme-scrollable>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#67757f;border-radius:0;transition:background-color .2s linear,height .2s linear,width .2s ease-in-out,border-radius .2s ease-in-out;right:0;width:6px}.ps-theme-scrollable>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-theme-scrollable>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:6px}.ps-theme-scrollable:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#f1f0f0;opacity:1}.ps-theme-scrollable:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#10c6f4;height:6px}.ps-theme-scrollable:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#f1f0f0;opacity:1}.ps-theme-scrollable:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#10c6f4;width:6px}.ps-theme-scrollable:hover>.ps-scrollbar-x-rail,.ps-theme-scrollable:hover>.ps-scrollbar-y-rail{opacity:1}.ps-theme-scrollable:hover>.ps-scrollbar-x-rail:hover{background-color:#f1f0f0;opacity:1}.ps-theme-scrollable:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#10c6f4}.ps-theme-scrollable:hover>.ps-scrollbar-y-rail:hover{background-color:#f1f0f0;opacity:1}.ps-theme-scrollable:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#10c6f4}.ps-theme-scrollable>.ps-scrollbar-x-rail,.ps-theme-scrollable>.ps-scrollbar-y-rail{box-sizing:content-box}.ps-theme-scrollable>.ps-scrollbar-x-rail:hover,.ps-theme-scrollable>.ps-scrollbar-y-rail:hover{cursor:pointer}.ps-theme-scrollable.ps-active-x{padding-bottom:7px}.ps-theme-scrollable.ps-active-x>.ps-scrollbar-x-rail{border-top:1px solid #d9dbdc;transform:translateY(0)}.ps-theme-scrollable.ps-active-y{padding-right:7px}.ps-theme-scrollable.ps-active-y>.ps-scrollbar-y-rail{border-left:1px solid #d9dbdc;transform:translateX(0)}
.filter-group{display:flex}.filter-group__option{position:relative;border:1px solid #c5ccd6;color:#626c7a;fill:#626c7a;font-size:12px;line-height:16px;margin-left:-1px}.filter-group__option-inner-wrapper{display:flex;align-items:center;margin:1px;padding:5px 11px;border:1px solid transparent}.filter-group__option-icon{height:16px;width:16px}.filter-group__option-icon+.filter-group__option-label{padding-left:8px}.filter-group__option:disabled{cursor:not-allowed;color:#c5ccd6;fill:#c5ccd6}.filter-group__option--hovered{border-color:#006dcc;color:#006dcc;fill:#006dcc}.filter-group__option--hovered .filter-group__default-notch--outer{border-top-color:#006dcc}.filter-group__option--hovered+.filter-group__option{border-left-color:transparent}.filter-group__option--focused{border-color:#0057a3;color:#0057a3;fill:#0057a3}.filter-group__option--focused .filter-group__option-inner-wrapper{border-color:#0057a3}.filter-group__option--focused .filter-group__default-notch--outer{border-top-color:#0057a3}.filter-group__option--focused+.filter-group__option{border-left-color:transparent}.filter-group__option--selected{border-color:#006dcc;background-color:#006dcc;color:#fff;fill:#fff}.filter-group__option--selected:disabled{border-color:#c5ccd6;background-color:#c5ccd6;color:#363e48;fill:#363e48}.filter-group__option--selected .filter-group__default-notch--outer{border-top-color:#006dcc}.filter-group__option--selected+.filter-group__option{border-left-color:transparent}.filter-group__option--selected.filter-group__option--hovered{border-color:#0057a3;background-color:#0057a3}.filter-group__option--selected.filter-group__option--focused{border-color:#0057a3;background-color:#fff;color:#fff}.filter-group__option--selected.filter-group__option--focused .filter-group__option-inner-wrapper{border-color:#0057a3;background-color:#0057a3}.filter-group--read-only .filter-group__option{cursor:not-allowed;opacity:.48}.filter-group--icon-only .filter-group__option-inner-wrapper,.filter-group--icon-only.filter-group--large .filter-group__option-inner-wrapper{padding:3px 11px}.filter-group--large .filter-group__option{font-size:14px;line-height:24px}.filter-group--large .filter-group__option-inner-wrapper{padding:7px 15px}.filter-group--large .filter-group__option-icon{height:24px;width:24px}.filter-group__default-notch--outer{position:absolute;top:0;right:calc(50% - 6px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #c5ccd6}.filter-group__default-notch--inner{position:absolute;top:-1px;right:calc(50% - 6px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}
.panel{background-color:#fff;position:relative;display:flex;flex-direction:column;flex-grow:1;flex-shrink:1}.panel__header{display:grid;grid-template-columns:auto;grid-auto-columns:max-content;grid-auto-flow:column;gap:6px;align-items:center;border-bottom:1px solid #e1e5ed;padding:2px 16px 1px}.panel__header .panel__title{justify-self:start;min-height:16px;line-height:16px;font-size:12px;font-weight:600;letter-spacing:.2px;color:#030c17}.panel__header .panel__action-icon{justify-self:end;fill:#43527a}.panel__header .panel__action-icon:hover{cursor:pointer}.panel__close-icon--small .button__icon{transform:scale(0.4285714286)}.panel__content{overflow-y:auto;padding:8px 16px}
.floating-panel{position:absolute;background-color:#fff;border-radius:4px;display:flex;flex-direction:column}.floating-panel__drag-bar{background-color:#f7f8fa;border-top-left-radius:4px;border-top-right-radius:4px;display:flex;flex-direction:column;justify-self:start}.floating-panel__drag-bar-handle{cursor:pointer;place-self:center;fill:#43527a;height:12px;width:24px}.floating-panel__panel{flex-grow:1;justify-self:stretch;overflow-y:hidden;border-bottom-left-radius:4px;border-bottom-right-radius:4px}
.micro-panel{border-radius:4px}
@keyframes slide-in-from-left{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes slide-in-from-right{from{transform:translateX(100%)}to{transform:translateX(0)}}.tool-panel{position:relative;display:grid;grid-template-rows:auto;height:auto;max-height:100%;background-color:#fff;border-radius:4px}.tool-panel__panel{grid-row:1;flex-grow:1;justify-self:stretch;overflow-y:hidden}.tool-panel__panel .panel__title{font-family:"Noto Sans";font-size:14px;line-height:20px}.tool-panel__footer{grid-row:2;display:flex;justify-content:space-between;flex-wrap:wrap;gap:6px;padding:8px 16px;background-color:#f7f8fa;border:none;border-top:1px solid #e1e5ed}.tool-panel__toolbar{grid-row:1;display:grid;grid-template-rows:auto;gap:6px;place-content:start center;background-color:#f7f8fa;border:none;padding:8px}.tool-panel__toolbar-icon{fill:#43527a}.tool-panel--size-small{width:226px}.tool-panel--size-medium{width:342px}.tool-panel--size-large{width:458px}.tool-panel--overlay-absolute{position:absolute}.tool-panel--overlay-fixed{position:fixed;top:0;left:0;height:100vh}.tool-panel--position-right{animation:slide-in-from-right 1s ease-in-out .2ms both;grid-template-columns:max-content auto}.tool-panel--position-right.tool-panel--overlay-absolute,.tool-panel--position-right.tool-panel--overlay-fixed{left:auto;right:0}.tool-panel--position-right .tool-panel__toolbar{grid-column:1;border-right:1px solid #e1e5ed;border-bottom-left-radius:4px;border-top-left-radius:4px}.tool-panel--position-right .tool-panel__panel,.tool-panel--position-right .tool-panel__footer{grid-column:2}.tool-panel--position-right .tool-panel__panel{border-top-right-radius:4px}.tool-panel--position-right .tool-panel__footer{border-bottom-right-radius:4px}.tool-panel--position-left{animation:slide-in-from-left 1s ease-in-out .2ms both;grid-template-columns:auto max-content}.tool-panel--position-left .tool-panel__toolbar{grid-column:2;border-left:1px solid #e1e5ed;border-bottom-right-radius:4px;border-top-right-radius:4px}.tool-panel--position-left .tool-panel__panel,.tool-panel--position-left .tool-panel__footer{grid-column:1}.tool-panel--position-left .tool-panel__panel{border-top-left-radius:4px}.tool-panel--position-left .tool-panel__footer{border-bottom-left-radius:4px}.tool-panel:not(.tool-panel--position-left):not(.tool-panel--position-right) .tool-panel__panel{border-top-left-radius:4px;border-top-right-radius:4px}.tool-panel:not(.tool-panel--position-left):not(.tool-panel--position-right):not(.tool-panel--with-footer) .tool-panel__panel{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.tool-panel:not(.tool-panel--position-left):not(.tool-panel--position-right).tool-panel--with-footer .tool-panel__footer{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.tool-panel:not(.tool-panel--with-footer).tool-panel--position-left .tool-panel__panel{border-bottom-left-radius:4px}.tool-panel:not(.tool-panel--with-footer).tool-panel--position-right .tool-panel__panel{border-bottom-right-radius:4px}.tool-panel--with-footer{grid-template-rows:auto max-content}.tool-panel--with-footer .tool-panel__toolbar{grid-row-end:span 2}
.card-group .card{margin:16px}
.card{min-height:124px;min-width:444px;border:1px solid #c5ccd6;border-radius:4px;padding:24px 32px 16px 32px;box-shadow:none}.card:focus{box-shadow:0 0 0 1px #006dcc,0 0 7px 0 #006dcc}.card.card--selected{box-shadow:0px 2px 2px -2px rgba(3,12,23,.2),0px 2px 2px 0px rgba(3,12,23,.14),0px 2px 8px 0px rgba(3,12,23,.12)}.card.card--selected:focus{box-shadow:0px 2px 2px -2px rgba(3,12,23,.2),0px 2px 2px 0px rgba(3,12,23,.14),0px 2px 8px 0px rgba(3,12,23,.12),0 0 0 1px #006dcc,0 0 7px 0 #006dcc}.card:hover{box-shadow:0px 4px 4px -2px rgba(3,12,23,.2),0px 8px 12px 0px rgba(3,12,23,.14),0px 2px 20px 0px rgba(3,12,23,.12);border-color:#006dcc}.card:hover:focus{box-shadow:0px 4px 4px -2px rgba(3,12,23,.2),0px 8px 12px 0px rgba(3,12,23,.14),0px 2px 20px 0px rgba(3,12,23,.12),0 0 0 1px #006dcc,0 0 7px 0 #006dcc}.card--dark{background-color:unset;color:#030c17}.card--dark.card--selected{background-color:rgba(0,109,204,.08);border-color:#006dcc}.card--dark.card--selected,.card--dark.card--selected>p,.card--dark.card--selected>h1,.card--dark.card--selected>h2,.card--dark.card--selected>h3,.card--dark.card--selected>h4{color:#030c17;fill:#030c17}.card--light{background-color:#fff;color:#030c17}.card--light.card--selected{background-color:#1f273d;border-color:#1f273d}.card--light.card--selected,.card--light.card--selected>p,.card--light.card--selected>h1,.card--light.card--selected>h2,.card--light.card--selected>h3,.card--light.card--selected>h4{color:#fff;fill:#fff}
.blind{display:block;border-top:1px solid #c5ccd6;border-bottom:1px solid #c5ccd6}.blind__summary{display:flex;align-items:center;height:52px;padding:16px;padding-left:8px;cursor:pointer;transition:background-color .25s ease-out}.blind__detail{height:0px;transition:height .25s ease}.blind__detail>.blind__inner-detail{padding:16px;padding-left:32px;margin-top:4px;opacity:0;transition:background-color .25s ease-out,opacity .125s ease-out}.blind__indicator{margin-right:12px;transform:rotateZ(0);transition:transform .2s ease-in}.blind--expanded{border-top:1px solid #626c7a;border-bottom:1px solid #626c7a}.blind--expanded+.blind{border-top:1px solid #626c7a}.blind--expanded>.blind__summary{background:#eef0f5}.blind--expanded>.blind__summary>.blind__indicator{transform:rotateZ(90deg)}.blind--expanded>.blind__detail{display:block;height:auto;margin-bottom:8px}.blind--expanded>.blind__detail>.blind__inner-detail{background:#eef0f5;opacity:1}.blind--selected{border-top:1px solid #006dcc;border-bottom:1px solid #006dcc}.blind--selected+.blind{border-top:1px solid #006dcc}.blind--selected>.blind__summary>.blind__indicator{fill:#006dcc}.blind--disabled{color:#c5ccd6}.blind:not(.blind--expanded):hover,.blind:not(.blind--expanded):focus{background:rgba(0,109,204,.04)}.blind:not(.blind--disabled):hover,.blind:not(.blind--disabled):focus{border-top:1px solid #006dcc;border-bottom:1px solid #006dcc;outline:0}.blind:not(.blind--disabled):hover+.blind,.blind:not(.blind--disabled):focus+.blind{border-top:1px solid #006dcc}.blind:not(.blind--disabled):hover>.blind__summary>.blind__indicator,.blind:not(.blind--disabled):focus>.blind__summary>.blind__indicator{fill:#006dcc}.blind--expanded .blind--expanded .blind__summary{border-bottom:1px solid #c5ccd6}
.blinds{display:flex;flex-direction:column;width:100%}.blinds .blind:not(:last-of-type){border-bottom:0}.blinds .blind .blind__indicator{display:none}.blinds--indication .blind .blind__indicator{display:block}.blinds--indication .blind .blind__inner-detail{padding-left:42px}.blinds--indication .blinds--indication .blind .blind__inner-detail{padding-left:30px}.blinds .blinds .blind{margin-left:-12px}.blinds.theme--dark .blind--expanded>.blind__summary{background-color:#fff}.blinds.theme--dark .blind--expanded>.blind__detail>.blind__inner-detail{background-color:#fff}.blinds.density--compact .blind__summary{height:44px}
.data-tip{position:absolute;font-family:"Noto Sans";font-size:12px;color:#030c17;z-index:90}.data-tip__content{position:absolute;top:-16px;display:flex;flex-wrap:wrap;min-width:240px;max-width:420px;padding:16px;background:#fff;border-radius:4px;border:1px solid #1f273d}.data-tip .arrow-icon{position:absolute;fill:#1f273d;transform:rotate(90deg);top:-3px;left:-8px}.data-tip--push-left .data-tip__content{right:0px}.data-tip--push-left .arrow-icon{transform:rotate(-90deg);right:-8px;left:auto}.data-tip--push-above .data-tip__content{top:0px;left:-16px}.data-tip--push-above .arrow-icon{transform:none;left:-6px}.data-tip--push-below .data-tip__content{top:0px;left:-16px;right:auto}.data-tip--push-below .arrow-icon{transform:rotate(180deg);left:-6px;right:auto}.data-tip--push-below.data-tip--push-left .data-tip__content,.data-tip--push-above.data-tip--push-left .data-tip__content{left:0;right:0}
