*,*:before,*:after{box-sizing:border-box}body{margin:0}html{-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none}ul[role=list],ol[role=list]{list-style:none}body{min-height:100vh;line-height:1.5}h1,h2,h3,h4,button,input,label{line-height:1.1}h1,h2,h3,h4{text-wrap:balance}img,picture{max-width:100%;display:block}input,button,textarea,select{font-family:inherit;font-size:inherit}textarea:not([rows]){min-height:10em}:target{scroll-margin-block:5ex}.header{position:relative;padding-top:50px;overflow:hidden}.header__nav{z-index:100;position:fixed;left:0;right:0;top:0;background-color:#fff;border-bottom:1px solid #3f76ba}.header__nav__container{padding:0 32px;width:100%;margin:0 auto;max-width:calc(clamp(1256px,70vw,1400px) + 64px);display:flex;align-items:center;justify-content:flex-end;gap:8px;height:50px}@media(max-width:768px){.header__nav__container{max-width:calc(clamp(1256px,70vw,1400px) + 32px)}}@media(max-width:768px){.header__nav__container{padding:0 16px}}.header__nav__container .button.tertiary{padding:4px 12px}.header__nav__usermenu{position:relative}.header__nav__list{margin:0;list-style:none;position:absolute;transform:translateY(-5px);transition:all ease-out .3s;background-color:#fff;padding:8px 22px;border-radius:15px;box-shadow:0 4px 12px #15234c4d;min-width:250px;right:0}.header__nav__list:not(.is--active){opacity:0;visibility:hidden;transform:translateY(5px)}.header__nav__list__item:not(:last-child){border-bottom:1px solid rgba(21,35,76,.3019607843)}.header__nav__list__item__link{text-decoration:none;display:flex;justify-content:flex-start;padding:12px 5px 12px 0;gap:10px;align-items:center;color:#2d529b!important}.header__nav__list__item__link:hover{text-decoration:none}.header__nav__list__item__link:hover .header__nav__list__item__link__text{text-decoration:underline}.header__nav__list__item__link:not(:last-child){border-bottom:1px solid rgba(45,82,155,.2)}.header__nav__list__item__link span{margin-bottom:.0125rem}.header__nav__list__item__link .icon{width:22px;height:22px}.header-background{background-image:url(/images/bg-header.svg);background-position:41%;background-repeat:no-repeat;background-size:cover;pointer-events:none}.header-background__container{padding:0 32px;width:100%;margin:0 auto;max-width:calc(clamp(1256px,70vw,1400px) + 64px);position:relative;display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.header-background__container{max-width:calc(clamp(1256px,70vw,1400px) + 32px)}}@media(max-width:768px){.header-background__container{padding:0 16px}}.header-background__logo{flex-shrink:0;position:relative;height:82px;width:390px;background-image:url(/images/bg-header-shape.svg);background-position:-62px calc(100% + 1px);background-size:cover;background-repeat:no-repeat}@media(max-width:992px){.header-background__logo{height:65px;margin-left:-16px;background-position-x:-200px}}@media(max-width:768px){.header-background__logo{background-position-x:-255px}}@media(min-width:577px){.header-background__logo{z-index:101}}.header-background__logo__img{position:absolute;bottom:14px;left:115px;width:45%;max-width:175px;max-height:unset}@media(max-width:992px){.header-background__logo__img{bottom:6px;left:20px;width:35%;width:110px}}@media(max-width:576px){.header-background__logo__img{width:80px}}.footer{background-image:url(/images/bg-footer.png);background-repeat:no-repeat;background-position:top center;background-size:cover;background-color:#3f76ba;color:#fff;min-height:300px;padding:40px 0}.footer a,.footer strong,.footer p{color:#fff!important}.footer a:visited{color:#fff}.footer a:hover{text-decoration:underline}@media(max-width:992px){.footer{min-height:unset;margin-top:32px}}.footer__link{color:#fff;text-decoration:none;font-weight:700;display:flex;align-items:center;gap:4px}.footer__container{padding:0 32px;width:100%;margin:0 auto;max-width:calc(clamp(1256px,70vw,1400px) + 64px)}@media(max-width:768px){.footer__container{max-width:calc(clamp(1256px,70vw,1400px) + 32px)}}@media(max-width:768px){.footer__container{padding:0 16px}}.footer__top{display:flex;justify-content:space-between;gap:40px}@media(max-width:992px){.footer__top{flex-wrap:wrap}}.footer__column__title{font-size:1.25rem;font-weight:700;margin-bottom:4px}.footer__column>p{margin:8px 0}.footer__column img{max-width:120px}.footer__bottom{display:grid;grid-gap:20px 40px;justify-content:space-between;padding-top:25px;margin-top:50px;border-top:1px solid #ffffff}@media(min-width:993px){.footer__bottom{grid-template-columns:repeat(2,auto)}}.footer__bottom__links{display:flex;align-items:center;flex-wrap:wrap;line-height:1;gap:10px}.footer__bottom__links__copyright{margin-right:8px}.footer__bottom__links a{color:#fff;text-decoration:none}.footer__bottom__links a:not(:last-child):after{border-right:1px solid white;content:"";margin-left:8px}@media(max-width:992px){.footer__bottom__links{order:10}}.footer__bottom__socials{display:flex;gap:6px}.footer__bottom__social{list-style-type:none}.footer__bottom__social svg{width:48px;height:48px;fill:#fff}.page{width:100%;margin:0 auto;max-width:calc(clamp(1256px,70vw,1400px) + 64px);display:flex;flex-direction:column;padding:40px 16px 60px;flex-grow:1;height:100%}@media(max-width:768px){.page{max-width:calc(clamp(1256px,70vw,1400px) + 32px)}}@media(max-width:768px){.page{padding:0 16px}}main{min-height:100vh;display:flex;flex-direction:column}.group{display:flex;gap:8px;align-items:center}.gap-20{gap:20px}.spin{animation:spin 1s infinite linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.intro{color:#15234c;margin:0;max-width:900px}.color-darkblue{color:#2d529b}.mt-0{margin-top:0!important}.mb-0{margin-bottom:0!important}.mt--0{margin-top:-0px!important}.mb--0{margin-bottom:-0px!important}.gap-0{gap:0px!important}.mt-4{margin-top:4px!important}.mb-4{margin-bottom:4px!important}.mt--4{margin-top:-4px!important}.mb--4{margin-bottom:-4px!important}.gap-4{gap:4px!important}.mt-8{margin-top:8px!important}.mb-8{margin-bottom:8px!important}.mt--8{margin-top:-8px!important}.mb--8{margin-bottom:-8px!important}.gap-8{gap:8px!important}.mt-12{margin-top:12px!important}.mb-12{margin-bottom:12px!important}.mt--12{margin-top:-12px!important}.mb--12{margin-bottom:-12px!important}.gap-12{gap:12px!important}.mt-16{margin-top:16px!important}.mb-16{margin-bottom:16px!important}.mt--16{margin-top:-16px!important}.mb--16{margin-bottom:-16px!important}.gap-16{gap:16px!important}.mt-24{margin-top:24px!important}.mb-24{margin-bottom:24px!important}.mt--24{margin-top:-24px!important}.mb--24{margin-bottom:-24px!important}.gap-24{gap:24px!important}.mt-32{margin-top:32px!important}.mb-32{margin-bottom:32px!important}.mt--32{margin-top:-32px!important}.mb--32{margin-bottom:-32px!important}.gap-32{gap:32px!important}.mt-48{margin-top:48px!important}.mb-48{margin-bottom:48px!important}.mt--48{margin-top:-48px!important}.mb--48{margin-bottom:-48px!important}.gap-48{gap:48px!important}.mt-64{margin-top:64px!important}.mb-64{margin-bottom:64px!important}.mt--64{margin-top:-64px!important}.mb--64{margin-bottom:-64px!important}.gap-64{gap:64px!important}.lh-1{line-height:1.125}.text-lg{font-size:1.125rem}.inline-block{display:inline-block}.w-100{width:100%}.flex{display:flex}.inline-flex{display:inline-flex}.flex-column{flex-direction:column}.w-full{width:100%}.align-center{align-items:center}.align-start{align-items:flex-start}.checkbox-margin{margin-top:.125rem!important}.hidden{visibility:hidden}.w-500{max-width:500px;display:inline-block}.relative{position:relative}.loading,.disabled{opacity:.6}.loading{pointer-events:none}.disabled{opacity:.6}hr{border:unset;border-bottom:1px solid #c9cfd3;margin:8px 0}hr .large{margin:40px 0 30px}.buttons{display:flex;justify-content:flex-end;gap:16px}.buttons>button{min-width:80px;justify-content:center}small{color:#90949b;font-weight:400}a{color:#01aee1;text-decoration:none}a:visited{color:#42276f}a:hover{text-decoration:underline}.loader-icon:not(.visible){display:none}.counter{background-color:#ff9e02;color:#fff;border-radius:100px;font-size:1rem;padding:0 7px;display:inline-grid;align-items:center;margin-bottom:0!important}.counter span{margin-bottom:0!important}.p-tooltip{font-size:1rem;line-height:1.25}:root{--p-tooltip-background: #01aee1 !important;--p-tooltip-gutter: 4px;--p-select-background: #e2f6ff;--p-select-border-color: transparent;--p-select-hover-border-color: transparent;--p-select-focus-border-color: Highlight;--p-select-padding-x: 12px;--p-select-padding-y: 8px;--p-select-border-radius: 2px;--p-select-transition-duration: 0s;--p-select-dropdown-width: 2.5rem;--p-select-dropdown-color: #a2a6ad;--p-select-overlay-background: #ffffff;--p-select-overlay-border-color: #d6dbdf;--p-select-overlay-border-radius: 4px;--p-select-overlay-color: #15234c;--p-select-overlay-shadow: 0px 4px 12px 0px rgba(47, 51, 68, .3);--p-select-list-padding: 4px;--p-select-list-gap: 0;--p-select-option-focus-background: #e2f6ff;--p-select-option-selected-background: #01aee1;--p-select-option-selected-focus-background: #01aee1;--p-select-option-color: #15234c;--p-select-option-focus-color: #15234c;--p-select-option-selected-color: #ffffff;--p-select-option-selected-focus-color: #ffffff;--p-select-option-padding: 6px 12px;--p-select-option-border-radius: 2px;--p-select-clear-icon-color: #a2a6ad;--p-select-checkmark-color: #01aee1;--p-select-sm-font-size: 1.125rem}.auth-layout{display:grid;grid-template-columns:1fr 1fr;height:100vh;position:relative}@media(min-width:993px){.auth-layout{overflow:hidden}}@media(max-width:992px){.auth-layout{grid-template-columns:100%;grid-template-rows:auto 1fr}}@media(max-width:992px){.auth-layout__image-container{max-width:unset;width:100%;padding:20px}}.auth-layout__image{object-fit:cover;height:100vh;width:100%;pointer-events:none}@media(max-width:992px){.auth-layout__image,.auth-layout__image__background{display:none}}.auth-layout__image__background{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;object-position:left top;z-index:0}.auth-layout__image__mobile{display:none;max-width:120px}@media(max-width:992px){.auth-layout__image__mobile{display:block}}.auth-layout__content-container{display:flex;align-items:flex-start;justify-content:center;position:relative;z-index:2;background-color:#fff;padding-top:20vh;overflow-y:scroll}@media(max-width:1200px){.auth-layout__content-container{padding-top:10vh}}@media(max-width:768px){.auth-layout__content-container{padding-top:20px}}.auth-layout__content{max-width:750px;padding:60px;width:100%}@media(min-width:1201px){.auth-layout__content{max-width:900px}}@media(min-width:1401px){.auth-layout__content{max-width:1300px}}@media(min-width:1801px){.auth-layout__content{max-width:1100px}}@media(max-width:992px){.auth-layout__content{padding:40px}}@media(max-width:768px){.auth-layout__content{padding:20px}}.auth-layout__container{margin-top:24px}@media(min-width:1201px){.auth-layout__container{width:95%}}@media(min-width:1401px){.auth-layout__container{width:80%}}@media(min-width:1801px){.auth-layout__container{width:70%}}.auth-layout__container input{width:100%}.login-page__form__wrapper{display:flex;gap:8px;flex-direction:column;margin:16px 0}.login-page .error-message{color:#e72f27;font-weight:700}.login-page .error-message ul{list-style-type:none;padding-left:0}.login-page .group{position:relative;display:flex;flex-direction:column;align-items:unset}.login-page__login__view-password{border:none;margin:0;padding:0;overflow:visible;background:unset;cursor:pointer;font-size:1.125rem;flex-shrink:0;text-align:left;position:absolute;right:-30px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:#01aee1}.login-page__title{font-size:2rem;margin:0}.login-page__subtitle{color:#90949b;font-size:1.25rem}.login-page__account-links{display:inline-flex;flex-direction:column;margin:40px 0 80px;gap:4px}.login-page__other-links{display:flex;gap:20px}.login-page__other-links p{color:#2d529b}.login-page__other-links section{width:100%;padding:24px;border-radius:10px;background:#f5f5f5}.login-page-select-organization__organizations{display:flex;flex-direction:column;gap:8px;margin:24px 0;max-width:500px;width:100%}.login-page-select-organization__organizations label{display:flex;gap:8px;border:1px solid #c2e9fb;border-radius:100px;padding:6px 10px;align-items:center;transition:border-color .3s ease-in-out;cursor:pointer}.login-page-select-organization__organizations label:has(input:checked){border-color:#01aee1}.login-page-select-organization__organizations label input{background-color:#c2e9fb;border:unset;transition:background-color .3s ease-in-out}.login-page-select-organization__organizations label input :before,.login-page-select-organization__organizations label input:checked:before{content:unset!important}.login-page-select-organization__organizations label input:checked,.login-page-select-organization__organizations label input:focus-visible{background-color:#01a746}.login-page-select-organization__organizations label input:focus-visible{outline:none}.login-page-select-organization__organizations label span{color:#01aee1;font-size:18px;-webkit-user-select:none;user-select:none}.breadcrumbs{display:inline-flex;gap:8px;align-items:center}.breadcrumbs span{margin-bottom:.125rem}.icon{display:inline-block;vertical-align:middle;color:var(--600e6b3a)}.notification-container{position:fixed;z-index:2000;right:16px;bottom:16px;display:flex;flex-direction:column;gap:10px}.notification{width:500px;background:#fff;padding:16px 32px 16px 12px;border-radius:10px;box-shadow:0 4px 12px #2f33444d;transition:all .3s ease-in-out;display:flex;flex-direction:row;position:relative;overflow:hidden}.notification.success{--theme-color: #01a746}.notification.warning{--theme-color: #ff9e02}.notification.error{--theme-color: #e72f27}.notification.info{--theme-color: #01aee1}.notification:before{background:var(--theme-color);content:"";width:8px;height:100%;position:absolute;top:0;bottom:0;left:0}.notification__icon{display:flex;align-items:center;padding:0 12px;flex-shrink:0}.notification__content{display:flex;flex-direction:column}.notification__content strong{font-size:18px;color:#2d529b}.notification__content p{font-size:16px;margin:0}.notification__button{border:none;margin:0;padding:0;overflow:visible;background:unset;cursor:pointer;font-size:1.125rem;flex-shrink:0;text-align:left;height:100%;position:absolute;width:48px;right:0;top:0;display:flex;align-items:center;justify-content:center}.notification-enter-from{transform:translate(150%);opacity:0}.notification-enter-to{transform:translate(0);opacity:1}.notification-leave-from{opacity:1}.notification-leave-to{opacity:0}.sms-verification-component__form-wrapper{margin-top:16px}.sms-verification-component__input-wrapper{display:flex;gap:8px}.sms-verification-component__input-wrapper>input,.sms-verification-component__input-wrapper>span{flex-shrink:0}.sms-verification-component__otp-label{margin-top:16px;font-size:1.125rem;margin-bottom:4px}.sms-verification-component__success,.sms-verification-component__error{display:flex;align-items:center;gap:8px}.sms-verification-component__error{color:#e72f27}.sms-verification-component__success{color:#01a746;gap:4px}.sms-verification-component .button.link{text-decoration:none}.loader{width:50px;height:50px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#01aee1;animation:spin 1s ease-in-out infinite;margin:0 auto}.loader-container{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:999}@keyframes spin{to{-webkit-transform:rotate(360deg)}}.recaptcha-component{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.recaptcha-component .recaptcha-error{color:#e72f27;font-size:.875rem;text-align:center}.register-component{position:relative}.register-component__reveal-password{position:absolute!important;top:50%;right:-28px;height:22px!important;transform:translateY(-50%);border-radius:0!important}@media(max-width:768px){.register-component .smaller{width:calc(100% - 16px)}}.svg-icon-button{border-radius:0!important}.modal{border:none;border-radius:15px;padding:0;max-width:90vw;max-height:90vh;box-shadow:0 4px 30px #07121966}.modal::backdrop{background:#15234c80}.modal__container{background:#fff;padding:42px;position:relative;border-radius:15px}.modal.is--small .modal__container{padding:16px 32px 16px 16px}.modal__close-button{position:absolute!important;height:max-content!important;right:0!important;top:0!important;padding-top:8px!important}.modal__content{max-height:80vh;padding:8px;overflow-y:auto;overscroll-behavior:contain}.modal.is--small .modal__content{padding:20px}.modal:not(.is--small) .modal__content{min-width:600px}.modal.is--small .modal__content{min-width:400px}.modal__content h2{margin-top:0}.modal__footer{justify-content:flex-end;display:flex;gap:16px;padding:0 8px}.modal.is--small .modal__footer{padding:0 20px}.expandable-container{width:100%;background:#f5f5f5;display:grid;transition:grid-template-rows .3s ease-in-out,padding .3s ease-in-out;grid-template-rows:0fr;padding:0 30px}.expandable-container.is--open{grid-template-rows:1fr;padding:30px}.expandable-container input,.expandable-container textarea{background-color:#fff}.expandable-container:not(.is--open) .expandable-container__wrapper,.expandable-container.is--transitioning .expandable-container__wrapper{overflow:hidden}.expandable-container__divider{border:unset;border-bottom:1px solid #c9cfd3;margin:40px 0 30px}.expandable-container__footer{display:flex;gap:16px;justify-content:flex-end}.table table{width:100%;color:#15234c;border-collapse:separate;border-spacing:0 2px;font-size:1.125rem}.table table th{color:#2d529b;text-align:left;padding:16px 12px;font-size:1.2rem;white-space:nowrap}.table table td{padding:12px;line-height:24px;border-bottom:1px solid #d6dbdf;border-top:1px solid #d6dbdf}.table table td:first-child{border-left:1px solid #d6dbdf;border-top-left-radius:2px;border-bottom-left-radius:2px}.table table td:last-child{border-right:1px solid #d6dbdf;border-top-right-radius:2px;border-bottom-right-radius:2px}@media(max-width:768px){.table table td{padding:4px 12px}}.table table td.shrink{width:0}.table table td:has(button){padding:6px 12px}.table table tr:not(:has(th)):not(.edit-form):hover{background:#e2f6ff;cursor:pointer}.table table tr:not(:has(th)):not(.edit-form).active:not(:hover){background-color:#f5f5f5}.table table .table.nested tr:not(:first-child):not(.edit-form):hover{background:#fff}.table table tr:has(th){position:relative}.table table tr:has(th):after{content:"";position:absolute;background:#d6dbdf;height:1px;inset:auto 0 8px}.table .edit-form>td{padding:0;border:0;transform:translateY(-2px)}.table__actions-container{display:flex;justify-content:flex-end;gap:8px}.table__actions-container button{padding-right:0!important;padding-left:0!important}.table__action-button{position:relative;transition:transform .1s ease-out}.table__action-button:not(.button){border:none;margin:0;overflow:visible;background:unset;cursor:pointer;font-size:1.125rem;flex-shrink:0;text-align:left;padding:6px}.table__action-button:disabled{cursor:not-allowed;opacity:.6!important}.table__action-button.button{padding:6px 12px!important}.table__action-button:after{width:100%!important;background:#01aee1;inset:0}.table__action-button.disabled{opacity:1}.table__action-button.disabled:after{background-color:#17c9fe}.table__cell-wrapper{width:max-content}.organizations-search.nested input{background-color:#fff}.organizations-search.nested input:hover,.organizations-search.nested input:active,.organizations-search.nested input:focus-visible{background-color:#fff!important}.organizations-search .search-wrapper{margin:16px 0;display:flex;gap:8px}.organizations-search .search-wrapper input{width:500px}.organizations-search .table button:disabled{opacity:1}.connect-organization{position:relative}.connect-organization__create-form{position:relative;margin-top:16px;max-width:600px}.connect-organization__file-section{display:flex;flex-direction:column;gap:8px;margin-top:16px}.connect-organization .file-upload{display:grid;grid-template-columns:175px 0 max-content max-content;align-items:center}.connect-organization .file-upload:not(:has(.button.primary)){padding:12px 0}.connect-organization__address-grid{display:grid!important;grid-template-columns:3.5fr 1.5fr 1.5fr;gap:16px!important}.connect-organization__address-grid input{width:100%!important}.connect-organization__administrator-choice{margin-top:16px;display:flex;flex-direction:column;gap:4px}.connect-organization__administrator-choice__email{max-width:530px;padding-left:1.4rem!important}.progressbar{margin-top:8px;flex-grow:1}.progressbar__items{display:flex;flex-wrap:nowrap;gap:4px}.progressbar__items.small{max-width:900px}.progressbar__item{width:100%;border:none;background:#f5f5f5;text-decoration:none;color:#2d529b;display:grid;place-items:center;position:relative;height:50px}.progressbar.not-navigable .progressbar__item:hover{cursor:default}.progressbar__item>span{display:inline-flex;align-items:center;gap:8px}.progressbar__item:hover:not(:disabled){background:#e3e8ec}.progressbar__item.is--active{background:#01aee1;color:#fff}.progressbar__item.is--active:hover{background:#0098de}.progressbar__item:disabled{opacity:.6;cursor:not-allowed}.progressbar__item:before{content:"";position:absolute;background:inherit;width:18px;height:100%;inset:0 auto 0 -16px;display:block;clip-path:polygon(100% 0%,100% 100%,0% 100%,81.25% 50%,0% 0%,100% 0%)}.progressbar__item:after{content:"";position:absolute;background:#fff;width:18px;height:calc(100% + 2px);inset:-1px -1px -1px auto;display:block;clip-path:polygon(100% 0%,100% 100%,0% 100%,81.25% 50%,0% 0%,100% 0%)}.progressbar__item:first-child:before{content:unset}.progressbar__item:last-child:after{content:unset}.save-bar{position:sticky;bottom:0;background:#fff;padding:4px 0;margin-top:20px}.save-bar__container{display:flex;justify-content:flex-end;gap:16px}.secure-account__form-wrapper{margin-top:16px;max-width:530px}.secure-account__code{margin-top:16px}.secure-account__code legend{font-size:1.125rem}.secure-account__otp-label{margin-top:16px;font-size:1.125rem;margin-bottom:4px}.secure-account__success,.secure-account__error{display:flex;align-items:center;gap:8px}.secure-account__error{color:#e72f27}.secure-account__success{color:#01a746;gap:4px}.complete-account-data{position:relative}.complete-account-data__form{max-width:530px}.waiting-for-manager-dialog{width:500px;position:relative}.generic-dialog{display:flex;flex-direction:column;justify-content:space-between;max-width:400px}.generic-dialog__buttons{display:flex;justify-content:flex-end;gap:16px;margin-top:36px}.verification-sent{max-width:900px}.verification-sent__button{text-decoration:underline;font-weight:500}.verification-sent ul{list-style-type:none;padding:0;margin:0}.verification-sent ul li{font-weight:700}.activate-organization-page{position:relative}.activate-organization-page__input-wrapper{display:flex;gap:8px;align-items:center}.activate-organization-page__input-wrapper input{width:400px;flex-shrink:0}.post-register-page{display:flex;flex-direction:column;flex-grow:1}.post-register-page .progressbar.small{max-width:700px}.pagination{width:100%;display:flex;justify-content:space-between;align-items:center;gap:16px;margin-top:16px}.pagination__navigation{display:flex;align-items:center;gap:8px;justify-content:center}.pagination__page-size{display:flex;align-items:center;gap:8px}.pagination__page-size label{flex-shrink:0}.pagination__page-size select{color:#2d529b}.pagination__button{color:#2d529b;font-weight:700;padding:4px 8px}.pagination__button.is--active{border-radius:50%;background:#01aee1;color:#fff}.pagination__input-container{display:flex;justify-content:center;align-items:center;gap:8px}.pagination__input-container input{aspect-ratio:1;width:40px;text-align:center;appearance:textfield}.pagination__input-container input::-webkit-outer-spin-button,.pagination__input-container input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.view-organization-data-dialog{max-width:400px}.view-organization-data-dialog ul{list-style-type:none;padding-left:0}.view-organization-data-dialog__button-container{display:flex;justify-content:flex-end;gap:8px}.add-or-edit-organization-dialog{max-width:600px;position:relative}.add-or-edit-organization-dialog ul{list-style-type:none;padding-left:0}.add-or-edit-organization-dialog__button-container{padding-top:16px;display:flex;justify-content:flex-end;gap:8px}.add-or-edit-organization-dialog input{width:100%}.add-or-edit-organization-dialog .file-upload{display:grid;grid-template-columns:175px 0 minmax(0,max-content) minmax(0,max-content);align-items:center}.add-or-edit-organization-dialog .file-upload:not(:has(.button.primary)){padding:12px 0}.invite-user-dialog{width:500px;min-height:500px}.invite-user-dialog__instruments-grid{display:flex;flex-direction:column;gap:8px}.invite-user-dialog__instruments-grid__row{display:grid;grid-template-columns:40% 60%;align-items:center}.invite-user-dialog__instruments-grid__row:first-child{border-bottom:1px solid #c9cfd3}.invite-user-dialog__instruments-grid__row:nth-last-child(-n+2) .p-select-overlay{transform:translateY(-100%);top:0!important;bottom:auto!important}.invite-user-dialog__instruments-grid__row:has(.p-select.p-disabled){cursor:not-allowed}.activate-organization-dialog{display:flex;flex-direction:column}.activate-organization-dialog.page--1{width:700px}.activate-organization-dialog.page--2,.activate-organization-dialog.page--3{width:400px}.activate-organization-dialog__code-input-wrapper{display:flex;gap:8px;flex-direction:column}.activate-organization-dialog__code-input-wrapper input{width:400px}.activate-organization-dialog__container{display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.activate-organization-dialog__button-container{display:flex;gap:16px;justify-content:flex-end}.manage-user-rights-dialog{min-height:200px;width:400px}.manage-user-rights-dialog__section{border-bottom:1px solid #d6dbdf;padding-bottom:8px}.manage-user-rights-dialog__radio-buttons{display:flex;flex-direction:column;gap:2px}.request-access-dialog{max-width:400px}.my-organizations-table{position:relative}.my-organizations-table table tr.organization-inactive,.my-organizations-table table tr.organization-pending{cursor:not-allowed!important}.my-organizations-table table tr.organization-inactive:hover,.my-organizations-table table tr.organization-pending:hover{background-color:#fff!important}.my-organizations-table table tr.organization-inactive.active:hover,.my-organizations-table table tr.organization-pending.active:hover{background-color:#f5f5f5!important}.my-organizations-table table tr.organization-inactive td,.my-organizations-table table tr.organization-pending td{border-top-style:dashed;border-bottom-style:dashed;border-width:2px}.my-organizations-table table tr.organization-inactive td>span,.my-organizations-table table tr.organization-pending td>span{opacity:.5}.my-organizations-table table tr.organization-inactive td:first-child,.my-organizations-table table tr.organization-pending td:first-child{border-left-style:dashed}.my-organizations-table table tr.organization-inactive td:last-child,.my-organizations-table table tr.organization-pending td:last-child{border-right-style:dashed}.my-organizations-table table tr.is-self{background-color:#fff}.connect-organization-dialog{width:500px;min-height:200px;position:relative;display:flex;justify-content:space-between;flex-direction:column;gap:16px}.connect-organization-dialog__buttons{display:flex;justify-content:flex-end;gap:8px}.connect-organization-dialog ul{padding-left:0;list-style-type:none}.connect-organization-dialog .height-auto{height:auto}.handle-inbox-message-dialog{width:500px}.messages-page{position:relative;min-height:500px}.messages-page .table tr:hover{cursor:default!important}body{font-feature-settings:"clig" off,"liga" off;font-family:Calibri,sans-serif;text-rendering:optimizeLegibility;font-size:1.125rem;font-style:normal;font-weight:400;line-height:1.5}h1,h2,h3,h4{font-weight:700;font-style:normal;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;word-break:break-word;color:#01aee1;transform:translateY(-.1rem);margin-bottom:1rem}h1.inline,h2.inline,h3.inline,h4.inline{margin-bottom:.25rem}h1{font-size:2rem;line-height:87.5%}h2{font-size:1.5rem;line-height:100%}h3{font-size:1.25rem;line-height:120%}h4{font-size:1.125rem;line-height:120%}:where(p,a,strong,em,li):not(.p-component *){margin:0}:where(p,a,strong,em,li):not(.p-component *):not(.small){font-size:1.125rem;line-height:120%;text-underline-offset:4px}:where(p,a,strong,em,li):not(.p-component *).small,:where(p,a,strong,em,li):not(.p-component *).small>*{margin-top:0}.text-big{font-size:1.125rem!important}:where(p,strong,em){color:#15234c}:where(a){color:#01aee1}a:not(.button):visited{color:#01aee1}.button{border:none;margin:0;padding:0;overflow:visible;background:unset;cursor:pointer;flex-shrink:0;display:inline-flex;align-items:center;gap:6px;border-radius:20px;font-size:1.125rem;font-weight:700;position:relative;line-height:1;text-align:left;transition:background-color .3s ease-out,color .3s ease-out,border-color .3s ease-out,opacity .1s ease-out}.button:hover{text-decoration:none}.button:not(.no--padding){padding:6px 12px;border:2px solid transparent}.button span{margin-bottom:.125rem}.button:has(.icon):not(.no--padding){padding-top:4px;padding-bottom:4px}.button:disabled{opacity:.3;cursor:not-allowed}.button.primary,.button{background:#01aee1;color:#fff}.button.primary:hover,.button:hover{background:#0a9cd3}.button.secondary{background:#38509d;color:#fff}.button.secondary:hover{background:#15234c}.button.tertiary{background:#fff;color:#01aee1;border:2px solid #01aee1}.button.tertiary:hover{border-color:#0098de;color:#0098de}.button.green,.button.red,.button.orange,.button.purple{color:#fff}.button.green{background:#01a746}.button.green:hover{background:#017431}.button.red{background:#e72f27}.button.red:hover{background:#c51d16}.button.orange{background:#ff9e02}.button.orange:hover{background:#ce7f00}.button.purple{background-color:#4c265a}.button.purple:hover{background:#2e1736}.button.transparent{background:transparent;color:#01aee1}.button.link{background-color:transparent;color:#01aee1;font-weight:400;padding:0;border:0;font-size:inherit;-webkit-user-select:text;user-select:text}.button.link:hover{text-decoration:underline}.button.transparent:disabled,.button.link:disabled{opacity:.6}.button.reset{background-color:transparent;color:#15234c;font-weight:500;padding-left:0;padding-right:0}.icon{width:22px;height:22px;flex:0 0 auto;fill:currentColor}input,select,textarea{background:#e2f6ff;border:none;padding:6px 10px;border-radius:2px;font-size:1.125rem;color:#15234c}input::placeholder,select::placeholder,textarea::placeholder{color:#3f76ba;opacity:.6}input:disabled,select:disabled,textarea:disabled{background:#f5f5f5;cursor:not-allowed;color:#2d529b;font-style:italic}input.has-error{outline:1px solid #e72f27}[type=search]::-webkit-search-cancel-button{appearance:none}input:not([type=radio]):not([type=radio]):not([type=checkbox]):not([type=search]),textarea{min-height:40px}input:not([type=radio]):not([type=radio]):not([type=checkbox]):not([type=search]):not(:disabled):hover,input:not([type=radio]):not([type=radio]):not([type=checkbox]):not([type=search]):not(:disabled):active,input:not([type=radio]):not([type=radio]):not([type=checkbox]):not([type=search]):not(:disabled):focus-visible,textarea:not(:disabled):hover,textarea:not(:disabled):active,textarea:not(:disabled):focus-visible{background-color:#c2e9fb}select{font-family:Calibri,sans-serif}select option{background:#fff;color:#000}select option:hover{background:#e2f6ff}textarea{width:100%;background:#e2f6ff;resize:vertical}textarea.full-height{height:100%}label{white-space:normal;word-break:break-word;overflow-wrap:normal;-webkit-hyphens:none;hyphens:none;color:#15234c}fieldset{border:0;margin:0;padding:0}legend{padding:0}.flex-wrapper{display:flex;gap:16px;flex-direction:column;margin:16px 0}.form-group{display:flex;flex-direction:column;padding:6px 0;gap:4px}.form-group.horizontal{display:grid;grid-template-columns:1fr 3fr;gap:8px;align-items:center}input[type=checkbox],input[type=radio]{-webkit-appearance:none;appearance:none;background-color:#fff;margin:0;padding:0;font:inherit;display:grid;place-content:center;border:1px solid #a2a6ad;cursor:pointer}input[type=checkbox]:hover:not(:disabled),input[type=radio]:hover:not(:disabled){border-color:#01aee1}input[type=checkbox]:checked:before,input[type=radio]:checked:before{transform:scale(1)}input[type=checkbox]:disabled,input[type=radio]:disabled{color:#d6dbdf;cursor:not-allowed}input[type=checkbox]:before,input[type=radio]:before{content:"";background-color:#01aee1;transform:scale(0)}input[type=checkbox]~label,input[type=radio]~label{-webkit-user-select:none;user-select:none}input[type=checkbox]:not(:disabled)~label,input[type=radio]:not(:disabled)~label{cursor:pointer}input[type=checkbox]:disabled~label,input[type=radio]:disabled~label{cursor:not-allowed;color:#15234c;opacity:60%}label:has(input){-webkit-user-select:none;user-select:none}input[type=checkbox]{width:16px;height:16px;border-radius:0;flex-shrink:0}input[type=checkbox]:before{width:.65em;height:.65em;clip-path:polygon(43.077% 100%,0% 50%,17.308% 30%,41.033% 56.885%,80.846% 0%,100% 17.5%,43.077% 100%)}input[type=radio]{width:14px;height:14px;border-radius:50%}input[type=radio]:before{width:10px;height:10px;border-radius:50%}input[type=file]{width:0;padding:0;min-height:0!important}.form-group:has([required])>label:not(.button):not(.hide-required):after,.required:after{content:"*";color:red;margin-left:4px}input[type=date]{position:relative}input[type=date]::-webkit-calendar-picker-indicator{opacity:0;position:absolute;left:0;width:100%;height:100%;cursor:pointer}@-moz-document url-prefix(){input[type=date]{background:#e2f6ff}}input[data-lpignore]+div[data-lastpass-icon-root]{display:none!important}.validation-error{color:#e72f27}.validation-error:empty{display:none}.profile-page__columns{display:grid;grid-template-columns:1fr 1fr;gap:80px}.profile-page__column{display:flex;flex-direction:column;gap:24px}.profile-page__notification{color:#01a746}.profile-page__notification button{text-decoration:none!important}
