.global-loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffb3;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:900;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.is-checkbox{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;cursor:pointer;-webkit-user-select:none;user-select:none;width:fit-content}.is-checkbox input[type=checkbox]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;width:16px;height:16px;margin:0;border-radius:4px;border:2px solid #424242;background-color:transparent;box-sizing:border-box;cursor:pointer;flex-shrink:0;transition:.2s ease}.is-checkbox input[type=checkbox]:after{content:"";position:absolute;opacity:0;transition:opacity .15s ease}.is-checkbox__label{color:#424242}.is-checkbox--checked input[type=checkbox]{background-color:#0f52ba;border-color:#0f52ba}.is-checkbox--checked input[type=checkbox]:after{opacity:1;top:2px;left:4px;width:3px;height:6px;border:solid #ffffff;border-width:0 2px 2px 0;transform:rotate(45deg)}.is-checkbox--indeterminate input[type=checkbox]{background-color:#0f52ba;border-color:#0f52ba}.is-checkbox--indeterminate input[type=checkbox]:after{opacity:1;top:50%;left:2px;width:calc(100% - 4px);height:2px;background-color:#fff;transform:translateY(-50%)}.is-checkbox--error input[type=checkbox]{border-color:#ff4d4d}.is-checkbox--error.is-checkbox--checked input[type=checkbox],.is-checkbox--error.is-checkbox--indeterminate input[type=checkbox]{background-color:#ff4d4d;border-color:#ff4d4d}.is-checkbox--error .is-checkbox__label{color:#ff4d4d}.is-checkbox:hover input[type=checkbox]{border-color:#0f52ba}.is-checkbox:focus-within input[type=checkbox],.is-checkbox input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 2px #0f52ba40}.is-input{width:100%;-webkit-user-select:none;user-select:none}.is-input input{border-radius:12px;background-color:#fff;min-height:40px}.is-input--invisible .is-input__content,.is-input--invisible .is-input__input{border:none}.is-input--invisible .is-input__footer,.is-input--invisible .is-input__header{display:none}.is-input--invisible .is-input__content:focus-within{border-color:transparent;box-shadow:none}.is-input--invisible.is-input--error .is-input__content{border-bottom:0;background-color:#fff}.is-input--warning .is-input__label{color:#f59f00}.is-input--warning .is-input__input{background-color:#fff9db}.is-input--warning .is-input__content{border-color:#f59f00}.is-input--disabled{opacity:.4}.is-input--disabled .is-input__input{cursor:not-allowed}.is-input--disabled .is-input,.is-input--disabled.is-input--error .is-input{cursor:not-allowed;opacity:.4}.is-input--disabled .is-input__footer p,.is-input--disabled.is-input--error .is-input__footer p{color:transparent}.is-input--squared.is-input--disabled{opacity:.4}.is-input--squared.is-input--disabled .is-input__input{cursor:not-allowed}.is-input__label{font-size:medium}.is-input__input{width:100%;font-size:medium;border:none;background-color:transparent;padding:.5rem .75rem;color:#424242}.is-input__input:focus-visible{outline:none}.is-input__input::placeholder{color:#bdbdbd}.is-input__input:focus{color:#212121}.is-input__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;color:#424242;margin-bottom:8px}.is-input__header__left{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px}.is-input__header__icon{display:inline-flex}.is-input__header__icon svg{width:20px;height:20px;stroke-width:1.5;stroke:currentColor}.is-input__header__right{display:flex;flex-direction:row;justify-content:center;align-items:center}.is-input__header__right a{font-size:16px;margin:0;text-decoration:none;color:#424242}@media (max-width: 767px){.is-input__header__right a{font-size:12px}}.is-input__header__right a:hover{color:#0f52ba}.is-input__content{display:flex;flex-direction:row;justify-content:center;align-items:center;border:1px solid #051a3b;border-radius:12px;transition:.15s ease}.is-input__content:focus-within{border-color:#0f52ba;box-shadow:0 0 0 2px #0f52ba40}.is-input__footer{min-height:28px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.is-input__footer p{-webkit-user-select:none;user-select:none;color:#ff4d4d;margin:0}.is-input--error{font-size:small}.is-input--error input::placeholder{color:transparent}.is-input--error .is-input__content{border-color:#ff4d4d}.is-input--error .is-input__content:focus-within{box-shadow:0 0 0 2px #ff4d4d40}.is-button{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:medium;gap:.25rem;cursor:pointer;-webkit-user-select:none;user-select:none;width:max-content;background-color:transparent;border-radius:.75rem;padding:.5rem 1rem;transition:background-color .25s;border:1px solid transparent}.is-button svg{flex-shrink:0}.is-button:not(:disabled):active{filter:brightness(1.03)}.is-button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.is-button--size-sm{padding:.25rem .5rem;font-size:small}.is-button--size-lg{padding:1rem 1.5rem;font-size:large}.is-button--size-icon{padding:.5rem}.is-button--default{background-color:#051a3b;color:#fff}.is-button--default:not(:disabled):hover{background-color:#0b3d8b}.is-button--destructive{background-color:#ff4d4d;color:#fff}.is-button--destructive:not(:disabled):hover{background-color:#ff1a1a}.is-button--outline{background-color:transparent;color:#051a3b;background-color:#fff;border:1px solid #051a3b}.is-button--outline:not(:disabled):hover{background-color:#f1f5f9;border-color:#0b3d8b;color:#0b3d8b}.is-button--secondary{background-color:#87cefa;color:#fff}.is-button--secondary:not(:disabled):hover{background-color:#56baf8}.is-button--ghost{background-color:transparent;color:#051a3b;box-shadow:none}.is-button--ghost:not(:disabled):hover{background-color:#f1f5f9}.is-button--transparent{background-color:transparent;color:#051a3b;box-shadow:none}.is-button--transparent:not(:disabled):hover{color:#0f52ba}.is-button--link{background-color:transparent;color:#051a3b;box-shadow:none}.is-button--link:not(:disabled):hover{color:#0f52ba;text-decoration:underline;text-underline-offset:4px;background-color:transparent}.is-button--success{background-color:#36a85f;color:#fff}.is-button--success:not(:disabled):hover{background-color:#2a8149}.is-button{min-height:42px}.is-button--transparent{min-height:40px}.is-button--size-default svg{width:18px;height:18px}.is-button--size-icon{width:42px}.is-button--size-icon svg{width:1.125rem;height:1.125rem}.is-button--size-sm{min-height:32px}.is-button--size-sm svg{width:12px;height:12px}.is-button--size-lg{min-height:48px}.is-button--size-lg svg{width:24px;height:24px}.is-stepper{display:flex;flex-direction:row;justify-content:center;align-items:center;height:50px}.is-stepper-node{display:flex;flex-direction:row;justify-content:center;align-items:center;width:25px;height:25px;transform:rotate(45deg);color:#fff}.is-stepper-node svg{transform:rotate(-45deg)}.is-stepper-connector{height:4px;width:60px}.is-stepper-node-wrapper:last-child .is-stepper-connector{display:none}.is-stepper-node-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:50px}.is-stepper-node-wrapper--active .is-stepper-node{border:4px solid #0f52ba}.is-stepper-node-wrapper--active .is-stepper-connector{background-color:#757575}.is-stepper-node-wrapper--default .is-stepper-node{border:4px solid #757575;background-color:transparent}.is-stepper-node-wrapper--default .is-stepper-connector{background-color:#757575}.is-stepper-node-wrapper--checked .is-stepper-node{border:4px solid #0f52ba;background-color:#0f52ba;transition:.6s;transition-property:background-color}.is-stepper-node-wrapper--checked .is-stepper-connector{background-color:#0f52ba}.auto-suggest__wrapper{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.auto-suggest--disabled{opacity:.35}.auto-suggest--disabled .auto-suggest__trigger,.auto-suggest--disabled .is-input__input{cursor:not-allowed}.auto-suggest__title{text-wrap:nowrap;color:#424242}.auto-suggest__trigger{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;position:relative}.auto-suggest__trigger--default{border-bottom:3px solid #e0e0e0}.auto-suggest__trigger--squared{border:1px solid #424242;border-radius:12px}.auto-suggest__trigger--error{border-color:#ff4d4d}.auto-suggest__trigger__showcase{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding-left:8px;height:100%;flex:1;cursor:text}.auto-suggest__trigger__showcase--disabled{cursor:not-allowed}.auto-suggest__trigger__icon--arrow{display:flex;flex-direction:row;justify-content:center;align-items:center;transition:transform .3s ease-in-out}.auto-suggest__trigger__icon--arrow--row-reverse{flex-direction:row-reverse}.auto-suggest__trigger__icon--arrow--open{transform:rotateX(180deg)}.auto-suggest__trigger__icon--search{margin-left:8px}.auto-suggest__trigger__loading{margin-right:4px}.auto-suggest__trigger__loading .loading-spinner{width:20px;height:20px}.auto-suggest__error{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;min-height:28px;color:#ff4d4d;font-size:small}.auto-suggest .is-input__content{height:100%}.auto-suggest .is-input__input{color:#424242;height:100%}.auto-suggest__input{height:100%}.auto-suggest__input--selected .is-input__input{color:#424242}.auto-suggest__results{top:100%;min-width:360px;width:100%;max-width:100vw;position:absolute;z-index:4;max-height:12rem;overflow:auto;background-color:#fff;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;border-radius:12px;margin-top:4px}.auto-suggest__results--empty-state{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;min-height:50px}.auto-suggest__results__result{padding:.75rem 1rem;cursor:pointer}.auto-suggest__results__result:focus,.auto-suggest__results__result:hover{background-color:#f1f5f9;color:#0f52ba}.auto-suggest__results__result--no-data{display:flex;flex-direction:row;justify-content:center;align-items:center}.auto-suggest__results__result--no-data:focus,.auto-suggest__results__result--no-data:hover{background-color:#f9fafb}.client-preview{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:20px;padding-inline:30px;background-color:#fff;color:#051a3b;gap:4px;position:relative;border-radius:12px}.client-preview:hover{background-color:#f1f5f9}.client-preview--clickable{cursor:pointer}.client-preview__link{display:none;position:absolute;right:30px;top:50%;transform:translateY(-50%)}.client-preview:hover .client-preview__link{display:flex;flex-direction:row;justify-content:center;align-items:center}.client-preview__info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.client-preview__info *{margin:0}.client-preview__info__basic{display:flex;flex-direction:row;justify-content:center;align-items:center}.client-preview__info__basic__border{height:14px;border-left:1px solid #051a3b;display:inline-block;margin-right:10px}.client-preview__info__basic__name{font-size:15px;font-size:.9375rem;line-height:23px;font-weight:600;width:124px;margin-right:6px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.client-preview__info__basic__name--show:hover{text-overflow:unset;overflow:unset}.client-preview__info__basic__name--show:hover~.client-preview__info__basic__projects{display:none}.client-preview__info__basic__name--show:hover~.client-preview__info__basic__border{display:none}.client-preview__info__basic__projects{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:small;column-gap:6px}.client-preview__subtext{font-size:12px;font-size:.75rem;line-height:18px;font-weight:400;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;margin:0}.client-preview__subtext svg{width:14px;height:14px}.client-preview__buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:0}.client-preview__buttons__button{width:70px;height:30px}.client-preview__buttons__button .is-button__label{font-size:16px;font-size:1rem;line-height:10px;font-weight:400}.client-preview__buttons__button:hover{background-color:#eee}.client-preview__buttons__button:hover .is-button__label{color:#051a3b}.client-preview__buttons__delete-button svg{fill:#ff4d4d}.client-preview__buttons__delete-button:hover{background-color:#eee}.client-preview--selected{background-color:#f1f5f9}.client-preview--selected .client-preview__info__basic__projects:hover{border-color:#fff}.client-preview--selected .client-preview__info__basic__projects--unclickable:hover{border-color:transparent}.client-preview--selected .client-preview__buttons__delete-button svg{fill:#ff4d4d}.dropdown{position:relative}.dropdown__trigger{position:relative;cursor:pointer}.dropdown__content{box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;border:1px solid #051a3b;border-radius:.75rem;z-index:10;visibility:hidden;position:fixed;direction:auto;width:fit-content}.dropdown__content>ul{list-style:none;padding:0;margin:0;border-radius:.75rem}.dropdown__content>ul>li{word-wrap:break-word;border-radius:.75rem;cursor:pointer}.dropdown__content--open{visibility:visible;animation:openDropdown .3s ease-in-out;transform-origin:top center;background-color:#fff}.dropdown__content--up{transform-origin:bottom center}.dropdown-header-profile-menu__list{background-color:#fff}.dropdown-header-profile-menu__list-item{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#051a3b}@media (max-width: 767px){.dropdown-header-profile-menu__list-item{font-size:15px;font-size:.9375rem;line-height:30px;font-weight:400}}.dropdown-header-profile-menu__list-item:nth-child(1){transform-origin:top center;animation:listItemDropdown .3s 30ms ease-in-out}.dropdown-header-profile-menu__list-item:nth-child(2){transform-origin:top center;animation:listItemDropdown .3s 60ms ease-in-out}.dropdown-header-profile-menu__list-item:nth-child(3){transform-origin:top center;animation:listItemDropdown .3s 90ms ease-in-out}.dropdown-header-profile-menu__list-item:nth-child(4){transform-origin:top center;animation:listItemDropdown .3s .12s ease-in-out}.dropdown-header-profile-menu__list-item .custom-link{gap:10px}.dropdown-header-profile-menu__list-item:first-child .custom-link svg{width:18px;height:18px;color:#051a3b}.dropdown-header-profile-menu__list-item:hover{background-color:#eef2ff;color:#0f52ba;width:100%}.dropdown-header-profile-menu__list-item:hover .custom-link svg{color:#0f52ba;opacity:1}.dropdown-header-profile-menu__list-item a{width:100%;height:100%;color:inherit;padding:14px 20px}@keyframes openDropdown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes listItemDropdown{0%{opacity:0;transform:scale(0)}80%{transform:scale(1.07)}to{opacity:1;transform:scale(1)}}.combobox--disabled{opacity:.35}.combobox--disabled .combobox__trigger{cursor:not-allowed}.combobox__title{font-size:20px;font-size:1.25rem;line-height:20px;font-weight:400;color:#424242;margin-bottom:3px}.combobox__trigger{width:100%;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:17px;font-size:1.0625rem;line-height:17px;font-weight:400;min-height:40px;padding:0 8px;border:2px solid #9e9e9e;cursor:pointer;transition:border-color .2s ease}.combobox__trigger--open{border-color:#e0e0e0}.combobox__trigger--error{border-bottom-color:#ff4d4d}.combobox__trigger__placeholder{color:#9e9e9e}.combobox__trigger__icons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-left:auto}.combobox__trigger__icons__cross{width:24px;height:24px;margin:0 4px 0 0;padding:0}.combobox__trigger__icons__vector-arrow{transition:transform .3s ease}.combobox__trigger__icons__vector-arrow--open{transform:rotateX(180deg)}.combobox__trigger__icons__vector-arrow--closed{transform:rotateX(0)}.combobox__trigger__icons__loading{width:22px;height:22px;margin-right:8px}.combobox__menu{border-radius:4px;border:2px solid #e0e0e0;width:inherit;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a}.combobox__menu--error{border-color:#ff4d4d}.combobox__menu__input{background-color:#fff}.combobox__menu__input .is-input__header,.combobox__menu__input .is-input__footer{display:none}.combobox__menu__input .is-input__content{border:0;height:60px}.combobox__menu__input .is-input__input{height:100%;border-bottom:2px solid #e0e0e0}.combobox__menu__input .is-input__input:focus{border-bottom:2px solid #9e9e9e}.combobox__menu__results{overflow-y:auto;max-height:200px;padding:2px}.combobox__menu__results__result{padding:16px 8px;cursor:pointer}.combobox__menu__results__result:hover{background-color:#f1f5f9}.combobox__menu__results__no-data{display:flex;flex-direction:row;justify-content:center;align-items:center;min-height:54px}.combobox__footer{color:#ff4d4d;min-height:22px}.combobox .dropdown__content{width:fit-content;padding:0;z-index:5}.preview-card{height:100%;background-color:#fff;word-break:break-word;border-radius:.75rem;border:1px solid #e0e0e0}@media (min-width: 769px){.preview-card{min-width:24rem}}.preview-card__heading{border-bottom:1px solid #e0e0e0}.preview-card__heading__upper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;right:0;min-height:65px;width:100%;padding:0 1.5rem}.preview-card__heading__upper__name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.preview-card__heading__upper__name__title{font-size:24px;font-size:1.5rem;line-height:24px;font-weight:400;text-wrap:nowrap}.preview-card__heading__upper__name__title-icon{display:flex;flex-direction:row;justify-content:center;align-items:center}.preview-card__heading__upper .is-button{margin-left:auto}.preview-card__content{width:100%}.preview-card__content__wrap{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.search-input{position:relative}.search-input__icon{width:20px;height:20px;position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;color:#e0e0e0}.search-input__icon--search{left:8px}.search-input__icon--cross{right:8px}.search-input__input .is-input__content{background-color:#fff;box-shadow:0 1px 2px #0000000d;border-color:#e0e0e0}.search-input__input .is-input__header,.search-input__input .is-input__footer{display:none}.search-input__input .is-input__input{text-indent:32px}.preview-card-with-search{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.preview-card-with-search__no-data{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%}.preview-card-with-search__search{width:clamp(100px,90%,100%);position:relative;margin-bottom:12px}.preview-card-with-search__search--inline{margin-inline:1rem;margin-bottom:0}.preview-card-with-search__search__lens{position:absolute;fill:#e0e0e0;top:5px;left:6px}.preview-card-with-search__search__loader{position:absolute;right:-32px;top:12px}.preview-card-with-search .preview-card__content{padding:1rem;overflow-y:hidden}.preview-card-with-search .preview-card__content__wrap{overflow:auto}.preview-card-with-search .preview-card__heading{display:flex;flex-direction:column;justify-content:center;align-items:center}.preview-card-with-search .preview-card__heading__upper{min-height:40px;padding-block:1rem .75rem}.preview-card-with-search .preview-card__heading__upper__name{margin:0}.preview-card-with-search .preview-card__heading__upper__name__title{font-size:20px;font-size:1.25rem;line-height:20px;font-weight:400}.preview-card-with-search .preview-card__content{overflow-y:auto;height:100%}.radio-button{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;cursor:pointer;position:relative;margin-block:1rem;-webkit-user-select:none;user-select:none}.radio-button__input{position:absolute;opacity:0;cursor:pointer;width:0;height:0}.radio-button__checkmark{position:relative;display:inline-block;width:20px;height:20px;margin-right:12px;border-radius:50%;border:2px solid #bdbdbd;background-color:#fff;transition:border-color .3s,box-shadow .3s}.radio-button__checkmark:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-radius:50%;background-color:#0f52ba;transform:translate(-50%,-50%) scale(0);transition:transform .2s ease-in-out}.radio-button__input:checked~.radio-button__checkmark{border-color:#0f52ba}.radio-button__input:checked~.radio-button__checkmark:after{transform:translate(-50%,-50%) scale(1)}.radio-button:hover .radio-button__checkmark{border-color:#3f84f0}.radio-button:focus-within .radio-button__checkmark{box-shadow:0 0 0 4px #0f52ba33}.radio-group--horizontal{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:32px;margin-bottom:.5rem}.radio-group--vertical{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.radio-group--error{color:#ff4d4d}.radio-group--error .radio-button__checkmark{border-color:#ff4d4d}.tool-tip{width:auto;height:auto}.tool-tip--disabled{cursor:default}.tool-tip__content{position:fixed;z-index:1000;background-color:#87cefa;color:#fff;padding:.25rem .5rem;border-radius:12px;visibility:visible;transition:opacity .2s ease,visibility .2s ease}.tool-tip__content--hidden{visibility:hidden;opacity:0}.tool-tip__content--top{transform-origin:bottom center}.tool-tip__content--bottom{transform-origin:top center}.tool-tip__content--left{transform-origin:center right}.tool-tip__content--right{transform-origin:center left}.tool-tip__content--warning{background-color:#f59f00}.tool-tip__content--success{background-color:#36a85f}.tool-tip__content--destructive{background-color:#ff4d4d}.chip{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:.5rem 1rem;border:.5px solid transparent;border-radius:20px;font-size:small;width:fit-content;transition:.2s ease-in-out}.chip__icon{flex-shrink:0}.chip__text{white-space:nowrap}.chip--clickable{cursor:pointer}.chip--clickable:hover{border-color:#0f52ba}.chip--sm{padding:.25rem .5rem;font-size:x-small}.chip--lg{font-size:medium}.chip--neutral{background-color:#eee;color:inherit}.chip--success{background-color:#c8eacc;color:#236e3e;border-color:#36a85f}.chip--error{background-color:#ffe6e6;color:#ff4d4d;border-color:#ff4d4d}.chip--warning{background-color:#fff9db;color:#a96d00;border-color:#f59f00}.chip--info{background-color:#f1f5f9;color:#64748b;border-color:#64748b}.chip--default{color:#f9fafb;background-color:#051a3b}.chip--primary{background-color:#0f52ba;color:#f5f5f5}.chip--secondary{background-color:#87cefa;color:#fff}.is-catalog{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%;padding:20px 40px}.is-catalog__body{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;gap:20px}.is-catalog__preview-card{width:400px;height:800px}.is-catalog__container{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:30px}.is-catalog__tool-tip{width:fit-content}.is-catalog__auto-suggest{width:400px}.loading-button{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center}.loading-button__content{visibility:visible;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:4px}.loading-button__content--hidden{visibility:hidden}.loading-button__loader{position:absolute}.loading-button--loading{cursor:progress}.toggle-wrapper{display:flex;width:max-content}.toggle-wrapper .toggle-button{display:flex;align-items:center;justify-content:center;padding:.5rem;border:1px solid #051a3b;background-color:transparent;color:#051a3b;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background-color .3s ease,color .3s ease}.toggle-wrapper .toggle-button:first-child{border-right:none;border-radius:.75rem 0 0 .75rem}.toggle-wrapper .toggle-button:last-child{border-left:none;border-radius:0 .75rem .75rem 0}.toggle-wrapper .toggle-button__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.toggle-wrapper .toggle-button__content__icon{display:flex}.toggle-wrapper .toggle-button__content__label{white-space:nowrap}.toggle-wrapper .toggle-button--active{background-color:#051a3b;color:#f9fafb}.toggle-wrapper .toggle-button--inactive{background-color:transparent;color:#051a3b}.toggle-wrapper .toggle-button--size-default{height:2.625rem;min-width:2.625rem}.toggle-wrapper .toggle-button--size-default svg{width:1.125rem;height:1.125rem}.toggle-wrapper .toggle-button--size-default span{font-size:medium}.toggle-wrapper .toggle-button--size-sm{height:2rem;min-width:2rem}.toggle-wrapper .toggle-button--size-sm svg{width:.75rem;height:.75rem}.toggle-wrapper .toggle-button--size-sm span{font-size:small}.toggle-wrapper .toggle-button--size-lg{height:3rem;min-width:3rem}.toggle-wrapper .toggle-button--size-lg svg{width:1.5rem;height:1.5rem}.toggle-wrapper .toggle-button--size-lg span{font-size:large}.card{background-color:#fff;border-radius:12px;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;padding:1.5rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;transition:box-shadow .2s ease,border .2s ease}.card__header{margin-bottom:8px}.card__title{font-size:large;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.card__description{font-size:smaller;color:#757575;margin:0}.card__content{flex:1}.card__footer{margin-top:8px;display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch;gap:8px}.card--outlined{background-color:#fff;border:1px solid #e0e0e0;box-shadow:none}.card--elevated{box-shadow:0 8px 10px -3px #0000001f,0 20px 25px -5px #0000001a}.card--flat{box-shadow:none}.en-dropdown{position:relative}.en-dropdown__trigger{cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.en-dropdown__content{font-size:medium;z-index:1;position:absolute;width:max-content;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;overflow-x:visible;overflow-y:hidden;margin-top:4px;left:0;top:100%}.en-dropdown__content--center{left:50%;transform:translate(-50%)}.en-dropdown__content--end{right:0;left:auto;transform:none}.en-dropdown__content--dropup{top:auto;bottom:100%;margin-bottom:4px}.en-dropdown__item{cursor:pointer;min-height:42px;padding:.5rem 1rem;transition:all .3s ease;border-radius:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;white-space:nowrap}.en-dropdown__item svg{width:16px;height:16px;flex-shrink:0}.en-dropdown__item:hover{background-color:#f1f5f9;color:#0f52ba}.en-dropdown__item:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.en-dropdown__item:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.en-dropdown__item--destructive{color:#ff4d4d}.en-dropdown__item--destructive:hover{background-color:#ffe6e6;color:#ff4d4d}.en-language-picker{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;color:#051a3b;transition:color .3s ease}.en-language-picker:hover{color:#0f52ba}.auth-wrapper{display:flex;flex-direction:column;justify-content:space-between;align-items:center;background-color:#f9fafb;min-height:100vh}.auth-wrapper__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;padding:2rem 4rem}.auth-wrapper__content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:32px;border-radius:12px;background-color:#fff;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;width:32rem}@media (max-width: 767px){.auth-wrapper__content{max-width:90%;padding:16px}}.auth-wrapper__content__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;-webkit-user-select:none;user-select:none;text-align:center}.auth-wrapper__content__header__title{font-weight:400;color:#051a3b}.auth-wrapper__footer{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem 4rem}.auth-wrapper__footer .is-copyright{-webkit-user-select:none;user-select:none;font-size:small;color:#051a3b}.register-client__form{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%}.register-client__button{width:270px;margin-top:75px}.en-avatar{border-radius:12px;border:1px solid #e0e0e0}@media (max-width: 767px){.en-avatar{max-width:100%}}.modal{top:0;right:0;bottom:0;left:0;position:fixed;z-index:800;overflow:auto;background-color:#000000b3}.modal__container{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1rem;min-height:100%}.modal__container__wrapper{display:flex;flex-direction:column;justify-content:center;align-items:stretch;gap:1.5rem;padding:1.5rem;max-width:40rem;width:100%;border-radius:12px;background-color:#fff;animation:modal-content-enter .15s ease-out forwards}.modal__container__wrapper__header{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;width:100%;position:relative}.modal__container__wrapper__header__title{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}.modal__container__wrapper__header__title svg{stroke-width:1.5;flex-shrink:0}.modal__container__wrapper__header__title__heading{font-size:larger;margin:0}.modal__container__wrapper__subtitle{font-size:medium;font-weight:300;color:#616161;margin:0}@keyframes modal-content-enter{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.bank-accounts{display:flex;flex-direction:column;width:100%;gap:1rem}.bank-accounts__row{width:100%;position:relative;border-radius:12px}.bank-accounts__row .is-checkbox{margin-bottom:16px}.bank-accounts__row.in-list{padding:1.5rem 1rem;border:1px solid #e0e0e0}.bank-accounts__row.primary{background-color:#f1f5f9;border:1px solid #051a3b}.bank-accounts__error{color:#ff4d4d;margin:0;font-size:small}.bank-accounts__count{font-size:14px;font-size:.875rem;line-height:16px;font-weight:400;color:#424242;margin:0;margin-bottom:.5rem;margin-left:auto}.bank-accounts .bank-main-info{width:100%}.bank-accounts .bank-main-info__date{color:#616161;font-size:small;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.bank-accounts .remove-bank-account{position:absolute;top:1rem;right:1rem}.bank-accounts__add-button{align-self:center;margin-bottom:1.5rem}.client-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.client-form__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;align-items:flex-end;width:100%;gap:16px}@media (max-width: 767px){.client-form__row{flex-direction:column;gap:0}}.client-form__footer{margin-left:auto}.info-card{min-width:320px;padding:2rem;border-radius:12px;background-color:#fff;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 767px){.info-card{width:100%}}.info-card__icon-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:.5rem .75rem;border-radius:12px;background-color:#87cefa}.info-card__icon-wrapper svg{width:32px;height:32px;color:#fff}.info-card__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.info-card__content__title{font-weight:300}.info-card__content__price{font-size:x-large}.info-card__icon-wrapper--success{background-color:#36a85f}.info-card__icon-wrapper--error{background-color:#ff4d4d}.blockui-error-message{color:#ff4d4d}.info-chip{position:relative;min-width:256px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;background-color:#fff;border-radius:12px;padding:1rem;transition:all .2s ease;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}@media (max-width: 992px){.info-chip{min-width:auto}}.info-chip--flat{box-shadow:none;background-color:#f1f5f9}.info-chip__header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.info-chip__header__left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.info-chip__icon,.info-chip__title{color:#757575}.info-chip__data{font-size:larger}.info-chip__copy-btn{visibility:hidden;top:0;right:0}@media (max-width: 767px){.info-chip__copy-btn{visibility:visible}}.info-chip:hover .info-chip__copy-btn{visibility:visible}.cropper-modal{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.cropper-modal__buttons{margin-left:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}:root{--rc-drag-handle-size: 12px;--rc-drag-handle-mobile-size: 24px;--rc-drag-handle-bg-colour: rgba(0, 0, 0, .2);--rc-drag-bar-size: 6px;--rc-border-color: rgba(255, 255, 255, .7);--rc-focus-color: #0088ff}.ReactCrop{position:relative;display:inline-block;cursor:crosshair;max-width:100%}.ReactCrop *,.ReactCrop *:before,.ReactCrop *:after{box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{overflow:hidden;max-height:inherit}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-width:100%;max-height:inherit}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video{touch-action:none}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{touch-action:none}.ReactCrop__crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;width:calc(100% + .5px);height:calc(100% + .5px)}.ReactCrop__crop-selection{position:absolute;top:0;left:0;transform:translateZ(0);cursor:move}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{pointer-events:none;content:"";position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border:1px solid var(--rc-border-color);opacity:.3}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed white}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){animation:marching-ants 1s;background-image:linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to right,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%),linear-gradient(to bottom,#fff 50%,#444 50%);background-size:10px 1px,10px 1px,1px 10px,1px 10px;background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;color:#fff;animation-play-state:running;animation-timing-function:linear;animation-iteration-count:infinite}.ReactCrop__crop-selection:focus{outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{content:"";display:block;position:absolute;background-color:#fff6}.ReactCrop__rule-of-thirds-vt:before,.ReactCrop__rule-of-thirds-vt:after{width:1px;height:100%}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-hz:after{width:100%;height:1px}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{position:absolute;width:var(--rc-drag-handle-size);height:var(--rc-drag-handle-size);background-color:var(--rc-drag-handle-bg-colour);border:1px solid var(--rc-border-color)}.ReactCrop__drag-handle:focus{background:var(--rc-focus-color)}.ReactCrop .ord-nw{top:0;left:0;transform:translate(-50%,-50%);cursor:nw-resize}.ReactCrop .ord-n{top:0;left:50%;transform:translate(-50%,-50%);cursor:n-resize}.ReactCrop .ord-ne{top:0;right:0;transform:translate(50%,-50%);cursor:ne-resize}.ReactCrop .ord-e{top:50%;right:0;transform:translate(50%,-50%);cursor:e-resize}.ReactCrop .ord-se{bottom:0;right:0;transform:translate(50%,50%);cursor:se-resize}.ReactCrop .ord-s{bottom:0;left:50%;transform:translate(-50%,50%);cursor:s-resize}.ReactCrop .ord-sw{bottom:0;left:0;transform:translate(-50%,50%);cursor:sw-resize}.ReactCrop .ord-w{top:50%;left:0;transform:translate(-50%,-50%);cursor:w-resize}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{top:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(-50%)}.ReactCrop__drag-bar.ord-e{right:0;top:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(50%)}.ReactCrop__drag-bar.ord-s{bottom:0;left:0;width:100%;height:var(--rc-drag-bar-size);transform:translateY(50%)}.ReactCrop__drag-bar.ord-w{top:0;left:0;width:var(--rc-drag-bar-size);height:100%;transform:translate(-50%)}.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle,.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w{display:none}@media (pointer: coarse){.ReactCrop .ord-n,.ReactCrop .ord-e,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{width:var(--rc-drag-handle-mobile-size);height:var(--rc-drag-handle-mobile-size)}}.dashboard__chart__card{flex:1 1 0;min-width:0;min-height:512px}.dashboard__chart__card__title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.dashboard__chart__card__title__text{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.dashboard__chart__card__title__text svg{flex-shrink:0}.dashboard__chart__card__buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.dashboard__chart__card__empty-payments{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#616161}.dashboard__chart__card__empty-payments__animation{width:256px}.dashboard__chart__card--refetching{opacity:.4;pointer-events:none}.dashboard__chart__card .card__content{display:flex;flex-direction:row;justify-content:center;align-items:center}.chart-card{min-height:512px;width:fit-content}@media (max-width: 992px){.chart-card{width:100%}}.chart-card .card__content{display:flex;flex-direction:row;justify-content:center;align-items:stretch}.en-select{position:relative;min-width:256px;font-family:inherit;-webkit-user-select:none;user-select:none;cursor:pointer}.en-select__trigger{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:4px;min-height:42px;background:#fff;border:1px solid #051a3b;border-radius:12px;padding:.5rem .75rem;transition:.2s ease}.en-select__trigger__loader{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.en-select__trigger__placeholder{color:#bdbdbd}.en-select__trigger:focus{outline:none}.en-select__trigger:focus-within{border-color:#0f52ba;box-shadow:0 0 0 2px #0f52ba40}.en-select__trigger--error{border-color:#ff4d4d}.en-select__trigger--error:focus-within{border-color:#ff4d4d;box-shadow:0 0 0 2px #ff4d4d40}.en-select__arrow{display:flex;flex-direction:row;justify-content:center;align-items:center;transition:transform .25s ease}.en-select__arrow svg{width:16px;height:16px}.en-select__arrow--open{transform:rotate(180deg)}.en-select__error{display:block;color:#ff4d4d;font-size:small;min-height:28px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.en-select__options{overflow-y:auto;max-height:600px;opacity:0;pointer-events:none;position:absolute;left:0;width:100%;background:#fff;border:1px solid #051a3b;border-radius:12px;z-index:10;transition:all .25s ease}.en-select__options.en-select__options--bottom{top:110%}.en-select__options.en-select__options--top{bottom:110%}.en-select__options.en-select__options--open{opacity:1;pointer-events:auto;padding:.25rem}.en-select__option{border-radius:12px;padding:.5rem .75rem;cursor:pointer}.en-select__option:not(:last-child){margin-bottom:4px}.en-select__option:hover,.en-select__option--selected{background:#f1f5f9}.en-select__option--highlighted{background-color:#f1f5f9}.profits-vs-expenses{flex:1 1 0;min-width:0;min-height:512px}.profits-vs-expenses__title{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}@media (max-width: 767px){.profits-vs-expenses__title{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.profits-vs-expenses__title__left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.profits-vs-expenses__title__left svg{flex-shrink:0}.profits-vs-expenses__content{display:flex;flex-direction:row;justify-content:center;align-items:center}.profits-vs-expenses__content--fetching{opacity:.4;pointer-events:none}.profits-vs-expenses__empty{display:flex;flex-direction:column;justify-content:center;align-items:center;color:#616161}.profits-vs-expenses__empty__animation{width:256px}.dashboard{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.dashboard{padding:1rem}}.dashboard__loader{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.dashboard__stats{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:16px}.dashboard__stats .info-card{flex-grow:1}.dashboard__client{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 992px){.dashboard__client{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.dashboard__client__avatar{display:flex;flex-direction:row;justify-content:center;align-items:stretch}.dashboard__client__info{width:100%}.dashboard__client__info-title{font-size:x-large;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.dashboard__client__info-cards{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px;flex-wrap:wrap}.dashboard__client__info-cards .info-chip{flex-grow:1}.dashboard__chart{display:flex;flex-direction:row;justify-content:flex-start;flex:1;gap:16px;width:100%;align-items:stretch}@media (max-width: 992px){.dashboard__chart{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.dashboard__chart__card,.dashboard__chart .admins-list{width:100%}}.avatar-image-wrapper{width:fit-content;position:relative;cursor:pointer}.avatar-image-edit-btn{position:absolute;bottom:-10px;right:-10px;background-color:#fff}.forgot-password{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;height:100%}.forgot-password .forgot-password-form__inputs{width:100%;height:100%}.forgot-password .forgot-password-form__inputs__error{color:#ff4d4d;margin-bottom:24px}.forgot-password .forgot-password-form__buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%}.forgot-password .forgot-password-form__buttons button{width:100%}.forgot-password-email__modal .modal__container__wrapper{max-width:32rem}.forgot-password-email__modal__button{margin-left:auto}.logout{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.logout__card{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:fit-content;height:fit-content;border-radius:12px;background-color:#fff;padding:1.5rem;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}.skeleton{display:inline-block;background:#f5f5f5;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;top:0;left:-150%;height:100%;width:150%;background:linear-gradient(90deg,transparent,#ffffff,transparent);animation:skeleton-loading 1.5s infinite}.skeleton--circle{border-radius:50%}.skeleton--rect{border-radius:12px}@keyframes skeleton-loading{0%{left:-150%}to{left:100%}}.en-breadcrumb{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;list-style:none;padding:0;margin:0}.en-breadcrumb__home{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;align-items:center}.en-breadcrumb__home svg{width:16px;height:16px}.en-breadcrumb__home:hover{text-decoration:none}.en-breadcrumb__separator{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:0 .5rem}.en-breadcrumb__separator svg{width:16px;height:16px}.en-breadcrumb__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;align-items:center}.en-breadcrumb__item a{color:#051a3b;text-decoration:none}.en-breadcrumb__item a:hover{color:#0f52ba}.en-breadcrumb__item--active{font-weight:500;color:#051a3b}.address-form__button{margin-left:auto}.currency-input-field{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.currency-input-field .is-input .is-input__footer{display:none}.currency-input-field .is-input .is-input__label{font-size:medium;line-height:24px}.currency-input-field .is-input .is-input__input{height:44px}.currency-input-field--error{font-size:small}.currency-input-field--error .is-input__content{border-color:#ff4d4d}.currency-input-field--error .is-input__content:focus-within{box-shadow:0 0 0 2px #ff4d4d40}.address-input-field{display:grid;grid-template-columns:4fr 2fr;width:100%}@media (max-width: 767px){.address-input-field{grid-template-columns:1fr}}.address-input-field__name .is-input__content,.address-input-field__name input{border-top-right-radius:0;border-bottom-right-radius:0}@media (max-width: 767px){.address-input-field__name .is-input__content,.address-input-field__name input{border-top-right-radius:12px;border-bottom-right-radius:12px}}.address-input-field__zip .is-input__content,.address-input-field__zip input{border-top-left-radius:0;border-bottom-left-radius:0}@media (max-width: 767px){.address-input-field__zip .is-input__content,.address-input-field__zip input{border-top-left-radius:12px;border-bottom-left-radius:12px}}.address-input-field__zip .is-input__content{border-left:none}@media (max-width: 767px){.address-input-field__zip .is-input__content{border-left:1px solid #051a3b}}.creditor-form__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}@media (max-width: 767px){.creditor-form__buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}@media (max-width: 767px){.creditor-form__button{width:100%}}.select__wrapper{width:100%;height:6rem;position:relative;padding:20px;background-color:#fff;color:#051a3b;margin-bottom:30px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.select__wrapper--line{height:98px;padding:0;box-shadow:none;margin:0}.select__wrapper--line .select__wrapper__label{font-size:medium}.select__wrapper--line .select__wrapper__content{padding-top:.5rem}.select__wrapper--line .select__wrapper__content__error{height:22px;color:#ff4d4d;font-size:small}.select__wrapper--line .select__wrapper__btn{color:#424242;background-color:transparent}.select__wrapper--line .select__wrapper__btn--line{border:0 0 3px 0 solid #9e9e9e}.select__wrapper--line .select__wrapper__icon svg{width:18px;height:18px}.select__wrapper--squared{height:98px;padding:0;box-shadow:none;margin:0}.select__wrapper--squared .select__wrapper__content{padding-top:.5rem}.select__wrapper--squared .select__wrapper__content__error{height:22px;color:#ff4d4d;font-size:small}.select__wrapper--squared .select__wrapper__btn{color:#424242}.select__wrapper--disabled.select__wrapper--squared,.select__wrapper--disabled.select__wrapper--line{opacity:.4}.select__wrapper--disabled.select__wrapper--squared .select__wrapper__btn,.select__wrapper--disabled.select__wrapper--line .select__wrapper__btn{cursor:not-allowed}.select__wrapper--disabled.select__wrapper--squared .select__wrapper__content__error,.select__wrapper--disabled.select__wrapper--line .select__wrapper__content__error{color:transparent;font-size:small}.select__wrapper__label{margin:0;color:#424242}.select__wrapper__label--error{color:#ff4d4d}.select__wrapper__btn{display:flex;flex-direction:row;justify-content:space-between;align-items:center;font-size:normal;gap:1rem;max-width:inherit;padding:8px;border:1px solid #424242;border-radius:12px;cursor:pointer;position:relative}.select__wrapper__btn:has([class*=icon]){padding-right:2rem}.select__wrapper__btn--line{font-size:normal;border:0 0 3px 0 solid #9e9e9e;height:46px}.select__wrapper__btn--line .select__wrapper__icon{position:absolute;right:.75rem;padding:0}.select__wrapper__btn--squared{font-size:normal;height:46px}.select__wrapper__btn--squared .select__wrapper__icon{position:absolute;right:.75rem;padding:0}.select__wrapper__btn--error{border-color:#ff4d4d;fill:#ff4d4d}.select__wrapper__content{position:absolute;z-index:2;max-height:15rem;margin-top:8px;border-radius:12px;overflow:auto;background-color:#fff;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;padding-bottom:1rem;transform-origin:top right}.select__wrapper__content--open{animation:onSelectOpen .4s ease-in-out forwards}.select__wrapper__content--close{animation:onSelectClose .4s ease-in-out forwards}.select__wrapper__content--initial{height:0px;display:none}.select__wrapper__content__item{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline;cursor:pointer;padding:.5rem 1rem}.select__wrapper__content__item:hover{background-color:#f1f5f9;color:#0f52ba}.select__wrapper__icon{display:flex;flex-direction:row;justify-content:center;align-items:center;padding-right:10px;transition:transform .3s ease-in-out}.select__wrapper__icon--row-reverse{flex-direction:row-reverse}.select__wrapper__icon--open{transform:rotateX(180deg)}@keyframes onSelectOpen{0%{opacity:0;transform:rotateX(-90deg);transform:scaleY(0)}to{opacity:1;transform:rotateX(0);transform:scaleY(1)}}@keyframes onSelectClose{0%{opacity:1;transform:rotateX(0);transform:scaleY(1)}to{opacity:0;transform:rotateX(-90deg);transform:scaleY(0)}}.en-popover{position:relative}.en-popover__trigger{cursor:pointer;display:inline-block}.en-popover__content{z-index:600;position:absolute;background:#fff;padding:16px;border-radius:12px;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;margin-top:4px}.en-popover__content--dropup{bottom:100%;top:auto;margin-top:0;margin-bottom:8px}.en-popover__content--center{left:50%;transform:translate(-50%)}.en-popover__content--end{right:0;left:auto}.calendar--large .calendar-page__header>*{margin:10px 0;text-align:center;font-weight:600;flex-basis:14.28%}.calendar--large .calendar-page__body>*{flex-basis:14.28%;margin:5px 0}.calendar--medium .calendar-page__header>*{font-size:15px;font-size:.9375rem;line-height:15px;font-weight:400;margin-bottom:6px;text-align:center}.calendar--medium .calendar-page__body>*{flex-basis:12.28%;margin:5px 0}.calendar--small .calendar-page__header>*{font-size:14px;font-size:.875rem;line-height:14px;font-weight:400;margin-bottom:6px;text-align:center}.calendar--small .calendar-page__body>*{flex-basis:10.28%;margin:0}.calendar-page__header{display:grid;grid-template-columns:repeat(7,1fr)}.calendar-page__body{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-page__button{width:100%}.calendar-page__button:disabled{background-color:transparent}.calendar-page__button:disabled .is-button__label{color:#e0e0e0}.calendar-page__button:disabled:hover{background-color:transparent}.today{background-color:#f1f5f9}.highlighted:hover{background-color:#0f52ba!important}.in-range{background-color:#f1f5f9}.calendar{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:8px}.calendar--large{width:400px}.calendar--medium{width:340px}.calendar--small{width:300px;font-size:14px}.calendar__header{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;margin-bottom:.5rem}.calendar__header span{margin-top:10px}.calendar__header .is-button{display:flex;flex-direction:row;justify-content:center;align-items:center}.calendar__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch;gap:8px}.calendar__footer>*{width:100%}.calendar__footer>*:hover{background-color:#eee}.date-picker{display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.date-picker .dropdown__content{width:fit-content;translate:-50% 0 0}.date-picker__trigger{margin-left:.5rem}.process-date-field{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;width:100%}.process-date-field__label{color:#424242}.process-date-field__subtitle{color:#616161;margin:0}.process-date-field__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:1rem}.process-date-field__content .date-picker{flex:1;align-items:flex-start}.process-date-field__content .date-picker .is-input__header{display:none}.process-date-field__content .date-picker .is-button{margin-top:0}.process-date-field__content .date-picker .calendar__header span{text-wrap:nowrap}.process-date-field__content .is-checkbox{gap:8px}.process-date-field__content .is-checkbox__label{margin:0;font-size:medium}.payment-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:min(1032px,100%);max-width:70rem;border-radius:.75rem;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;padding:2rem;background-color:#fff}.payment-form .is-input__input{min-height:40px}.payment-form__auto-suggest-select .auto-suggest__trigger{height:66px}.payment-form__auto-suggest-select__showcase{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.payment-form__auto-suggest-select__showcase p{font-size:17px;font-size:1.0625rem;line-height:17px;font-weight:400;margin:4px}.payment-form__auto-suggest-select--creditor{margin-top:20px}.payment-form__auto-suggest-select__empty-state{padding:1rem}.payment-form__creditor{position:relative}.payment-form__creditor__change-address{position:absolute;z-index:2;right:0;top:-6px}.payment-form__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:32px}@media (max-width: 992px){.payment-form__content{flex-direction:column}}.payment-form__content__side{flex:1}.payment-form__content__side__purpose .auto-suggest__trigger{height:46px}@media (max-width: 992px){.payment-form__content__side .process-date-field__content{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;gap:0;margin-bottom:1rem}.payment-form__content__side .process-date-field__content .date-picker{width:100%}.payment-form__content__side .process-date-field__content .is-checkbox__button{width:22px;height:22px;border-width:4px}.payment-form__content__side .process-date-field__content .is-checkbox__label{font-size:medium}}.payment-form__content__side__row{flex:1;margin-top:4px;margin-bottom:5px;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1rem}.payment-form__content__side__row__field--model{max-width:100px}@media (max-width: 992px){.payment-form__content__side__row__field--model{max-width:none}}@media (max-width: 1200px){.payment-form__content__side__row{flex:1}}@media (max-width: 992px){.payment-form__content__side__row{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0}}.payment-form__content__side__row--hidden{display:none}.payment-form__content__side__row__input .is-input__label{text-wrap:nowrap}.payment-form__content__side__row__input--payment-code .auto-suggest__title{margin:0;color:#424242}.payment-form__content__side__row__input--payment-code .auto-suggest__trigger{height:46px}.payment-form__content__side__row__select .select__wrapper__btn{width:80px}@media (max-width: 1200px){.payment-form__content__side__row__select .select__wrapper__btn{width:100%}}.payment-form__content__side--right{display:flex;flex-direction:column;justify-content:center;align-items:stretch;border-left:1px solid #e0e0e0;padding-left:32px}@media (max-width: 1200px){.payment-form__content__side--right{border-left:none;padding-left:0;align-items:center}.payment-form__content__side--right>*{width:100%}}.payment-form__date-picker{margin-inline:auto}.payment-form__footer{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch;width:100%}.payment-form__submit{width:8rem;height:2.5rem;border:0;border-radius:0;box-shadow:none}.payment-form__submit .is-button__label{font-size:18px;font-size:1.125rem;line-height:18px;font-weight:400}.payment-form__submit svg{width:32px;height:32px;fill:#000}.success-modal .modal__container__wrapper{max-width:512px}.success-modal__body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px}.success-modal__body .is-button{width:100%}.create-payment{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.create-payment{padding:1rem}}.create-payment__slip{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center}.edit-payment{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.edit-payment{padding:1rem}}.edit-payment__slip{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center}.en-tabs{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;border-radius:12px;background-color:#fff;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}.en-tabs__list{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;border-bottom:1px solid #e0e0e0}.en-tabs__trigger{position:relative;padding:1.25rem 2rem;border:none;cursor:pointer;font-size:medium;background-color:#fff;transition:color .2s ease;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.en-tabs__trigger svg{flex-shrink:0;width:20px;height:20px}@media (max-width: 767px){.en-tabs__trigger{font-size:small}.en-tabs__trigger svg{width:16px;height:16px}}.en-tabs__trigger:hover,.en-tabs__trigger--active{color:#0f52ba}.en-tabs__trigger--active:after{content:"";position:absolute;bottom:-1px;left:0;width:100%;height:2px;background-color:#0f52ba}.en-tabs__trigger:first-child{border-top-left-radius:12px}.en-tabs__trigger:last-child{border-top-right-radius:12px}.en-tabs__content{padding:2rem;border-bottom-left-radius:12px;border-bottom-right-radius:12px;animation:tabs-fade-in .25s ease}@keyframes tabs-fade-in{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.account-information{max-width:512px}.account-information__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 767px){.account-information__row{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0;width:100%}}.phone-information,.security-information,.personal-information{max-width:512px}.personal-information__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 767px){.personal-information__row{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;gap:0}}.profile__personal__avatar{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.profile__personal__avatar__wrapper{width:fit-content;position:relative}.profile__personal__avatar__img{cursor:pointer;transition:opacity .2s ease}.profile__personal__avatar__img:hover{opacity:.8}.profile__personal__delete-btn{position:absolute;top:8px;right:8px;background-color:transparent}.profile{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}.profile__personal{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:32px}.profile__personal__wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 767px){.profile__personal__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.profile__personal__info{width:100%}@media (max-width: 767px){.profile__personal{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.profile__loader{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width: 767px){.profile{padding:16px}}.empty-project-card{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;min-height:300px;flex:1;gap:.75rem;position:relative;padding:.75rem;opacity:.55;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;border:4px solid #ffffff;background-color:#f1f5f9}.empty-project-card__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex:1;gap:1rem;width:100%}.empty-project-card__row__element{flex:1;background-color:#fff}.empty-project-card__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0)}.empty-project-card--clickable{opacity:1;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a}.empty-project-card--list-view{width:100%;height:64px;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;box-shadow:none;min-height:auto;gap:16px;flex:auto}.empty-project-card--list-view.empty-project-card--clickable{height:136px}.no-results-state__header{display:flex;flex-direction:column;justify-content:center;align-items:center}.no-results-state__content{display:flex;flex-direction:row;justify-content:center;align-items:center}.no-results-state__animation{max-width:400px}.empty-project-state{width:100%;height:100%;position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;overflow-y:auto}@media (max-width: 1900px){.empty-project-state{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1450px){.empty-project-state{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1200px){.empty-project-state{grid-template-columns:repeat(1,1fr);padding-inline:1rem}}.empty-project-state--list-view{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0}.empty-project-state__buttons{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:8px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);z-index:1;border-radius:4px}.empty-project-state__buttons__button__icon{width:20px;height:20px}.empty-project-state__buttons__button line{stroke:#fff}.empty-project-state__buttons__button:hover{background-color:#2a8149}.empty-project-state__buttons__button--excel{background-color:#36a85f}.delete-modal .modal__container__wrapper{max-width:512px}.delete-modal__description{color:#64748b}.delete-modal__description__purpose{color:#000}.delete-modal__body{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;margin-bottom:24px}.delete-modal__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}@media (max-width: 767px){.delete-modal__buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.delete-modal__buttons .delete-modal__button{width:100%}}.paymentcard{width:100%;height:100%;padding:1rem;border-radius:.75rem;background-color:#fff;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;border:1px solid transparent}.paymentcard--not-selected{opacity:.4}.paymentcard--clickable{cursor:pointer}.paymentcard--clickable:hover.paymentcard--not-selected{opacity:.7}.paymentcard--error{border-color:#ff4d4d}.paymentcard--highlight:not(.paymentcard--verified):not(.paymentcard--error){animation:highlight 2s}.paymentcard--highlight.paymentcard--verified{animation:highlight-selected 2s}.paymentcard--highlight.paymentcard--error{animation:highlight-error 2s}.paymentcard__modal--delete__description{margin:0;color:#9e9e9e}.paymentcard__modal--delete__description__purpose{color:#000}.paymentcard__modal--delete__wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:180px;position:relative}.paymentcard__modal--delete__wrapper__background{position:absolute}.paymentcard__modal--delete__wrapper__icon{width:60px;height:60px}.paymentcard__modal--delete__buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:1.5rem}.paymentcard__modal--delete__buttons .is-button{flex:1}.paymentcard__modal--delete__buttons .is-button__label{font-size:22px;font-size:1.375rem;line-height:22px;font-weight:400}.paymentcard__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;min-height:52px;border-bottom:1px solid #e0e0e0;padding-bottom:8px}.paymentcard__header__wrap{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.paymentcard__header__tool-tip{max-width:300px}.paymentcard__header__tool-tip-icon{font-size:0}.paymentcard__header__tool-tip-icon svg{display:block}.paymentcard__header__controls{display:flex;flex-direction:row;justify-content:center;align-items:center}.paymentcard__header__controls>:not(:first-child){margin-left:4px}.paymentcard__header__tooltip{max-width:300px}.paymentcard__header__icon{margin-inline:auto 8px;width:24px;height:24px}.paymentcard__header__icon--checked{color:#36a85f}.paymentcard__header__icon--error{color:#ff4d4d}.paymentcard--processed{border-color:#f59f00}.paymentcard--verified{border-color:#87cefa}.paymentcard--posted{border-color:#36a85f}.paymentcard__body{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;padding-top:1rem;min-height:196px;min-width:360px}.paymentcard__body__left{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:10px;flex:1;padding-right:1.25rem;border-right:1px solid #e0e0e0}.paymentcard__body__right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:22px;flex:1;padding-left:1.25rem}.paymentcard__body__right__row{display:flex;flex-direction:row;justify-content:space-evenly;align-items:stretch;gap:1rem}.paymentcard__info-block{margin-left:0}.paymentcard__info-block__title{font-weight:500;text-wrap:nowrap}.paymentcard__info-block__body{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.paymentcard__info-block__body__label{font-size:15px;font-size:.9375rem;line-height:15px;font-weight:300;color:#424242;margin:5px 0}.paymentcard__footer{justify-items:end}.disabled{opacity:.7}@keyframes highlight{0%{background-color:#051a3b}to{background-color:#fff}}@keyframes highlight-selected{0%{background-color:#051a3b}to{background-color:#f1f5f9}}@keyframes highlight-error{0%{background-color:#051a3b}to{background-color:#ffe6e6}}.skeleton-loader{width:100%;height:100%;background-color:#e2e5e7;background-image:linear-gradient(90deg,#fff0,#ffffff80,#fff0);border-radius:12px;background-size:200px 100%;background-repeat:no-repeat;background-position:left -40px bottom 0;animation:shine 1s ease infinite}.skeleton-loader *,.skeleton-loader *:after,.skeleton-loader *:before{box-sizing:border-box}.skeleton-loader body{font-family:Inter,sans-serif;background-color:#f2f5f7}@keyframes shine{to{background-position:right -40px top 0}}.payment-card-loader{min-width:460px;min-height:300px}.payments-list{width:100%;height:100%}.payments-list__header{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:100%}.payments-list__body--empty{width:100%;height:100%}.payments-list__body--list{padding-bottom:1.5rem;overflow-x:auto}.payments-list__body--list__table{background-color:#fff;border-radius:12px;border:1px solid #e0e0e0}.payments-list__body--list__table--refetching tbody{opacity:.5;pointer-events:none}.payments-list__body--list__table tr td,.payments-list__body--list__table tr th{padding-block:20px;width:130px}.payments-list__body--list__table tr th{font-weight:500;color:#051a3b}.payments-list__body--list__table__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:4px}.payments-list__body--grid{display:grid;grid-template-columns:repeat(3,1fr);grid-auto-rows:1fr;grid-auto-columns:1fr;gap:16px;padding-bottom:1rem}.payments-list__body--grid--refetching{opacity:.5;pointer-events:none}.payments-list__body--grid__card{height:100%;width:100%}@media (max-width: 1439px){.payments-list__body--grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 992px){.payments-list__body--grid{grid-template-columns:repeat(1,1fr)}}.payments-list__browsers{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;gap:40px}.payments-list__browsers__browser{width:300px}.payments-list__browsers__browser .autosuggest-select__trigger{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;text-indent:8px;min-height:48px;padding:0}.payments-list__browsers__button{align-self:center;text-wrap:nowrap}.payments-list__browsers__add-new-payment{margin-left:auto;align-self:center}.payments-list__footer{display:flex;flex-direction:row;justify-content:center;align-items:center}.payments-list__footer__button{width:200px;border:3px solid #424242;background-color:#f1f5f9;margin-block:2rem}.payments-list__footer__button .is-button__label{font-size:22px;font-size:1.375rem;line-height:22px;font-weight:400;color:#424242}.payments-list__footer__button:hover .is-button__label{color:#424242}.payments-grid-loading{width:100%;height:100%;display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;grid-auto-columns:1fr;gap:1rem}@media (max-width: 1900px){.payments-grid-loading{grid-template-columns:repeat(3,1fr)}}@media (max-width: 1450px){.payments-grid-loading{grid-template-columns:repeat(2,1fr)}}@media (max-width: 1200px){.payments-grid-loading{grid-template-columns:repeat(1,1fr)}}.payments-list-loading{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%;gap:4px}.payments-list-loading__row:nth-child(1){height:64px}.payments-list-loading__row{height:70px}.sort{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:8px}.sort__select{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:42px;min-width:340px;cursor:pointer;padding-inline:8px;background-color:#fff;border:1px solid #051a3b;border-radius:12px}.sort__select__icon{width:16px;height:16px;transition:transform .3s ease}.sort__select__icon--open{transform:rotate(180deg)}.sort__label{text-wrap:nowrap}@media (max-width: 992px){.sort__label{display:none}}.sort__order{transition:transform .2s ease-in-out}.sort__order--asc{transform:rotate(-90deg)}.sort__order--desc{transform:rotate(90deg)}.en-table{width:100%;table-layout:fixed;border-collapse:separate;border-spacing:0;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden;background-color:#fff}.en-table:has(.en-table__body--loading,.en-table__body--empty){width:100%;height:100%}@media (max-width: 992px){.en-table{table-layout:auto}}.en-table__wrapper{width:100%;overflow-x:auto;overflow-y:hidden;display:block}.en-table__wrapper:has(.en-table__body--loading,.en-table__body--empty){width:100%;height:100%}.en-table__head{background-color:#f1f5f9}.en-table__header-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:.5rem}.en-table__row{transition:.2s ease}.en-table__row--clickable:hover{background-color:#f1f5f9}.en-table__row:hover:has(.en-table__cell--empty,.en-table__loader){background-color:#fff}.en-table__row--selected{background-color:#f1f5f9}.en-table__row--error{background-color:#ffe6e6}.en-table__row--success{background-color:#c8eacc}.en-table__row--warning{background-color:#fff9db}.en-table__row--not-selected{opacity:.4;background-color:#f5f5f5}.en-table__row--not-selected:hover{opacity:1}.en-table__row--highlight-pulse{animation:pulse-highlight 1.5s ease}.en-table__cell{padding:1rem;text-align:left;vertical-align:middle;overflow:auto}.en-table__cell svg{flex-shrink:0}@media (max-width: 992px){.en-table__cell{white-space:nowrap}}.en-table__cell--head{font-size:normal;font-weight:500;color:#051a3b;height:52px}.en-table__cell--empty{text-align:center}.en-table__cell--sortable{cursor:pointer}.en-table__cell--sortable:hover .en-table__sort-icon{opacity:1}.en-table__sort-icon{opacity:0;transition:.2s ease-in-out}.en-table__sort-icon:hover{color:#0f52ba}.en-table__body{transition:.3s ease}.en-table__body--empty{background-color:#fff}.en-table__body--loading .en-table__loader{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:2rem}.en-table__body--refetching{opacity:.5;pointer-events:none}.en-table__body--error .en-table__cell{text-align:center;color:#ff4d4d;padding:2rem;white-space:normal}.en-table__cell--sorted .en-table__sort-icon{opacity:1}@keyframes pulse-highlight{0%{background-color:#f1f5f9;transform:scale(1)}50%{background-color:#cddcea;transform:scale(1.01)}to{background-color:#f1f5f9;transform:scale(1)}}.pagination-bar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:32px}.pagination-bar .is-button--size-sm{min-width:32px}.pagination-bar__numbered-list{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;list-style:none;padding:0;row-gap:8px}.pagination-bar__three-dots{display:flex;flex-direction:row;justify-content:center;align-items:center;width:30px;height:30px;margin:0}[data-rmiz-ghost]{position:absolute;pointer-events:none}[data-rmiz-btn-zoom],[data-rmiz-btn-unzoom]{background-color:#000000b3;border-radius:50%;border:none;box-shadow:0 0 1px #ffffff80;color:#fff;height:40px;margin:0;outline-offset:2px;padding:9px;touch-action:manipulation;width:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none}[data-rmiz-btn-zoom]:not(:focus):not(:active){position:absolute;clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;pointer-events:none;white-space:nowrap;width:1px}[data-rmiz-btn-zoom]{position:absolute;inset:10px 10px auto auto;cursor:zoom-in}[data-rmiz-btn-unzoom]{position:absolute;inset:20px 20px auto auto;cursor:zoom-out;z-index:1}[data-rmiz-content=found] img,[data-rmiz-content=found] svg,[data-rmiz-content=found] [role=img],[data-rmiz-content=found] [data-zoom]{cursor:zoom-in}[data-rmiz-modal]::backdrop{display:none}[data-rmiz-modal][open]{position:fixed;width:100vw;width:100dvw;height:100vh;height:100dvh;max-width:none;max-height:none;margin:0;padding:0;border:0;background:transparent;overflow:hidden;pointer-events:all}[data-rmiz-modal-overlay]{position:absolute;top:0;right:0;bottom:0;left:0;transition:background-color .3s}[data-rmiz-modal-overlay=hidden]{background-color:#fff0}[data-rmiz-modal-overlay=visible]{background-color:#fff}[data-rmiz-modal-content]{position:relative;width:100%;height:100%}[data-rmiz-modal-img]{position:absolute;cursor:zoom-out;image-rendering:high-quality;transform-origin:top left;transition:transform .3s}@media (prefers-reduced-motion: reduce){[data-rmiz-modal-overlay],[data-rmiz-modal-img]{transition-duration:.01ms!important}}.tour-content{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.tour-content__description{font-size:small;color:#616161}.tour-content__image{width:100%;border-radius:12px}.alert{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px;padding:.75rem;border-radius:12px;border:1px solid transparent}@media (max-width: 767px){.alert{display:flex;flex-direction:column;justify-content:center;align-items:center}}.alert__icon svg{flex-shrink:0;stroke-width:2;size:20}.alert__content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;flex:1}@media (max-width: 767px){.alert__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.alert__body{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}.alert__title{font-weight:500}.alert__description{font-size:small;font-weight:400}.alert__actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin-left:auto}.alert__actions__on-close{cursor:pointer;display:flex;flex-direction:row;justify-content:center;align-items:center}.alert__actions__on-close svg{flex-shrink:0}.alert--single-line .alert__icon{display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width: 767px){.alert--single-line{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.alert--filled.alert--error,.alert--elevated.alert--error{background:#ffe6e6;color:#ff4d4d;border-color:#ff4d4d}.alert--filled.alert--warning,.alert--elevated.alert--warning{background:#fff9db;color:#f59f00;border-color:#f59f00}.alert--filled.alert--info,.alert--elevated.alert--info{background:#f1f5f9;color:#0f52ba;border-color:#0f52ba}.alert--filled.alert--success,.alert--elevated.alert--success{background:#e6f4ea;color:#36a85f;border-color:#36a85f}.alert--elevated{box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}.alert--outlined{background:transparent}.alert--outlined.alert--error{border-color:#ff4d4d;color:#ff4d4d}.alert--outlined.alert--warning{border-color:#f59f00;color:#f59f00}.alert--outlined.alert--info{border-color:#0f52ba;color:#0f52ba}.alert--outlined.alert--success{border-color:#36a85f;color:#36a85f}.text-area{font-size:18px;font-size:1.125rem;line-height:18px;font-weight:400;border:3px solid #e0e0e0;padding:8px;color:#424242}.text-area:focus-visible{border:3px solid #e0e0e0;outline:0}.comment-modal__text-area{resize:vertical;width:100%;height:100%;font-weight:300;height:300px;border:1px solid #e0e0e0;border-radius:12px}.comment-modal__text-area:focus{border:1px solid #051a3b}.comment-modal__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;margin-top:1.5rem}.comment-modal__buttons>:not(:first-child){margin-left:.5rem}.download-payments-modal__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.download-payments-modal__content__radio-group{border-radius:12px;border:1px solid #e0e0e0;padding-inline:1rem}.download-payments-modal__content__checkbox{padding-inline:1rem}.download-payments-modal__content__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.dropzone{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.dropzone--disabled{opacity:.5}.dropzone__label{display:block;margin-bottom:.5rem;font-weight:600}.dropzone__area{border:1px dashed #051a3b;padding:4rem;text-align:center;border-radius:12px;cursor:pointer;transition:.3s ease}.dropzone__area:hover{background-color:#f1f5f9}.dropzone__area--active{border-color:#0f52ba;background-color:#f1f5f9}.dropzone__area--error{border-color:#ff4d4d}.dropzone__placeholder{color:#616161;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px}.dropzone__file-list{list-style:none;padding:0;margin:24px 0 0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.dropzone__file-list .dropzone__file{padding:.75rem;border:1px solid #e0e0e0;border-radius:12px;font-size:small}.dropzone__file{display:flex;align-items:center;justify-content:space-between;gap:8px}.dropzone__file__info{flex-grow:1;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}.dropzone__file__info__size{color:#616161}.dropzone__file-remove.is-button{background:transparent;border:none;cursor:pointer;padding:0;color:#ff4d4d}.dropzone__file-remove.is-button svg{width:20px;height:20px;display:block}.dropzone__file-remove.is-button:hover{background-color:#ffe6e6}.dropzone__error{color:#ff4d4d;font-size:small;margin-top:.5rem;display:block}.data-display-row__title{color:#616161}.data-display-row__data{margin-left:.5rem}.bulk-payment-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.bulk-payment-form__fields{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;height:100%;flex:1;gap:8px}.bulk-payment-form__fields__model{max-width:140px;flex:2}.bulk-payment-form__fields__model .auto-suggest__icon--arrow{top:50px}@media (max-width: 1439px){.bulk-payment-form__fields__model .auto-suggest__icon--arrow{top:42px}}.bulk-payment-form__fields__reference-number{flex:5}.bulk-payment-form__alert{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;color:#616161;font-size:small}.bulk-payment-form__separator{width:100%;border-top:1px solid #e0e0e0}.bulk-payment-form__field-help{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.bulk-payment-form__field-help .tool-tip{margin-left:auto}.bulk-payment-form__field-help .tool-tip:hover svg{color:#051a3b}.bulk-payment-form__field-help .tool-tip svg{color:#9e9e9e}.bulk-payment-form__checkbox .is-checkbox__label{margin:0}.bulk-payment-form .process-date-field .is-checkbox{flex:none}@media (max-width: 1439px){.bulk-payment-form .process-date-field__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;margin-bottom:1rem}.bulk-payment-form .process-date-field__content .date-picker{width:100%}.bulk-payment-form .process-date-field__content .is-checkbox__button{border-width:4px}}.bulk-payment-form__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.bulk-payment-form__buttons>:not(:first-child){margin-left:.5rem}.bulk-payment-form__confirmation-modal .modal__container__wrapper{max-width:512px}.bulk-payment-form__confirmation-modal .modal__container__wrapper__subtitle{width:fit-content}.project{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:0}.project__wrapper{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;padding:1rem 2rem;gap:16px}.project__wrapper__loader{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width: 767px){.project__wrapper{padding:1rem}}.project__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}@media (max-width: 992px){.project__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.project__actions__search{min-width:320px}@media (max-width: 992px){.project__actions__search{width:100%}}.project__actions__buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:.5rem}@media (max-width: 992px){.project__actions__buttons{display:flex;flex-direction:row;justify-content:start;align-items:stretch}}.project__actions__buttons__select{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.project__actions__buttons__floating-card{position:fixed;bottom:24px;right:24px;z-index:700;visibility:hidden;opacity:0;transition:.2s ease-in-out}@media (max-width: 767px){.project__actions__buttons__floating-card{bottom:90px}}.project__actions__buttons__floating-card--visible{visibility:visible;opacity:1}.project__actions__buttons__floating-card__info-row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.project__actions__buttons__floating-card__buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%}.project__actions__buttons__floating-card__buttons__submit{flex:1}.project__cards__wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.project__cards__wrapper--refetching{opacity:.5;pointer-events:none}.project__cards{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:16px;position:relative}.project__cards .info-card{flex:1 1 0}.project__cards__tags-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px}.project__cards__tags{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex-wrap:wrap}.project__select-all{position:absolute;right:0;bottom:0}@media (max-width: 992px){.project__select-all{position:relative;margin-left:auto}}.project__body{flex:1;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch}.project__body__selecting-table th:first-child{width:2%}.project__body__client{font-size:21px;font-size:1.3125rem;line-height:21px;font-weight:400;padding-inline:1.75rem;opacity:.4;margin:0}.project__body__client--loader{width:140px;height:21px;margin-left:1.75rem;margin-bottom:32px}.project__body--list{padding-bottom:1.5rem}.project__body--list__table{background-color:#fff;border-radius:8px}.project__body--list__table tbody tr td:nth-child(-n+4){vertical-align:baseline}.project__body--list__table tbody tr td,.project__body--list__table tbody tr td:nth-child(4){font-size:16px;font-size:1rem;line-height:23px;font-weight:600}.project__body--list__table tr{border:1px solid #e0e0e0}.project__body--list__table tr td,.project__body--list__table tr th{padding-block:20px;width:130px}.project__body--empty-state{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.project__body--empty-state p{font-size:22px;font-size:1.375rem;line-height:22px;font-weight:400;margin:0}.project__body--empty-state__animation{width:400px;height:400px}.project__body__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.project__footer{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;box-shadow:0 -3px 5px 3px #00000040;transition:box-shadow .1s;background-color:#fff;gap:8px;position:sticky;padding:16px 28px;bottom:0}.project__footer--bottom-reached{box-shadow:none}.project__footer__buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:8px;margin-left:auto}.project__footer__buttons__button{background-color:#051a3b;color:#fff}.project__footer__buttons__button__icon{width:20px;height:20px}.project__footer__buttons__button svg line{stroke:#fff}.project__footer__buttons__button--excel{background-color:#36a85f}.project__footer__buttons__button--excel svg line{stroke:#fff}.project__footer__info{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;margin-right:auto;flex-wrap:wrap;gap:1rem;background-color:#fff;padding:8px 16px;border-radius:4px;border:2px solid #e0e0e0}.project__footer__info .data-display-row__title{color:#051a3b}.project__footer__info .data-display-row__data{color:#424242}.project__footer__info--go-left{animation:go-left 2s ease-in}.project__footer__info__part{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:32px;flex-wrap:wrap}@media (max-width: 1439px){.project__footer__info__part{gap:16px}}.project__browsers{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;gap:40px}.project__browsers__browser{width:300px}.project__browsers__browser .autosuggest-select__trigger{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;text-indent:8px;min-height:48px;padding:0}.project__browsers__button{width:150px;height:48px;align-self:center;border-color:#424242;text-wrap:nowrap;box-shadow:none}.project__browsers__button .is-button__label{color:#424242}.project__warning-modal .modal__container__wrapper{max-width:32rem}.project__warning-modal .modal__container__wrapper__body{margin-left:auto}.project__excel-modal__form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:1.5rem}.project__excel-modal__form__buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 767px){.project__excel-modal__form__buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}@media (max-width: 767px){.project__excel-modal__form__button{width:100%}}.project__excel-modal__form__progress-bar-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.project__excel-modal__form__progress-bar{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;width:100%;height:32px;background-color:#f1f5f9;border-radius:12px;border:1px solid #e0e0e0;overflow:hidden}.project__excel-modal__form__progress-bar__loader{background-color:#051a3b;transition:width .35s ease-in-out}.project-warning-alert--refetching{opacity:.5;pointer-events:none}.project-warning-modal .modal__container__wrapper{max-width:740px}.project-warning-content{max-height:80vh;overflow-y:auto;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.project-warning-content__link{margin-left:auto}.warning-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;padding-block:.5rem}@media (max-width: 767px){.warning-row{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.warning-row:not(:last-child){border-bottom:1px solid #e0e0e0}}.warning-row__name{font-weight:500}.warning-row__meta,.warning-row__icon{font-size:small;color:#424242}.warning-row__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;white-space:nowrap}.warning-row__amount--old{color:#757575;text-decoration:line-through}.warning-row__amount--new{font-weight:500;color:#36a85f}.warning-row__delta{font-size:small;color:#36a85f}.warning-row--decreased .warning-row__amount--new,.warning-row--decreased .warning-row__delta{color:#ff4d4d}.warning-row--removed{opacity:.6}.warning-row--removed .warning-row__amount--old{color:#ff4d4d}.warning-row--new .warning-row__amount--new{color:#36a85f}.multi-select-wrapper{width:100%}.multi-select{width:100%;position:relative;border-radius:12px;transition:.15s ease}.multi-select:focus{outline:none}.multi-select:focus-within{box-shadow:0 0 0 2px #0f52ba40}.multi-select:focus-within .multi-select__control{border-color:#0f52ba}.multi-select--error:focus-within{box-shadow:0 0 0 2px #ff4d4d40}.multi-select--error:focus-within .multi-select__control{border-color:#ff4d4d}.multi-select__control{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;min-height:42px;border:1px solid #051a3b;padding:.5rem .75rem;border-radius:12px;background-color:#fff;cursor:text}.multi-select__control--error{border-color:#ff4d4d}.multi-select__control__left{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:4px}.multi-select__control__right{height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:12px;color:#051a3b}.multi-select__input{flex:1;border:none;outline:none}.multi-select__input::placeholder{color:#bdbdbd;font-size:medium}.multi-select__tag{background:#eee;border-radius:12px;padding:.25rem .5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:4px;font-size:small}.multi-select__tag-remove{border:none;cursor:pointer;padding:0;margin:0;transition:transform .25s ease;background-color:transparent}.multi-select__tag-remove--open{transform:rotate(180deg)}.multi-select__divider{background-color:#051a3b;align-self:stretch;width:.05em}.multi-select__dropdown{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:4px;position:absolute;top:calc(100% + 4px);left:0;right:0;padding:.25rem;background-color:#fff;border:1px solid #051a3b;border-radius:12px;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;max-height:256px;overflow-y:auto;z-index:600;visibility:hidden;opacity:0;transform:translateY(-2px);transition:.2s ease-in-out}.multi-select__dropdown--open{opacity:1;transform:translateY(0);visibility:visible}.multi-select__option{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:.5rem .75rem;border:1px solid transparent;border-radius:12px;cursor:pointer}.multi-select__option:hover,.multi-select__option--highlighted{background-color:#f1f5f9}.multi-select__option--create{color:#0f52ba}.multi-select__no-results{padding:.5rem .75rem;color:#616161}.multi-select__error{display:block;color:#ff4d4d;font-size:small;min-height:28px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center}.multi-select-field{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.multi-select-field__label{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:8px;color:#424242}.link--default{text-decoration:underline;color:#0f52ba}.link--icon{transition:background-color .1s ease-in;color:#051a3b}.link--button{background-color:#f1f5f9;transition:background-color .25s;box-shadow:0 3px 5px #00000040;color:#051a3b;padding:4px 8px;height:28px;padding-inline:16px;border-radius:2px}.link--button svg{fill:#051a3b}.link--button:hover{background-color:#f1f5f9}.link--button:hover svg{fill:#051a3b}.en-select-field{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.en-select-field__label{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:12px;margin-bottom:8px;color:#424242}.project-form{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.project-form__alert,.project-form__checkbox{margin-bottom:24px}.project-form__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}@media (max-width: 767px){.project-form__buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.project-form__buttons .project-form__button{width:100%}}.project-card-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;background-color:#f1f5f9;border-radius:20px;border:1px solid transparent;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;text-decoration:none;cursor:pointer;transition:.3s ease}.project-card-wrapper:hover{box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a;border-color:#00bfff}.project-card-wrapper:hover .project-card__name{color:#00bfff}.project-card-wrapper--DONE:hover{border-color:#36a85f}.project-card-wrapper--DONE:hover .project-card__name,.project-card-wrapper--DONE .project-card__percentage__wrapper{color:#36a85f}.project-card-wrapper--DONE .project-card__percentage{border:2px solid #36a85f}.project-card-wrapper--DONE .project-card__percentage__fill{background-color:#36a85f}.project-card-wrapper--FULFILLED:hover{border-color:#f59f00}.project-card-wrapper--FULFILLED:hover .project-card__name,.project-card-wrapper--FULFILLED .project-card__percentage__wrapper{color:#f59f00}.project-card-wrapper--FULFILLED .project-card__percentage{border:2px solid #f59f00}.project-card-wrapper--FULFILLED .project-card__percentage__fill{background-color:#f59f00}.project-card-wrapper--EMPTY:hover{border-color:#e0e0e0}.project-card-wrapper--EMPTY:hover .project-card__name{color:inherit}.project-card-wrapper--EMPTY .project-card__percentage__wrapper{display:none}.project-card-category{padding:.5rem 1rem;font-size:small;text-align:center;color:#424242}.project-card{height:100%;color:inherit;background-color:#fff;border-radius:20px;padding:.75rem 1.5rem 1.5rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.project-card--uncategorized{padding-top:1.5rem}.project-card__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.project-card__header__left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;color:#616161}.project-card__name{transition:color .3s ease;font-size:larger}.project-card__price{color:#616161}.project-card__percentage__clock{display:flex;flex-direction:row;justify-content:center;align-items:center}.project-card__percentage__wrapper{color:#00bfff;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;font-size:small}.project-card__percentage{width:100%;border:2px solid #00bfff;border-radius:12px}.project-card__percentage__fill{height:6px;background-color:#00bfff}.project-card__tags{margin-top:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex-wrap:wrap}.project-card__tags__more{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:4px}.project-card__tags__more__item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.initial-empty-state{text-align:left;max-width:640px}.initial-empty-state__footer{justify-content:start}@media (max-width: 992px){.initial-empty-state__footer{display:none}}.edit-tags{min-height:512px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.edit-tags__form{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.edit-tags__form__buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.edit-tags__form--edit{padding-top:.5rem}.edit-tags--loading{display:flex;flex-direction:row;justify-content:center;align-items:center;height:512px}.edit-tags--content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;height:512px;overflow-y:auto}.edit-tags__item{border:1px solid #e0e0e0;border-radius:12px;padding:.5rem .5rem .5rem 1rem;width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.edit-tags__item__left,.edit-tags__item__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.edit-tags__item--edit{padding-inline:16px}.projects-filters{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.projects-filters__section{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.projects-filters__section__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.projects-filters__section__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex-wrap:wrap}.projects-filters__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.projects-new{width:100%;height:100%;padding:1rem 2rem;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 767px){.projects-new{padding-inline:1rem}}.projects-new__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}@media (max-width: 767px){.projects-new__actions{display:flex;flex-direction:column;justify-content:center;align-items:stretch}}.projects-new__actions__search{width:320px}@media (max-width: 767px){.projects-new__actions__search{width:100%}}.projects-new__actions__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.projects-new__actions__sort{display:none}@media (max-width: 767px){.projects-new__actions__sort{display:block}}@media (max-width: 767px){.projects-new__actions__button{display:none}}.projects-new__fab{display:none;width:100%;position:sticky;bottom:0;right:0;padding:1rem}.projects-new__fab .is-button{width:100%}@media (max-width: 767px){.projects-new__fab{display:block}}.projects-new__middle{flex:1}.projects-new__middle--refetching{opacity:.5;pointer-events:none}.projects-new__middle__content{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;gap:16px}@media (max-width: 1439px){.projects-new__middle__content{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.projects-new__middle__content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.projects-new__middle__content{grid-template-columns:repeat(1,1fr)}}.projects-new__middle__center{display:grid;place-items:center;width:100%;height:100%;text-align:center}.projects-new--empty{display:flex;flex-direction:row;justify-content:center;align-items:center}.projects-new__pagination{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media (max-width: 767px){.projects-new__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}}@media (max-width: 767px){.projects-new__pagination__sort{display:none}}.creditors-new{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.creditors-new{padding:1rem}}.creditors-new__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 992px){.creditors-new__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.creditors-new__actions__add-btn{width:100%}}.creditors-new__actions__search{min-width:256px}@media (max-width: 767px){.creditors-new__actions__search{width:100%}}.creditors-new__table{flex:1}.creditors-new__table__bank-account{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}.creditors-new__table__bank-account__plus{color:#0f52ba}.creditors-new__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.creditor-details-form__loader--thin{width:480px;height:30px;margin:18px 0}.creditor-details-form__loader--thick{width:480px;height:103px;margin-bottom:16px}.creditor-details-form__loader--button{width:128px;height:40px;margin-left:auto;margin-top:25px}.creditor-details-page{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.creditor-details-page{padding:1rem}}.creditor-details-page__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.creditor-details-page__content__info__header{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch}.creditor-details-page__content__info__header h2{font-weight:400;margin:0}.creditor-details-page__content__info__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;flex-wrap:wrap;gap:16px}.creditor-details-page__content__info__content__bank-accounts{cursor:pointer}@media (max-width: 1439px){.creditor-details-page__content__info__content .info-chip{flex:1 1 0}}.creditor-details-page__content__stats{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;flex-wrap:wrap}@media (max-width: 1439px){.creditor-details-page__content__stats .info-card{flex:1 1 0}}.creditor-details-page__empty-state{width:100%;height:400px}.creditor-details-page__content--centered{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.creditor-details-page__status-wrapper{text-align:right}.creditor-details-page__status{display:flex;flex-direction:row;justify-content:flex-end;align-items:center}.manage-bank-accounts__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.account-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;width:100%;height:100%}.account-form__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 767px){.account-form__row{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:0}}.account-form__footer{display:flex;flex-direction:row;justify-content:end;align-items:center;gap:8px}.client-card{position:relative;height:fit-content;background-color:#fff;border-radius:20px;border:1px solid transparent;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;transition:.3s ease;color:inherit;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:1.5rem}.client-card:hover{cursor:pointer;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a;border:1px solid #0f52ba}.client-card:hover .client-card__info__name{color:#0f52ba}.client-card__info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-size:small}.client-card__info__name{font-size:x-large;text-align:center;margin:0;transition:color .3s ease}.client-card__info__row{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;color:#616161}.client-card__stats{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:32px;padding:8px;border-top:1px solid #e0e0e0;width:100%}.client-card__stats__card{font-size:small;display:flex;flex-direction:column;justify-content:center;align-items:center}.client-card__actions-trigger{position:absolute;top:16px;right:16px}.client-card--active{border-color:#0f52ba}.client-card--active .client-card__info__name{color:#0f52ba}.clients-new{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.clients-new{padding:1rem}}.clients-new__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.clients-new__actions__search{width:320px}@media (max-width: 992px){.clients-new__actions__search{width:100%}}.clients-new__actions__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:8px}@media (max-width: 992px){.clients-new__actions__right__button{display:none}}.clients-new__fab{display:none;width:100%;position:sticky;bottom:0;right:0;padding:1rem}.clients-new__fab .is-button{width:100%}@media (max-width: 992px){.clients-new__fab{display:block}}.clients-new__middle{flex:1}.clients-new__middle--refetching{opacity:.5;pointer-events:none}.clients-new__middle__content{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:1fr;grid-auto-columns:1fr;gap:16px}@media (max-width: 1439px){.clients-new__middle__content{grid-template-columns:repeat(3,1fr)}}@media (max-width: 991px){.clients-new__middle__content{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.clients-new__middle__content{grid-template-columns:repeat(1,1fr)}}.clients-new__middle__center{display:grid;place-items:center;width:100%;height:100%;text-align:center}.clients-new__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.clients-new__table-cell{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}.clients-new__selected-row{background-color:#f1f5f9;border:1px solid black}.upload-statement-wrapper,.upload-statement-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.upload-statement-form__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.upload-statement-success{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.upload-statement-success__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.upload-statement-success__info__duplicates{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;color:#f59f00}.upload-statement-success__buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 767px){.upload-statement-success__buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.upload-statement-success__buttons .is-button{width:100%}}.expenses{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.expenses{padding:1rem}}.expenses__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 767px){.expenses__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.expenses__actions__upload-btn{width:100%}}.expenses__actions__search{min-width:256px}@media (max-width: 767px){.expenses__actions__search{width:100%}}.expenses__actions__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.expenses__filters{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 767px){.expenses__filters{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.expenses__filters__left,.expenses__filters__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.expenses__table{flex:1}.expenses__table__name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.expenses__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.expenses-modal .modal__container__wrapper{max-width:640px}.expenses-modal__body{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.expenses-modal__buttons{margin-left:auto;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:8px}.bank-statement-list{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px;max-height:512px;overflow-y:auto}.bank-statement-list__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px;padding-block:.5rem;border-bottom:1px solid #e0e0e0}@media (max-width: 767px){.bank-statement-list__row{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.bank-statement-list__row__price{margin-left:auto}}.bank-statement-list__row__name{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;flex:1}.bank-statement-list__row__name svg{flex-shrink:0}.bank-statement-list__row__account-number{color:#616161}.en-image-wrapper{width:100%;height:512px;display:flex;flex-direction:row;justify-content:center;align-items:center;overflow:hidden;position:relative;border-radius:12px}.en-image-wrapper--zoomable{cursor:crosshair}.en-image{display:none;max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.en-image--visible{display:block}.en-image--zoomed{transform:scale(var(--zoom-scale, 2))}.receipts{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.receipts{padding:1rem}}.receipts__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.receipts__actions__search{min-width:256px}@media (max-width: 992px){.receipts__actions__search{width:100%}}@media (max-width: 767px){.receipts__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.receipts__actions__upload-btn{width:100%}}.receipts__filters{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.receipts__filters__left{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:8px}@media (max-width: 767px){.receipts__filters{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.receipts__table{flex:1}.receipts__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.upload-receipt{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.upload-receipt__buttons{margin-left:auto;margin-top:24px;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.receipts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:16px}.receipts-grid--centered{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.receipts-grid__item{border:1px solid transparent;cursor:pointer;transition:.3s ease}.receipts-grid__item:hover{border-color:#0f52ba}.receipts-grid__item__header{padding-bottom:1rem;border-bottom:1px dashed #e0e0e0;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.receipts-grid__item__title{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.receipts-grid__item__title__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.receipts-grid__item__title__date{font-size:small;color:#616161}.receipts-grid__item__description{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.receipt-image-modal .modal__container__wrapper{max-width:800px}.receipt-image-modal__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.receipt-image-modal__content__top{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:24px}@media (max-width: 767px){.receipt-image-modal__content__top{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:stretch}}.receipt-image-modal__content__top__image,.receipt-image-modal__content__top__form{border:1px solid #e0e0e0;padding:1rem;border-radius:12px;width:50%}@media (max-width: 767px){.receipt-image-modal__content__top__image,.receipt-image-modal__content__top__form{width:100%}}.receipt-image-modal__content__top__form__submit{width:100%}.connected-expense-card__content{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}.connected-expense-card__content .info-chip{width:100%}@media (max-width: 767px){.connected-expense-card__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.connected-expense-card__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}@media (max-width: 767px){.connected-expense-card__footer{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.connected-expense-card__footer__button{width:100%}}.pdf-viewer{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:16px}.pdf-viewer__page{box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}.pdf-viewer__page canvas{max-width:100%;height:auto!important}:root{--react-pdf-annotation-layer: 1;--annotation-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color: Highlight;--input-focus-outline: 1px solid Canvas;--input-unfocused-border-color: transparent;--input-disabled-border-color: transparent;--input-hover-border-color: black;--link-outline: none}@media screen and (forced-colors: active){:root{--input-focus-border-color: CanvasText;--input-unfocused-border-color: ActiveText;--input-disabled-border-color: GrayText;--input-hover-border-color: Highlight;--link-outline: 1.5px solid LinkText}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translate(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .textWidgetAnnotation :is(input,textarea),.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--total-scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .textWidgetAnnotation :is(input,textarea):required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation :is(input,textarea):hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation :is(input,textarea):focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--total-scale-factor));width:100%;min-width:calc(180px * var(--total-scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--total-scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--total-scale-factor)) calc(5px * var(--total-scale-factor)) #888;border-radius:calc(2px * var(--total-scale-factor));padding:calc(6px * var(--total-scale-factor));margin-left:calc(5px * var(--total-scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--total-scale-factor))}.annotationLayer .popupContent{border-top:1px solid rgba(51,51,51,1);margin-top:calc(2px * var(--total-scale-factor));padding-top:calc(2px * var(--total-scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--total-scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;-webkit-user-select:none;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer: 1;--highlight-bg-color: rgba(180, 0, 170, 1);--highlight-selected-bg-color: rgba(0, 100, 0, 1)}@media screen and (forced-colors: active){:root{--highlight-bg-color: Highlight;--highlight-selected-bg-color: ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translate(-100%)}.textLayer{position:absolute;text-align:initial;top:0;right:0;bottom:0;left:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;top:100%;right:0;bottom:0;left:0;z-index:-1;cursor:default;-webkit-user-select:none;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}.receipt-details-pdf-wrapper{flex:1;min-height:90vh}.receipt-details-pdf-wrapper__header{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px;flex-wrap:wrap}.receipt-details-pdf-wrapper__content{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:24px}@media (max-width: 992px){.receipt-details-pdf-wrapper__content{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}}.receipt-details-pdf-wrapper__content--editing{align-items:flex-start}.receipt-details-pdf-wrapper__content__pages--editing{width:80%}@media (max-width: 992px){.receipt-details-pdf-wrapper__content__pages{width:100%}}.receipt-details-pdf-wrapper__content__form{position:sticky;top:88px}@media (max-width: 992px){.receipt-details-pdf-wrapper__content__form{position:static;width:100%}}.receipt-qr-journal{padding:1rem;height:100%;text-align:center;font-family:monospace;white-space:pre-wrap;line-height:1.4;font-size:small}.receipt-qr-journal--outline{border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}.receipt-qr-journal--empty{width:400px;padding:1rem}@media (max-width: 992px){.receipt-qr-journal--empty{width:100%}}.receipt-details-card{width:100%}.receipt-details-card__header{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.receipt-details-card__actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.receipt-details-card__description{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:8px;margin-bottom:16px}.receipt-details-card__description__left{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}@media (max-width: 767px){.receipt-details-card__description__left{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:stretch}}.receipt-details-card__title__amount{font-weight:500}.receipt-qr-wrapper{width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 992px){.receipt-qr-wrapper{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.receipt-qr-left{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.receipt-qr{width:fit-content;padding:.5rem;background-color:#fff;border-radius:12px;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}@media (max-width: 992px){.receipt-qr{width:100%;align-self:center}}.receipt-qr__link{width:100%}.receipt-qr-info{height:fit-content;display:grid;grid-template-columns:1fr 1fr;gap:16px}@media (max-width: 992px){.receipt-qr-info{grid-template-columns:1fr}}.receipt-details{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.receipt-details{padding:1rem}}.receipt-details__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.receipt-details__content--centered{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.receipt-details--centered{height:100%}.receipt-details-image{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px}@media (max-width: 992px){.receipt-details-image{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.receipt-details-image .connected-expense-card{height:fit-content}.receipt-details-image__card{width:512px}@media (max-width: 992px){.receipt-details-image__card{width:100%}}.receipt-details-image__card__footer{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;gap:8px}.receipt-details-image__card__footer__label{color:#616161}.account-preview__name{display:flex;flex-direction:row;justify-content:space-between;align-items:stretch}.account-preview__name__left{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.account-preview__name__left__avatar{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.account-preview__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.account-preview__row{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px;font-size:smaller;color:#616161;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.account-preview__row svg{width:16px;height:16px;flex-shrink:0;stroke-width:1.5}.account-preview__options__modal .modal__container__wrapper{max-width:32rem}.account-preview__options__modal__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch}.account-preview__options__modal__buttons>:not(:first-child){margin-left:.5rem}.account-preview__dropdown{font-weight:400;font-size:medium}.admins-list{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.admins-list__empty{display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width: 767px){.admins-list__add-btn{width:100%}}.admins-list__cards{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media (max-width: 1439px){.admins-list__cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 767px){.admins-list__cards{grid-template-columns:1fr}}.admins-list__title-wrapper{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.admins-list__title-left{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px}.admins-list__content{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:8px}.admins-list__loader{flex:1;display:flex;flex-direction:row;justify-content:center;align-items:center}@media (max-width: 992px){.admins-list{width:100%;flex:0 0 auto}}.representatives{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.representatives{padding:1rem}}.expense-details{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.expense-details{padding:1rem}}.expense-details--loading{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%}.expense-details__card__title{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.expense-details__card__title__left{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px}.expense-details__card__title__right{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:8px}@media (max-width: 992px){.expense-details__card__title__right{display:none}}.expense-details__card__title__dropdown{display:none}@media (max-width: 992px){.expense-details__card__title__dropdown{display:block}}.expense-details__info{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:16px;flex-wrap:wrap}@media (max-width: 767px){.expense-details__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.expense-details__info .info-chip{flex:1 1 0}.expense-details__table{flex:1}.expense-details__table__actions{margin-left:auto}.expense-details__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.expense-details__connect-modal-wrapper .modal__container__wrapper{max-width:512px}.expense-details__connect-modal{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.expense-details__connect-modal__content{border-bottom:1px solid #e0e0e0;padding-block:.5rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}@media (max-width: 767px){.expense-details__connect-modal__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.expense-details__connect-modal__content__title{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.expense-details__connect-modal__content__sdc-date{font-size:small;color:#616161}.expense-details__connect-modal__content__total-amount{margin-left:auto}.expense-details__connect-modal__buttons{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:8px}.expense-details__preview-modal{max-height:80vh;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.expense-details__preview-modal__content{display:flex;flex-direction:row;justify-content:center;align-items:stretch;overflow-y:auto;width:100%;height:100%}.expense-details__preview-modal__content__qr{border:1px solid #e0e0e0;border-radius:12px}.expense-details__preview-modal__content__pdf-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;height:80vh}.expense-details__preview-modal__buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 767px){.expense-details__preview-modal__buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.expense-details__preview-modal__buttons .is-button{width:100%}}.expense-details__payment-slip-info{width:fit-content}.expense-details__receipt-info{flex:1}.expense-details__receipt-info__header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:16px}.expense-details__receipt-info__content,.expense-details__receipt-info__content__document{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.profits{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;padding:1rem 2rem}@media (max-width: 767px){.profits{padding:1rem}}.profits__actions{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 767px){.profits__actions{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.profits__actions__upload-btn{width:100%}}.profits__actions__search{min-width:256px}@media (max-width: 767px){.profits__actions__search{width:100%}}.profits__actions__right{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}@media (max-width: 767px){.profits__actions__right{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:stretch}.profits__actions__right__select-trigger,.profits__actions__right__button{width:100%}}.profits__actions__right__buttons-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}.profits__table{flex:1}.profits__pagination{display:flex;flex-direction:row;justify-content:center;align-items:center}.en-sidebar-client-menu-item{cursor:pointer;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;padding:.5rem;border-radius:12px;font-size:smaller}.en-sidebar-client-menu-item:hover{background-color:#f1f5f9}.en-sidebar-client-menu-item__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.en-sidebar-client-menu-item__info__vat-number{font-size:x-small;color:#64748b}.en-sidebar-client-menu-item__info--compact{font-size:larger}.en-sidebar-client-menu-item--selected{background-color:#f1f5f9;border:1px solid #e0e0e0}.en-sidebar-client-menu{background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014;padding-inline:.5rem;padding-top:.5rem;min-width:284px;max-height:400px;overflow-y:auto;animation:fadeIn .2s ease-in-out;z-index:700;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.en-sidebar-client-menu__see-all{width:100%;position:sticky;bottom:0;left:0;background-color:#fff;color:inherit;font-size:small;padding:1rem .5rem;border-top:1px solid #e0e0e0}.en-sidebar-client-menu__see-all:hover{color:#0f52ba}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.en-sidebar-client-item{overflow:hidden;cursor:pointer;color:#fff;padding:1rem .75rem;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:18px;font-size:large}.en-sidebar-client-item__info{width:200px;display:inline-block;opacity:0;transform:translate(-12px);transition:opacity .3s ease,transform .3s ease;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.en-sidebar-client-item__info__name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.en-sidebar-client-item__info__vat{font-size:small;color:#64748b}.en-sidebar-client-item__info--full{opacity:1;transform:translate(0)}.en-sidebar-client-item__loader{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.en-sidebar-client-item--full{padding:0}.en-sidebar--open .en-sidebar-client-item span{opacity:1;transform:translate(0);transition-delay:.1s}.en-sidebar{box-sizing:border-box;height:100vh;width:300px;min-width:300px;flex:0 0 auto;padding:1.5rem .5rem;background-color:#051a3b;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;position:sticky;top:0;align-self:start;text-wrap:nowrap;transition:width .4s ease-in-out,min-width .4s ease-in-out}.en-sidebar--closed{width:76px;min-width:76px}.en-sidebar__logo{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-bottom:32px;gap:8px}.en-sidebar__logo__max{opacity:0;transform:translate(-16px);transition:opacity .4s ease,transform .4s ease}.en-sidebar__logo__max--open{opacity:1;transform:translate(0)}.en-sidebar__navlist{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;overflow-x:hidden;overflow-y:auto}.en-sidebar__navlist__item{width:100%}.en-sidebar__navlist__item__link{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:24px;font-size:large;border-radius:12px;padding:1rem;transition:background-color .2s ease,justify-content .4s ease}.en-sidebar__navlist__item__link--avatar{margin-left:-3px}.en-sidebar__navlist__item__link--info{width:200px;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.en-sidebar__navlist__item__link--fullName,.en-sidebar__navlist__item__link--email{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.en-sidebar__navlist__item__link--fullName{font-weight:500}.en-sidebar__navlist__item__link--email{font-size:small}.en-sidebar__navlist__item__link:hover{background-color:#113871}.en-sidebar__navlist__item__link svg{flex-shrink:0;stroke-width:1;width:28px;height:28px;transition:transform .3s ease}.en-sidebar__navlist__item__link span{display:inline-block;opacity:0;transform:translate(-12px);transition:opacity .3s ease,transform .3s ease}.en-sidebar--open .en-sidebar__navlist__item__link span{opacity:1;transform:translate(0);transition-delay:.1s}.en-sidebar__navlist__item__link--active{background-color:#113871}.en-sidebar__navlist__item__link--active svg{stroke-width:1.5}.en-sidebar__navlist__item__link--disabled{-webkit-user-select:none;user-select:none;color:#9e9e9e}.en-sidebar__navlist__item__link--disabled:hover{cursor:not-allowed;background-color:#051a3b}.en-sidebar__footer{flex:1;display:flex;flex-direction:column;justify-content:flex-end;align-items:stretch;gap:8px;color:#fff}.en-sidebar__footer .en-sidebar__navlist__item__link--logout{cursor:pointer}.en-sidebar__trigger{position:absolute;top:50%;right:-1rem;transform:translateY(-50%);border:1px solid transparent;border-radius:50%;padding:.25rem;cursor:pointer;background:#051a3b;display:flex;flex-direction:row;justify-content:center;align-items:center;transition:.3s ease}.en-sidebar__trigger:hover{background-color:#f9fafb;border-color:#051a3b}.en-sidebar__trigger:hover .en-sidebar__trigger__icon{color:#051a3b}.en-sidebar__trigger__icon{color:#f9fafb;transition:transform .3s ease}.en-sidebar__trigger__icon--open{transform:rotate(180deg)}@media (max-width: 767px){.en-sidebar{display:none}}.en-mobile-navbar{display:none;overflow:visible!important}@media (max-width: 767px){.en-mobile-navbar{display:block;overflow-x:auto;display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;background-color:#051a3b}.en-mobile-navbar__item{border-radius:12px;margin:.5rem;width:100%;padding:.5rem}.en-mobile-navbar__item--dropup{z-index:800}.en-mobile-navbar__item__link{color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.en-mobile-navbar__item__link svg{width:20px;height:20px;stroke-width:1.5;flex-shrink:0}.en-mobile-navbar__item__link__title{font-size:x-small;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.en-mobile-navbar__item--active{background-color:#113871}.en-mobile-navbar__item--disabled{color:#9e9e9e}}.en-header{width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:32px;position:sticky;top:0;z-index:700;background-color:#f9fafb;padding:1rem 2rem;border-bottom:1px solid #e0e0e0}@media (max-width: 992px){.en-header{padding:1rem}}.en-header__title{margin:0;font-weight:400}@media (max-width: 992px){.en-header__title{font-size:20px}}@media (max-width: 767px){.en-header__title{display:none}}.en-header__client-item{display:none;color:#051a3b}@media (max-width: 767px){.en-header__client-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}}.home{width:100%;height:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;background-color:#f9fafb}@media (max-width: 767px){.home{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}}.home .header{position:sticky;top:0;background:#f9fafb;z-index:2}.home__main{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;overflow-y:auto;overflow-x:hidden}@media (max-width: 992px){.home__main{overflow-y:auto}}@media (max-width: 767px){.home__main{padding:0rem}}.home__main__header{width:100%;height:120px;background-color:#f9fafb}.home__main__body__loader{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:100%;gap:.5rem}.home__main__body__loader__max-content{flex:1;width:100%;position:relative}.home__main__body__loader__min-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:stretch;gap:.5rem;flex:1;width:100%}@media (max-width: 992px){.home__main__body__loader__min-content{flex-direction:column}}.invalid-invitation-wrapper .auth-wrapper__content{width:550px}.invalid-invitation{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:24px}.invalid-invitation .is-button{width:100%}.invalid-invitation__buttons{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px}@media (max-width: 767px){.invalid-invitation__buttons{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}}.is-login__form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.is-login__form__buttons{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:1rem;gap:8px}.is-login__form__button{width:100%}.is-login__form__register{text-align:center}.is-login__form__inputs{width:100%}.is-login__form__inputs__forgot-password{margin-left:auto}.is-login__divider{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center;color:#051a3b;font-size:small;margin-block:1rem}.is-login__divider__or{margin-inline:1rem}.is-login__divider__line{flex:1;height:.5px;background-color:#051a3b}.oauth-button{gap:12px;width:100%}.oauth-button:hover{border-color:#e0e0e0}.oauth-button svg{width:24px;height:24px}.is-register-form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:32px;width:100%;height:100%}.is-register-form__info{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;width:100%;font-size:xx-large;text-align:center;color:#051a3b}.is-register-form__inputs{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%}.is-register-form__buttons{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;width:100%}.is-register-form__buttons button{width:100%}.is-register-successfully{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:24px;text-align:center}.en-not-found{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.oauth-onboard-wrapper .auth-wrapper__content{width:640px}.oauth-onboard{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:32px}.oauth-onboard__header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}@media (max-width: 767px){.oauth-onboard__header{display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}}.oauth-onboard__header__user-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;gap:16px}.oauth-onboard__header__user{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.oauth-onboard__header__user__name{font-weight:500}.oauth-onboard__header__user__email{font-size:small;color:#424242}.oauth-onboard__intro{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px}.oauth-onboard__intro__title{font-weight:500;margin:0}@media (max-width: 767px){.oauth-onboard__intro__title{font-size:x-large;text-align:center}}.oauth-onboard__intro__subtitle{color:#424242;margin:0}@media (max-width: 767px){.oauth-onboard__intro__subtitle{text-align:center}}.oauth-onboard__roles{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media (max-width: 767px){.oauth-onboard__roles{grid-template-columns:1fr}}.oauth-onboard__button-next{margin-left:auto}@media (max-width: 767px){.oauth-onboard__button-next{width:100%}}.role-card{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:8px;background-color:#fff;padding:1.5rem;border:1px solid #e0e0e0;border-radius:12px;cursor:pointer;transition:.2s ease}.role-card:hover{background-color:#f1f5f9}.role-card--active{background-color:#f1f5f9;border-color:#0f52ba;box-shadow:0 2px 4px -1px #00000014,0 4px 6px -2px #00000014}.role-card__title{font-weight:500;margin:0}.role-card__description{font-size:.875rem;color:#424242;margin:0}.oauth-form__buttons{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}@media (max-width: 767px){.oauth-form__buttons{margin-top:16px;display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:stretch}}@media (max-width: 767px){.oauth-form__button{width:100%}}html,body,#root{width:100%;height:100%;scroll-behavior:smooth}@supports (-webkit-touch-callout: none){html,body,#root{height:calc(100vh - env(safe-area-inset-bottom))}}*{box-sizing:border-box;font-family:Montserrat}a{text-decoration:none;color:#f9fafb}body{margin:0;overscroll-behavior:none;background-color:#f9fafb}.is-select__wrapper__content::-webkit-scrollbar{width:.25rem;scroll-padding-right:1.25rem;background-color:#f9fafb}.is-select__wrapper__content::-webkit-scrollbar-track{background-color:#f9fafb;border-radius:.25rem;margin-block:.25rem;border-left:1px solid transparent;border-right:1px solid transparent;background-clip:padding-box}.is-select__wrapper__content::-webkit-scrollbar-thumb{background-color:#051a3b;border-radius:.5rem}
